vue-intergrall-plugins 0.0.216 → 0.0.219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue-intergrall-plugins.esm.js +773 -411
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +711 -419
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +14 -3
- package/src/lib-components/Chat/TextFooter.vue +4 -0
- package/src/lib-components/Email/EmailFile.vue +131 -0
- package/src/lib-components/Email/EmailItem.vue +186 -0
|
@@ -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
|
|
@@ -3901,7 +3901,8 @@ var script$l = {
|
|
|
3901
3901
|
isDoc: false,
|
|
3902
3902
|
fileFormatError: false,
|
|
3903
3903
|
validFileFormats: "",
|
|
3904
|
-
hasAnyFile: false
|
|
3904
|
+
hasAnyFile: false,
|
|
3905
|
+
externalFilesAux: []
|
|
3905
3906
|
};
|
|
3906
3907
|
},
|
|
3907
3908
|
|
|
@@ -3916,8 +3917,22 @@ var script$l = {
|
|
|
3916
3917
|
},
|
|
3917
3918
|
watch: {
|
|
3918
3919
|
externalFiles() {
|
|
3919
|
-
|
|
3920
|
-
|
|
3920
|
+
if (!this.externalFiles.length) {
|
|
3921
|
+
return;
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
if (this.externalFiles.length + this.file.length > this.fileSettings.max) {
|
|
3925
|
+
this.$emit("reset-file-system");
|
|
3926
|
+
return this.$toasted.global.defaultInfo({
|
|
3927
|
+
msg: `Limite de ${this.fileSettings.max} arquivos`
|
|
3928
|
+
});
|
|
3929
|
+
}
|
|
3930
|
+
|
|
3931
|
+
this.externalFilesAux = Array.from(this.externalFiles);
|
|
3932
|
+
this.externalFilesAux.forEach(files => {
|
|
3933
|
+
this.file.push(files);
|
|
3934
|
+
});
|
|
3935
|
+
this.fileSize = this.externalFilesAux.length + this.file.length;
|
|
3921
3936
|
this.multipleFileUpload();
|
|
3922
3937
|
}
|
|
3923
3938
|
|
|
@@ -4154,10 +4169,10 @@ var script$l = {
|
|
|
4154
4169
|
};
|
|
4155
4170
|
|
|
4156
4171
|
/* script */
|
|
4157
|
-
const __vue_script__$
|
|
4172
|
+
const __vue_script__$n = script$n;
|
|
4158
4173
|
/* template */
|
|
4159
4174
|
|
|
4160
|
-
var __vue_render__$
|
|
4175
|
+
var __vue_render__$n = function () {
|
|
4161
4176
|
var _vm = this;
|
|
4162
4177
|
|
|
4163
4178
|
var _h = _vm.$createElement;
|
|
@@ -4359,12 +4374,12 @@ var __vue_render__$l = function () {
|
|
|
4359
4374
|
}) : _vm._e()], 1)])], 1);
|
|
4360
4375
|
};
|
|
4361
4376
|
|
|
4362
|
-
var __vue_staticRenderFns__$
|
|
4377
|
+
var __vue_staticRenderFns__$n = [];
|
|
4363
4378
|
/* style */
|
|
4364
4379
|
|
|
4365
|
-
const __vue_inject_styles__$
|
|
4380
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
4366
4381
|
if (!inject) return;
|
|
4367
|
-
inject("data-v-
|
|
4382
|
+
inject("data-v-0b67df57_0", {
|
|
4368
4383
|
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
4384
|
map: undefined,
|
|
4370
4385
|
media: undefined
|
|
@@ -4373,23 +4388,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
4373
4388
|
/* scoped */
|
|
4374
4389
|
|
|
4375
4390
|
|
|
4376
|
-
const __vue_scope_id__$
|
|
4391
|
+
const __vue_scope_id__$n = undefined;
|
|
4377
4392
|
/* module identifier */
|
|
4378
4393
|
|
|
4379
|
-
const __vue_module_identifier__$
|
|
4394
|
+
const __vue_module_identifier__$n = undefined;
|
|
4380
4395
|
/* functional template */
|
|
4381
4396
|
|
|
4382
|
-
const __vue_is_functional_template__$
|
|
4397
|
+
const __vue_is_functional_template__$n = false;
|
|
4383
4398
|
/* style inject SSR */
|
|
4384
4399
|
|
|
4385
4400
|
/* style inject shadow dom */
|
|
4386
4401
|
|
|
4387
|
-
const __vue_component__$
|
|
4388
|
-
render: __vue_render__$
|
|
4389
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4390
|
-
}, __vue_inject_styles__$
|
|
4402
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
4403
|
+
render: __vue_render__$n,
|
|
4404
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4405
|
+
}, __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
4406
|
|
|
4392
|
-
var BtnFiles = __vue_component__$
|
|
4407
|
+
var BtnFiles = __vue_component__$v;
|
|
4393
4408
|
|
|
4394
4409
|
//
|
|
4395
4410
|
//
|
|
@@ -4397,7 +4412,7 @@ var BtnFiles = __vue_component__$s;
|
|
|
4397
4412
|
//
|
|
4398
4413
|
//
|
|
4399
4414
|
//
|
|
4400
|
-
var script$
|
|
4415
|
+
var script$m = {
|
|
4401
4416
|
props: {
|
|
4402
4417
|
dictionary: {
|
|
4403
4418
|
type: Object,
|
|
@@ -4408,10 +4423,10 @@ var script$k = {
|
|
|
4408
4423
|
};
|
|
4409
4424
|
|
|
4410
4425
|
/* script */
|
|
4411
|
-
const __vue_script__$
|
|
4426
|
+
const __vue_script__$m = script$m;
|
|
4412
4427
|
/* template */
|
|
4413
4428
|
|
|
4414
|
-
var __vue_render__$
|
|
4429
|
+
var __vue_render__$m = function () {
|
|
4415
4430
|
var _vm = this;
|
|
4416
4431
|
|
|
4417
4432
|
var _h = _vm.$createElement;
|
|
@@ -4435,31 +4450,31 @@ var __vue_render__$k = function () {
|
|
|
4435
4450
|
})], 1);
|
|
4436
4451
|
};
|
|
4437
4452
|
|
|
4438
|
-
var __vue_staticRenderFns__$
|
|
4453
|
+
var __vue_staticRenderFns__$m = [];
|
|
4439
4454
|
/* style */
|
|
4440
4455
|
|
|
4441
|
-
const __vue_inject_styles__$
|
|
4456
|
+
const __vue_inject_styles__$m = undefined;
|
|
4442
4457
|
/* scoped */
|
|
4443
4458
|
|
|
4444
|
-
const __vue_scope_id__$
|
|
4459
|
+
const __vue_scope_id__$m = undefined;
|
|
4445
4460
|
/* module identifier */
|
|
4446
4461
|
|
|
4447
|
-
const __vue_module_identifier__$
|
|
4462
|
+
const __vue_module_identifier__$m = undefined;
|
|
4448
4463
|
/* functional template */
|
|
4449
4464
|
|
|
4450
|
-
const __vue_is_functional_template__$
|
|
4465
|
+
const __vue_is_functional_template__$m = false;
|
|
4451
4466
|
/* style inject */
|
|
4452
4467
|
|
|
4453
4468
|
/* style inject SSR */
|
|
4454
4469
|
|
|
4455
4470
|
/* style inject shadow dom */
|
|
4456
4471
|
|
|
4457
|
-
const __vue_component__$
|
|
4458
|
-
render: __vue_render__$
|
|
4459
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4460
|
-
}, __vue_inject_styles__$
|
|
4472
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
4473
|
+
render: __vue_render__$m,
|
|
4474
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4475
|
+
}, __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
4476
|
|
|
4462
|
-
var BtnExpand = __vue_component__$
|
|
4477
|
+
var BtnExpand = __vue_component__$u;
|
|
4463
4478
|
|
|
4464
4479
|
//
|
|
4465
4480
|
//
|
|
@@ -4467,7 +4482,7 @@ var BtnExpand = __vue_component__$r;
|
|
|
4467
4482
|
//
|
|
4468
4483
|
//
|
|
4469
4484
|
//
|
|
4470
|
-
var script$
|
|
4485
|
+
var script$l = {
|
|
4471
4486
|
props: {
|
|
4472
4487
|
dictionary: {
|
|
4473
4488
|
type: Object,
|
|
@@ -4478,10 +4493,10 @@ var script$j = {
|
|
|
4478
4493
|
};
|
|
4479
4494
|
|
|
4480
4495
|
/* script */
|
|
4481
|
-
const __vue_script__$
|
|
4496
|
+
const __vue_script__$l = script$l;
|
|
4482
4497
|
/* template */
|
|
4483
4498
|
|
|
4484
|
-
var __vue_render__$
|
|
4499
|
+
var __vue_render__$l = function () {
|
|
4485
4500
|
var _vm = this;
|
|
4486
4501
|
|
|
4487
4502
|
var _h = _vm.$createElement;
|
|
@@ -4505,31 +4520,31 @@ var __vue_render__$j = function () {
|
|
|
4505
4520
|
})], 1);
|
|
4506
4521
|
};
|
|
4507
4522
|
|
|
4508
|
-
var __vue_staticRenderFns__$
|
|
4523
|
+
var __vue_staticRenderFns__$l = [];
|
|
4509
4524
|
/* style */
|
|
4510
4525
|
|
|
4511
|
-
const __vue_inject_styles__$
|
|
4526
|
+
const __vue_inject_styles__$l = undefined;
|
|
4512
4527
|
/* scoped */
|
|
4513
4528
|
|
|
4514
|
-
const __vue_scope_id__$
|
|
4529
|
+
const __vue_scope_id__$l = undefined;
|
|
4515
4530
|
/* module identifier */
|
|
4516
4531
|
|
|
4517
|
-
const __vue_module_identifier__$
|
|
4532
|
+
const __vue_module_identifier__$l = undefined;
|
|
4518
4533
|
/* functional template */
|
|
4519
4534
|
|
|
4520
|
-
const __vue_is_functional_template__$
|
|
4535
|
+
const __vue_is_functional_template__$l = false;
|
|
4521
4536
|
/* style inject */
|
|
4522
4537
|
|
|
4523
4538
|
/* style inject SSR */
|
|
4524
4539
|
|
|
4525
4540
|
/* style inject shadow dom */
|
|
4526
4541
|
|
|
4527
|
-
const __vue_component__$
|
|
4528
|
-
render: __vue_render__$
|
|
4529
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4530
|
-
}, __vue_inject_styles__$
|
|
4542
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
4543
|
+
render: __vue_render__$l,
|
|
4544
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4545
|
+
}, __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
4546
|
|
|
4532
|
-
var BtnStandardMessages = __vue_component__$
|
|
4547
|
+
var BtnStandardMessages = __vue_component__$t;
|
|
4533
4548
|
|
|
4534
4549
|
var bind = function bind(fn, thisArg) {
|
|
4535
4550
|
return function wrap() {
|
|
@@ -8444,7 +8459,7 @@ const standardMessages = {
|
|
|
8444
8459
|
};
|
|
8445
8460
|
|
|
8446
8461
|
//
|
|
8447
|
-
var script$
|
|
8462
|
+
var script$k = {
|
|
8448
8463
|
mixins: [standardMessages],
|
|
8449
8464
|
props: {
|
|
8450
8465
|
dictionary: {
|
|
@@ -8651,10 +8666,10 @@ var script$i = {
|
|
|
8651
8666
|
};
|
|
8652
8667
|
|
|
8653
8668
|
/* script */
|
|
8654
|
-
const __vue_script__$
|
|
8669
|
+
const __vue_script__$k = script$k;
|
|
8655
8670
|
/* template */
|
|
8656
8671
|
|
|
8657
|
-
var __vue_render__$
|
|
8672
|
+
var __vue_render__$k = function () {
|
|
8658
8673
|
var _vm = this;
|
|
8659
8674
|
|
|
8660
8675
|
var _h = _vm.$createElement;
|
|
@@ -8741,10 +8756,10 @@ var __vue_render__$i = function () {
|
|
|
8741
8756
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)]);
|
|
8742
8757
|
};
|
|
8743
8758
|
|
|
8744
|
-
var __vue_staticRenderFns__$
|
|
8759
|
+
var __vue_staticRenderFns__$k = [];
|
|
8745
8760
|
/* style */
|
|
8746
8761
|
|
|
8747
|
-
const __vue_inject_styles__$
|
|
8762
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
8748
8763
|
if (!inject) return;
|
|
8749
8764
|
inject("data-v-324084df_0", {
|
|
8750
8765
|
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 +8770,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
8755
8770
|
/* scoped */
|
|
8756
8771
|
|
|
8757
8772
|
|
|
8758
|
-
const __vue_scope_id__$
|
|
8773
|
+
const __vue_scope_id__$k = undefined;
|
|
8759
8774
|
/* module identifier */
|
|
8760
8775
|
|
|
8761
|
-
const __vue_module_identifier__$
|
|
8776
|
+
const __vue_module_identifier__$k = undefined;
|
|
8762
8777
|
/* functional template */
|
|
8763
8778
|
|
|
8764
|
-
const __vue_is_functional_template__$
|
|
8779
|
+
const __vue_is_functional_template__$k = false;
|
|
8765
8780
|
/* style inject SSR */
|
|
8766
8781
|
|
|
8767
8782
|
/* style inject shadow dom */
|
|
8768
8783
|
|
|
8769
|
-
const __vue_component__$
|
|
8770
|
-
render: __vue_render__$
|
|
8771
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8772
|
-
}, __vue_inject_styles__$
|
|
8784
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
8785
|
+
render: __vue_render__$k,
|
|
8786
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
8787
|
+
}, __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
8788
|
|
|
8774
|
-
var StandardMessages = __vue_component__$
|
|
8789
|
+
var StandardMessages = __vue_component__$s;
|
|
8775
8790
|
|
|
8776
8791
|
//
|
|
8777
|
-
var script$
|
|
8792
|
+
var script$j = {
|
|
8778
8793
|
components: {
|
|
8779
8794
|
BtnEmojis,
|
|
8780
8795
|
Loader,
|
|
@@ -9114,6 +9129,10 @@ var script$h = {
|
|
|
9114
9129
|
this.$emit("open-file-system");
|
|
9115
9130
|
},
|
|
9116
9131
|
|
|
9132
|
+
resetFileSystem() {
|
|
9133
|
+
this.$emit("reset-file-system");
|
|
9134
|
+
},
|
|
9135
|
+
|
|
9117
9136
|
setAudio(audioObj) {
|
|
9118
9137
|
const {
|
|
9119
9138
|
audioFile,
|
|
@@ -9258,10 +9277,10 @@ var script$h = {
|
|
|
9258
9277
|
};
|
|
9259
9278
|
|
|
9260
9279
|
/* script */
|
|
9261
|
-
const __vue_script__$
|
|
9280
|
+
const __vue_script__$j = script$j;
|
|
9262
9281
|
/* template */
|
|
9263
9282
|
|
|
9264
|
-
var __vue_render__$
|
|
9283
|
+
var __vue_render__$j = function () {
|
|
9265
9284
|
var _vm = this;
|
|
9266
9285
|
|
|
9267
9286
|
var _h = _vm.$createElement;
|
|
@@ -9460,7 +9479,8 @@ var __vue_render__$h = function () {
|
|
|
9460
9479
|
on: {
|
|
9461
9480
|
"set-file-vars": _vm.setFileVars,
|
|
9462
9481
|
"open-image": _vm.openImage,
|
|
9463
|
-
"open-file-system": _vm.openFileSystem
|
|
9482
|
+
"open-file-system": _vm.openFileSystem,
|
|
9483
|
+
"reset-file-system": _vm.resetFileSystem
|
|
9464
9484
|
}
|
|
9465
9485
|
}), _vm._v(" "), _c('BtnExpand', {
|
|
9466
9486
|
directives: [{
|
|
@@ -9502,12 +9522,12 @@ var __vue_render__$h = function () {
|
|
|
9502
9522
|
}) : _vm._e()], 1)], 1) : _vm._e();
|
|
9503
9523
|
};
|
|
9504
9524
|
|
|
9505
|
-
var __vue_staticRenderFns__$
|
|
9525
|
+
var __vue_staticRenderFns__$j = [];
|
|
9506
9526
|
/* style */
|
|
9507
9527
|
|
|
9508
|
-
const __vue_inject_styles__$
|
|
9528
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
9509
9529
|
if (!inject) return;
|
|
9510
|
-
inject("data-v-
|
|
9530
|
+
inject("data-v-c431d0e0_0", {
|
|
9511
9531
|
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
9532
|
map: undefined,
|
|
9513
9533
|
media: undefined
|
|
@@ -9516,26 +9536,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
9516
9536
|
/* scoped */
|
|
9517
9537
|
|
|
9518
9538
|
|
|
9519
|
-
const __vue_scope_id__$
|
|
9539
|
+
const __vue_scope_id__$j = undefined;
|
|
9520
9540
|
/* module identifier */
|
|
9521
9541
|
|
|
9522
|
-
const __vue_module_identifier__$
|
|
9542
|
+
const __vue_module_identifier__$j = undefined;
|
|
9523
9543
|
/* functional template */
|
|
9524
9544
|
|
|
9525
|
-
const __vue_is_functional_template__$
|
|
9545
|
+
const __vue_is_functional_template__$j = false;
|
|
9526
9546
|
/* style inject SSR */
|
|
9527
9547
|
|
|
9528
9548
|
/* style inject shadow dom */
|
|
9529
9549
|
|
|
9530
|
-
const __vue_component__$
|
|
9531
|
-
render: __vue_render__$
|
|
9532
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9533
|
-
}, __vue_inject_styles__$
|
|
9550
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
9551
|
+
render: __vue_render__$j,
|
|
9552
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
9553
|
+
}, __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
9554
|
|
|
9535
|
-
var TextFooter = __vue_component__$
|
|
9555
|
+
var TextFooter = __vue_component__$r;
|
|
9536
9556
|
|
|
9537
9557
|
//
|
|
9538
|
-
var script$
|
|
9558
|
+
var script$i = {
|
|
9539
9559
|
components: {
|
|
9540
9560
|
TextFooter
|
|
9541
9561
|
},
|
|
@@ -9586,10 +9606,10 @@ var script$g = {
|
|
|
9586
9606
|
};
|
|
9587
9607
|
|
|
9588
9608
|
/* script */
|
|
9589
|
-
const __vue_script__$
|
|
9609
|
+
const __vue_script__$i = script$i;
|
|
9590
9610
|
/* template */
|
|
9591
9611
|
|
|
9592
|
-
var __vue_render__$
|
|
9612
|
+
var __vue_render__$i = function () {
|
|
9593
9613
|
var _vm = this;
|
|
9594
9614
|
|
|
9595
9615
|
var _h = _vm.$createElement;
|
|
@@ -9633,34 +9653,34 @@ var __vue_render__$g = function () {
|
|
|
9633
9653
|
})], 2)]) : _vm._e()], 1)])]);
|
|
9634
9654
|
};
|
|
9635
9655
|
|
|
9636
|
-
var __vue_staticRenderFns__$
|
|
9656
|
+
var __vue_staticRenderFns__$i = [];
|
|
9637
9657
|
/* style */
|
|
9638
9658
|
|
|
9639
|
-
const __vue_inject_styles__$
|
|
9659
|
+
const __vue_inject_styles__$i = undefined;
|
|
9640
9660
|
/* scoped */
|
|
9641
9661
|
|
|
9642
|
-
const __vue_scope_id__$
|
|
9662
|
+
const __vue_scope_id__$i = undefined;
|
|
9643
9663
|
/* module identifier */
|
|
9644
9664
|
|
|
9645
|
-
const __vue_module_identifier__$
|
|
9665
|
+
const __vue_module_identifier__$i = undefined;
|
|
9646
9666
|
/* functional template */
|
|
9647
9667
|
|
|
9648
|
-
const __vue_is_functional_template__$
|
|
9668
|
+
const __vue_is_functional_template__$i = false;
|
|
9649
9669
|
/* style inject */
|
|
9650
9670
|
|
|
9651
9671
|
/* style inject SSR */
|
|
9652
9672
|
|
|
9653
9673
|
/* style inject shadow dom */
|
|
9654
9674
|
|
|
9655
|
-
const __vue_component__$
|
|
9656
|
-
render: __vue_render__$
|
|
9657
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9658
|
-
}, __vue_inject_styles__$
|
|
9675
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
9676
|
+
render: __vue_render__$i,
|
|
9677
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
9678
|
+
}, __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
9679
|
|
|
9660
|
-
var TemplateMessage = __vue_component__$
|
|
9680
|
+
var TemplateMessage = __vue_component__$q;
|
|
9661
9681
|
|
|
9662
9682
|
//
|
|
9663
|
-
var script$
|
|
9683
|
+
var script$h = {
|
|
9664
9684
|
components: {
|
|
9665
9685
|
TemplateSingle,
|
|
9666
9686
|
TemplateMessage
|
|
@@ -9867,10 +9887,10 @@ var script$f = {
|
|
|
9867
9887
|
};
|
|
9868
9888
|
|
|
9869
9889
|
/* script */
|
|
9870
|
-
const __vue_script__$
|
|
9890
|
+
const __vue_script__$h = script$h;
|
|
9871
9891
|
/* template */
|
|
9872
9892
|
|
|
9873
|
-
var __vue_render__$
|
|
9893
|
+
var __vue_render__$h = function () {
|
|
9874
9894
|
var _vm = this;
|
|
9875
9895
|
|
|
9876
9896
|
var _h = _vm.$createElement;
|
|
@@ -9944,10 +9964,10 @@ var __vue_render__$f = function () {
|
|
|
9944
9964
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9945
9965
|
};
|
|
9946
9966
|
|
|
9947
|
-
var __vue_staticRenderFns__$
|
|
9967
|
+
var __vue_staticRenderFns__$h = [];
|
|
9948
9968
|
/* style */
|
|
9949
9969
|
|
|
9950
|
-
const __vue_inject_styles__$
|
|
9970
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
9951
9971
|
if (!inject) return;
|
|
9952
9972
|
inject("data-v-5a97ed34_0", {
|
|
9953
9973
|
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 +9978,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
9958
9978
|
/* scoped */
|
|
9959
9979
|
|
|
9960
9980
|
|
|
9961
|
-
const __vue_scope_id__$
|
|
9981
|
+
const __vue_scope_id__$h = undefined;
|
|
9962
9982
|
/* module identifier */
|
|
9963
9983
|
|
|
9964
|
-
const __vue_module_identifier__$
|
|
9984
|
+
const __vue_module_identifier__$h = undefined;
|
|
9965
9985
|
/* functional template */
|
|
9966
9986
|
|
|
9967
|
-
const __vue_is_functional_template__$
|
|
9987
|
+
const __vue_is_functional_template__$h = false;
|
|
9968
9988
|
/* style inject SSR */
|
|
9969
9989
|
|
|
9970
9990
|
/* style inject shadow dom */
|
|
9971
9991
|
|
|
9972
|
-
const __vue_component__$
|
|
9973
|
-
render: __vue_render__$
|
|
9974
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9975
|
-
}, __vue_inject_styles__$
|
|
9992
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
9993
|
+
render: __vue_render__$h,
|
|
9994
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
9995
|
+
}, __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
9996
|
|
|
9977
|
-
var __vue_component__$
|
|
9997
|
+
var __vue_component__$p = __vue_component__$o;
|
|
9978
9998
|
|
|
9979
9999
|
//
|
|
9980
|
-
var script$
|
|
10000
|
+
var script$g = {
|
|
9981
10001
|
components: {
|
|
9982
10002
|
BtnEmojis,
|
|
9983
10003
|
BtnFiles
|
|
@@ -10263,10 +10283,10 @@ var script$e = {
|
|
|
10263
10283
|
};
|
|
10264
10284
|
|
|
10265
10285
|
/* script */
|
|
10266
|
-
const __vue_script__$
|
|
10286
|
+
const __vue_script__$g = script$g;
|
|
10267
10287
|
/* template */
|
|
10268
10288
|
|
|
10269
|
-
var __vue_render__$
|
|
10289
|
+
var __vue_render__$g = function () {
|
|
10270
10290
|
var _vm = this;
|
|
10271
10291
|
|
|
10272
10292
|
var _h = _vm.$createElement;
|
|
@@ -10365,10 +10385,10 @@ var __vue_render__$e = function () {
|
|
|
10365
10385
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
10366
10386
|
};
|
|
10367
10387
|
|
|
10368
|
-
var __vue_staticRenderFns__$
|
|
10388
|
+
var __vue_staticRenderFns__$g = [];
|
|
10369
10389
|
/* style */
|
|
10370
10390
|
|
|
10371
|
-
const __vue_inject_styles__$
|
|
10391
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
10372
10392
|
if (!inject) return;
|
|
10373
10393
|
inject("data-v-35df0b7d_0", {
|
|
10374
10394
|
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 +10399,23 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
10379
10399
|
/* scoped */
|
|
10380
10400
|
|
|
10381
10401
|
|
|
10382
|
-
const __vue_scope_id__$
|
|
10402
|
+
const __vue_scope_id__$g = undefined;
|
|
10383
10403
|
/* module identifier */
|
|
10384
10404
|
|
|
10385
|
-
const __vue_module_identifier__$
|
|
10405
|
+
const __vue_module_identifier__$g = undefined;
|
|
10386
10406
|
/* functional template */
|
|
10387
10407
|
|
|
10388
|
-
const __vue_is_functional_template__$
|
|
10408
|
+
const __vue_is_functional_template__$g = false;
|
|
10389
10409
|
/* style inject SSR */
|
|
10390
10410
|
|
|
10391
10411
|
/* style inject shadow dom */
|
|
10392
10412
|
|
|
10393
|
-
const __vue_component__$
|
|
10394
|
-
render: __vue_render__$
|
|
10395
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10396
|
-
}, __vue_inject_styles__$
|
|
10413
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
10414
|
+
render: __vue_render__$g,
|
|
10415
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
10416
|
+
}, __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
10417
|
|
|
10398
|
-
var __vue_component__$
|
|
10418
|
+
var __vue_component__$n = __vue_component__$m;
|
|
10399
10419
|
|
|
10400
10420
|
const textoLongo = {
|
|
10401
10421
|
methods: {
|
|
@@ -10408,6 +10428,34 @@ const textoLongo = {
|
|
|
10408
10428
|
}
|
|
10409
10429
|
|
|
10410
10430
|
return `${textoLongo}`;
|
|
10431
|
+
},
|
|
10432
|
+
|
|
10433
|
+
formataDataHora(dataHora, origem, cortarSegundos) {
|
|
10434
|
+
try {
|
|
10435
|
+
if (!dataHora) return "";
|
|
10436
|
+
if (dataHora == '1111-11-11 00:00:00') return '';
|
|
10437
|
+
const arrDataHora = dataHora.split(" ");
|
|
10438
|
+
|
|
10439
|
+
if (arrDataHora.length) {
|
|
10440
|
+
let data = arrDataHora[0];
|
|
10441
|
+
let hora = arrDataHora[1];
|
|
10442
|
+
if (!data || !hora) return dataHora;
|
|
10443
|
+
data = data.split("-").reverse().join("/");
|
|
10444
|
+
|
|
10445
|
+
if (!origem) {
|
|
10446
|
+
hora = hora.slice(0, 5);
|
|
10447
|
+
return `${data} ${this.dicionario.msg_divisao_data_hora} ${hora}`;
|
|
10448
|
+
}
|
|
10449
|
+
|
|
10450
|
+
hora = cortarSegundos ? hora.slice(0, 5) : hora.slice(0, 8);
|
|
10451
|
+
return `${data} ${hora}`;
|
|
10452
|
+
} else {
|
|
10453
|
+
return dataHora;
|
|
10454
|
+
}
|
|
10455
|
+
} catch (e) {
|
|
10456
|
+
console.error("Nao foi possivel formatar a data hora");
|
|
10457
|
+
console.error(e);
|
|
10458
|
+
}
|
|
10411
10459
|
}
|
|
10412
10460
|
|
|
10413
10461
|
}
|
|
@@ -10592,7 +10640,7 @@ const fileHandler = {
|
|
|
10592
10640
|
};
|
|
10593
10641
|
|
|
10594
10642
|
//
|
|
10595
|
-
var script$
|
|
10643
|
+
var script$f = {
|
|
10596
10644
|
mixins: [fileHandler],
|
|
10597
10645
|
props: {
|
|
10598
10646
|
file: {
|
|
@@ -10618,10 +10666,10 @@ var script$d = {
|
|
|
10618
10666
|
};
|
|
10619
10667
|
|
|
10620
10668
|
/* script */
|
|
10621
|
-
const __vue_script__$
|
|
10669
|
+
const __vue_script__$f = script$f;
|
|
10622
10670
|
/* template */
|
|
10623
10671
|
|
|
10624
|
-
var __vue_render__$
|
|
10672
|
+
var __vue_render__$f = function () {
|
|
10625
10673
|
var _vm = this;
|
|
10626
10674
|
|
|
10627
10675
|
var _h = _vm.$createElement;
|
|
@@ -10692,10 +10740,10 @@ var __vue_render__$d = function () {
|
|
|
10692
10740
|
})], 1)]], 2)], 1);
|
|
10693
10741
|
};
|
|
10694
10742
|
|
|
10695
|
-
var __vue_staticRenderFns__$
|
|
10743
|
+
var __vue_staticRenderFns__$f = [];
|
|
10696
10744
|
/* style */
|
|
10697
10745
|
|
|
10698
|
-
const __vue_inject_styles__$
|
|
10746
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
10699
10747
|
if (!inject) return;
|
|
10700
10748
|
inject("data-v-c0bc7096_0", {
|
|
10701
10749
|
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 +10758,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
10710
10758
|
/* scoped */
|
|
10711
10759
|
|
|
10712
10760
|
|
|
10713
|
-
const __vue_scope_id__$
|
|
10761
|
+
const __vue_scope_id__$f = "data-v-c0bc7096";
|
|
10714
10762
|
/* module identifier */
|
|
10715
10763
|
|
|
10716
|
-
const __vue_module_identifier__$
|
|
10764
|
+
const __vue_module_identifier__$f = undefined;
|
|
10717
10765
|
/* functional template */
|
|
10718
10766
|
|
|
10719
|
-
const __vue_is_functional_template__$
|
|
10767
|
+
const __vue_is_functional_template__$f = false;
|
|
10720
10768
|
/* style inject SSR */
|
|
10721
10769
|
|
|
10722
10770
|
/* style inject shadow dom */
|
|
10723
10771
|
|
|
10724
|
-
const __vue_component__$
|
|
10725
|
-
render: __vue_render__$
|
|
10726
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10727
|
-
}, __vue_inject_styles__$
|
|
10772
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
10773
|
+
render: __vue_render__$f,
|
|
10774
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
10775
|
+
}, __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
10776
|
|
|
10729
|
-
var CardFile = __vue_component__$
|
|
10777
|
+
var CardFile = __vue_component__$l;
|
|
10730
10778
|
|
|
10731
10779
|
//
|
|
10732
10780
|
//
|
|
@@ -10745,7 +10793,7 @@ var CardFile = __vue_component__$i;
|
|
|
10745
10793
|
//
|
|
10746
10794
|
//
|
|
10747
10795
|
//
|
|
10748
|
-
var script$
|
|
10796
|
+
var script$e = {
|
|
10749
10797
|
props: {
|
|
10750
10798
|
hasReply: {
|
|
10751
10799
|
type: Boolean
|
|
@@ -10763,10 +10811,10 @@ var script$c = {
|
|
|
10763
10811
|
};
|
|
10764
10812
|
|
|
10765
10813
|
/* script */
|
|
10766
|
-
const __vue_script__$
|
|
10814
|
+
const __vue_script__$e = script$e;
|
|
10767
10815
|
/* template */
|
|
10768
10816
|
|
|
10769
|
-
var __vue_render__$
|
|
10817
|
+
var __vue_render__$e = function () {
|
|
10770
10818
|
var _vm = this;
|
|
10771
10819
|
|
|
10772
10820
|
var _h = _vm.$createElement;
|
|
@@ -10902,34 +10950,34 @@ var __vue_render__$c = function () {
|
|
|
10902
10950
|
})], 1) : _vm._e()])], 1);
|
|
10903
10951
|
};
|
|
10904
10952
|
|
|
10905
|
-
var __vue_staticRenderFns__$
|
|
10953
|
+
var __vue_staticRenderFns__$e = [];
|
|
10906
10954
|
/* style */
|
|
10907
10955
|
|
|
10908
|
-
const __vue_inject_styles__$
|
|
10956
|
+
const __vue_inject_styles__$e = undefined;
|
|
10909
10957
|
/* scoped */
|
|
10910
10958
|
|
|
10911
|
-
const __vue_scope_id__$
|
|
10959
|
+
const __vue_scope_id__$e = undefined;
|
|
10912
10960
|
/* module identifier */
|
|
10913
10961
|
|
|
10914
|
-
const __vue_module_identifier__$
|
|
10962
|
+
const __vue_module_identifier__$e = undefined;
|
|
10915
10963
|
/* functional template */
|
|
10916
10964
|
|
|
10917
|
-
const __vue_is_functional_template__$
|
|
10965
|
+
const __vue_is_functional_template__$e = false;
|
|
10918
10966
|
/* style inject */
|
|
10919
10967
|
|
|
10920
10968
|
/* style inject SSR */
|
|
10921
10969
|
|
|
10922
10970
|
/* style inject shadow dom */
|
|
10923
10971
|
|
|
10924
|
-
const __vue_component__$
|
|
10925
|
-
render: __vue_render__$
|
|
10926
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10927
|
-
}, __vue_inject_styles__$
|
|
10972
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
10973
|
+
render: __vue_render__$e,
|
|
10974
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
10975
|
+
}, __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
10976
|
|
|
10929
|
-
var CardCheck = __vue_component__$
|
|
10977
|
+
var CardCheck = __vue_component__$k;
|
|
10930
10978
|
|
|
10931
10979
|
//
|
|
10932
|
-
var script$
|
|
10980
|
+
var script$d = {
|
|
10933
10981
|
components: {
|
|
10934
10982
|
CardFile,
|
|
10935
10983
|
CardCheck
|
|
@@ -11077,10 +11125,10 @@ var script$b = {
|
|
|
11077
11125
|
};
|
|
11078
11126
|
|
|
11079
11127
|
/* script */
|
|
11080
|
-
const __vue_script__$
|
|
11128
|
+
const __vue_script__$d = script$d;
|
|
11081
11129
|
/* template */
|
|
11082
11130
|
|
|
11083
|
-
var __vue_render__$
|
|
11131
|
+
var __vue_render__$d = function () {
|
|
11084
11132
|
var _vm = this;
|
|
11085
11133
|
|
|
11086
11134
|
var _h = _vm.$createElement;
|
|
@@ -11193,10 +11241,10 @@ var __vue_render__$b = function () {
|
|
|
11193
11241
|
}) : _vm._e()], 2)])], 1) : _vm._e();
|
|
11194
11242
|
};
|
|
11195
11243
|
|
|
11196
|
-
var __vue_staticRenderFns__$
|
|
11244
|
+
var __vue_staticRenderFns__$d = [];
|
|
11197
11245
|
/* style */
|
|
11198
11246
|
|
|
11199
|
-
const __vue_inject_styles__$
|
|
11247
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
11200
11248
|
if (!inject) return;
|
|
11201
11249
|
inject("data-v-4be10146_0", {
|
|
11202
11250
|
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 +11255,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
11207
11255
|
/* scoped */
|
|
11208
11256
|
|
|
11209
11257
|
|
|
11210
|
-
const __vue_scope_id__$
|
|
11258
|
+
const __vue_scope_id__$d = undefined;
|
|
11211
11259
|
/* module identifier */
|
|
11212
11260
|
|
|
11213
|
-
const __vue_module_identifier__$
|
|
11261
|
+
const __vue_module_identifier__$d = undefined;
|
|
11214
11262
|
/* functional template */
|
|
11215
11263
|
|
|
11216
|
-
const __vue_is_functional_template__$
|
|
11264
|
+
const __vue_is_functional_template__$d = false;
|
|
11217
11265
|
/* style inject SSR */
|
|
11218
11266
|
|
|
11219
11267
|
/* style inject shadow dom */
|
|
11220
11268
|
|
|
11221
|
-
const __vue_component__$
|
|
11222
|
-
render: __vue_render__$
|
|
11223
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11224
|
-
}, __vue_inject_styles__$
|
|
11269
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
11270
|
+
render: __vue_render__$d,
|
|
11271
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
11272
|
+
}, __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
11273
|
|
|
11226
|
-
var __vue_component__$
|
|
11274
|
+
var __vue_component__$j = __vue_component__$i;
|
|
11227
11275
|
|
|
11228
11276
|
//
|
|
11229
|
-
var script$
|
|
11277
|
+
var script$c = {
|
|
11230
11278
|
mixins: [mixin_1],
|
|
11231
11279
|
props: {
|
|
11232
11280
|
lista: {
|
|
@@ -11247,10 +11295,10 @@ var script$a = {
|
|
|
11247
11295
|
};
|
|
11248
11296
|
|
|
11249
11297
|
/* script */
|
|
11250
|
-
const __vue_script__$
|
|
11298
|
+
const __vue_script__$c = script$c;
|
|
11251
11299
|
/* template */
|
|
11252
11300
|
|
|
11253
|
-
var __vue_render__$
|
|
11301
|
+
var __vue_render__$c = function () {
|
|
11254
11302
|
var _vm = this;
|
|
11255
11303
|
|
|
11256
11304
|
var _h = _vm.$createElement;
|
|
@@ -11294,10 +11342,10 @@ var __vue_render__$a = function () {
|
|
|
11294
11342
|
})], 2);
|
|
11295
11343
|
};
|
|
11296
11344
|
|
|
11297
|
-
var __vue_staticRenderFns__$
|
|
11345
|
+
var __vue_staticRenderFns__$c = [];
|
|
11298
11346
|
/* style */
|
|
11299
11347
|
|
|
11300
|
-
const __vue_inject_styles__$
|
|
11348
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
11301
11349
|
if (!inject) return;
|
|
11302
11350
|
inject("data-v-f5d7144e_0", {
|
|
11303
11351
|
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 +11356,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
11308
11356
|
/* scoped */
|
|
11309
11357
|
|
|
11310
11358
|
|
|
11311
|
-
const __vue_scope_id__$
|
|
11359
|
+
const __vue_scope_id__$c = undefined;
|
|
11312
11360
|
/* module identifier */
|
|
11313
11361
|
|
|
11314
|
-
const __vue_module_identifier__$
|
|
11362
|
+
const __vue_module_identifier__$c = undefined;
|
|
11315
11363
|
/* functional template */
|
|
11316
11364
|
|
|
11317
|
-
const __vue_is_functional_template__$
|
|
11365
|
+
const __vue_is_functional_template__$c = false;
|
|
11318
11366
|
/* style inject SSR */
|
|
11319
11367
|
|
|
11320
11368
|
/* style inject shadow dom */
|
|
11321
11369
|
|
|
11322
|
-
const __vue_component__$
|
|
11323
|
-
render: __vue_render__$
|
|
11324
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11325
|
-
}, __vue_inject_styles__$
|
|
11370
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
11371
|
+
render: __vue_render__$c,
|
|
11372
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
11373
|
+
}, __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
11374
|
|
|
11327
|
-
var InteratividadePopup = __vue_component__$
|
|
11375
|
+
var InteratividadePopup = __vue_component__$h;
|
|
11328
11376
|
|
|
11329
11377
|
//
|
|
11330
|
-
var script$
|
|
11378
|
+
var script$b = {
|
|
11331
11379
|
components: {
|
|
11332
11380
|
InteratividadePopup
|
|
11333
11381
|
},
|
|
@@ -11421,10 +11469,10 @@ var script$9 = {
|
|
|
11421
11469
|
};
|
|
11422
11470
|
|
|
11423
11471
|
/* script */
|
|
11424
|
-
const __vue_script__$
|
|
11472
|
+
const __vue_script__$b = script$b;
|
|
11425
11473
|
/* template */
|
|
11426
11474
|
|
|
11427
|
-
var __vue_render__$
|
|
11475
|
+
var __vue_render__$b = function () {
|
|
11428
11476
|
var _vm = this;
|
|
11429
11477
|
|
|
11430
11478
|
var _h = _vm.$createElement;
|
|
@@ -11537,10 +11585,10 @@ var __vue_render__$9 = function () {
|
|
|
11537
11585
|
}) : _vm._e()], 2)] : _vm._e()], 2);
|
|
11538
11586
|
};
|
|
11539
11587
|
|
|
11540
|
-
var __vue_staticRenderFns__$
|
|
11588
|
+
var __vue_staticRenderFns__$b = [];
|
|
11541
11589
|
/* style */
|
|
11542
11590
|
|
|
11543
|
-
const __vue_inject_styles__$
|
|
11591
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
11544
11592
|
if (!inject) return;
|
|
11545
11593
|
inject("data-v-7b989966_0", {
|
|
11546
11594
|
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 +11599,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
11551
11599
|
/* scoped */
|
|
11552
11600
|
|
|
11553
11601
|
|
|
11554
|
-
const __vue_scope_id__$
|
|
11602
|
+
const __vue_scope_id__$b = "data-v-7b989966";
|
|
11555
11603
|
/* module identifier */
|
|
11556
11604
|
|
|
11557
|
-
const __vue_module_identifier__$
|
|
11605
|
+
const __vue_module_identifier__$b = undefined;
|
|
11558
11606
|
/* functional template */
|
|
11559
11607
|
|
|
11560
|
-
const __vue_is_functional_template__$
|
|
11608
|
+
const __vue_is_functional_template__$b = false;
|
|
11561
11609
|
/* style inject SSR */
|
|
11562
11610
|
|
|
11563
11611
|
/* style inject shadow dom */
|
|
11564
11612
|
|
|
11565
|
-
const __vue_component__$
|
|
11566
|
-
render: __vue_render__$
|
|
11567
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11568
|
-
}, __vue_inject_styles__$
|
|
11613
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
11614
|
+
render: __vue_render__$b,
|
|
11615
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
11616
|
+
}, __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
11617
|
|
|
11570
|
-
var InteratividadeFormulario = __vue_component__$
|
|
11618
|
+
var InteratividadeFormulario = __vue_component__$g;
|
|
11571
11619
|
|
|
11572
11620
|
//
|
|
11573
|
-
var script$
|
|
11621
|
+
var script$a = {
|
|
11574
11622
|
mixins: [fileHandler],
|
|
11575
11623
|
props: {
|
|
11576
11624
|
anexo: {
|
|
@@ -11596,10 +11644,10 @@ var script$8 = {
|
|
|
11596
11644
|
};
|
|
11597
11645
|
|
|
11598
11646
|
/* script */
|
|
11599
|
-
const __vue_script__$
|
|
11647
|
+
const __vue_script__$a = script$a;
|
|
11600
11648
|
/* template */
|
|
11601
11649
|
|
|
11602
|
-
var __vue_render__$
|
|
11650
|
+
var __vue_render__$a = function () {
|
|
11603
11651
|
var _vm = this;
|
|
11604
11652
|
|
|
11605
11653
|
var _h = _vm.$createElement;
|
|
@@ -11670,10 +11718,10 @@ var __vue_render__$8 = function () {
|
|
|
11670
11718
|
})], 1)]], 2)], 1);
|
|
11671
11719
|
};
|
|
11672
11720
|
|
|
11673
|
-
var __vue_staticRenderFns__$
|
|
11721
|
+
var __vue_staticRenderFns__$a = [];
|
|
11674
11722
|
/* style */
|
|
11675
11723
|
|
|
11676
|
-
const __vue_inject_styles__$
|
|
11724
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
11677
11725
|
if (!inject) return;
|
|
11678
11726
|
inject("data-v-0408a7b0_0", {
|
|
11679
11727
|
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 +11732,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
11684
11732
|
/* scoped */
|
|
11685
11733
|
|
|
11686
11734
|
|
|
11687
|
-
const __vue_scope_id__$
|
|
11735
|
+
const __vue_scope_id__$a = "data-v-0408a7b0";
|
|
11688
11736
|
/* module identifier */
|
|
11689
11737
|
|
|
11690
|
-
const __vue_module_identifier__$
|
|
11738
|
+
const __vue_module_identifier__$a = undefined;
|
|
11691
11739
|
/* functional template */
|
|
11692
11740
|
|
|
11693
|
-
const __vue_is_functional_template__$
|
|
11741
|
+
const __vue_is_functional_template__$a = false;
|
|
11694
11742
|
/* style inject SSR */
|
|
11695
11743
|
|
|
11696
11744
|
/* style inject shadow dom */
|
|
11697
11745
|
|
|
11698
|
-
const __vue_component__$
|
|
11699
|
-
render: __vue_render__$
|
|
11700
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11701
|
-
}, __vue_inject_styles__$
|
|
11746
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
11747
|
+
render: __vue_render__$a,
|
|
11748
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
11749
|
+
}, __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
11750
|
|
|
11703
|
-
var CardAttachment = __vue_component__$
|
|
11751
|
+
var CardAttachment = __vue_component__$f;
|
|
11704
11752
|
|
|
11705
11753
|
//
|
|
11706
|
-
var script$
|
|
11754
|
+
var script$9 = {
|
|
11707
11755
|
components: {
|
|
11708
11756
|
CardAttachment
|
|
11709
11757
|
},
|
|
@@ -11824,10 +11872,10 @@ var script$7 = {
|
|
|
11824
11872
|
};
|
|
11825
11873
|
|
|
11826
11874
|
/* script */
|
|
11827
|
-
const __vue_script__$
|
|
11875
|
+
const __vue_script__$9 = script$9;
|
|
11828
11876
|
/* template */
|
|
11829
11877
|
|
|
11830
|
-
var __vue_render__$
|
|
11878
|
+
var __vue_render__$9 = function () {
|
|
11831
11879
|
var _vm = this;
|
|
11832
11880
|
|
|
11833
11881
|
var _h = _vm.$createElement;
|
|
@@ -11937,10 +11985,10 @@ var __vue_render__$7 = function () {
|
|
|
11937
11985
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
11938
11986
|
};
|
|
11939
11987
|
|
|
11940
|
-
var __vue_staticRenderFns__$
|
|
11988
|
+
var __vue_staticRenderFns__$9 = [];
|
|
11941
11989
|
/* style */
|
|
11942
11990
|
|
|
11943
|
-
const __vue_inject_styles__$
|
|
11991
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
11944
11992
|
if (!inject) return;
|
|
11945
11993
|
inject("data-v-60eaca73_0", {
|
|
11946
11994
|
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 +11999,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
11951
11999
|
/* scoped */
|
|
11952
12000
|
|
|
11953
12001
|
|
|
11954
|
-
const __vue_scope_id__$
|
|
12002
|
+
const __vue_scope_id__$9 = "data-v-60eaca73";
|
|
11955
12003
|
/* module identifier */
|
|
11956
12004
|
|
|
11957
|
-
const __vue_module_identifier__$
|
|
12005
|
+
const __vue_module_identifier__$9 = undefined;
|
|
11958
12006
|
/* functional template */
|
|
11959
12007
|
|
|
11960
|
-
const __vue_is_functional_template__$
|
|
12008
|
+
const __vue_is_functional_template__$9 = false;
|
|
11961
12009
|
/* style inject SSR */
|
|
11962
12010
|
|
|
11963
12011
|
/* style inject shadow dom */
|
|
11964
12012
|
|
|
11965
|
-
const __vue_component__$
|
|
11966
|
-
render: __vue_render__$
|
|
11967
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11968
|
-
}, __vue_inject_styles__$
|
|
12013
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
12014
|
+
render: __vue_render__$9,
|
|
12015
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
12016
|
+
}, __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
12017
|
|
|
11970
|
-
var __vue_component__$
|
|
12018
|
+
var __vue_component__$e = __vue_component__$d;
|
|
11971
12019
|
|
|
11972
12020
|
//
|
|
11973
|
-
var script$
|
|
12021
|
+
var script$8 = {
|
|
11974
12022
|
mixins: [fileHandler],
|
|
11975
12023
|
components: {
|
|
11976
12024
|
Loader
|
|
@@ -12042,10 +12090,10 @@ var script$6 = {
|
|
|
12042
12090
|
};
|
|
12043
12091
|
|
|
12044
12092
|
/* script */
|
|
12045
|
-
const __vue_script__$
|
|
12093
|
+
const __vue_script__$8 = script$8;
|
|
12046
12094
|
/* template */
|
|
12047
12095
|
|
|
12048
|
-
var __vue_render__$
|
|
12096
|
+
var __vue_render__$8 = function () {
|
|
12049
12097
|
var _vm = this;
|
|
12050
12098
|
|
|
12051
12099
|
var _h = _vm.$createElement;
|
|
@@ -12194,10 +12242,10 @@ var __vue_render__$6 = function () {
|
|
|
12194
12242
|
})], 1) : _vm._e()])], 1)], 1);
|
|
12195
12243
|
};
|
|
12196
12244
|
|
|
12197
|
-
var __vue_staticRenderFns__$
|
|
12245
|
+
var __vue_staticRenderFns__$8 = [];
|
|
12198
12246
|
/* style */
|
|
12199
12247
|
|
|
12200
|
-
const __vue_inject_styles__$
|
|
12248
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
12201
12249
|
if (!inject) return;
|
|
12202
12250
|
inject("data-v-433c38d2_0", {
|
|
12203
12251
|
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}",
|
|
@@ -12208,26 +12256,26 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
12208
12256
|
/* scoped */
|
|
12209
12257
|
|
|
12210
12258
|
|
|
12211
|
-
const __vue_scope_id__$
|
|
12259
|
+
const __vue_scope_id__$8 = "data-v-433c38d2";
|
|
12212
12260
|
/* module identifier */
|
|
12213
12261
|
|
|
12214
|
-
const __vue_module_identifier__$
|
|
12262
|
+
const __vue_module_identifier__$8 = undefined;
|
|
12215
12263
|
/* functional template */
|
|
12216
12264
|
|
|
12217
|
-
const __vue_is_functional_template__$
|
|
12265
|
+
const __vue_is_functional_template__$8 = false;
|
|
12218
12266
|
/* style inject SSR */
|
|
12219
12267
|
|
|
12220
12268
|
/* style inject shadow dom */
|
|
12221
12269
|
|
|
12222
|
-
const __vue_component__$
|
|
12223
|
-
render: __vue_render__$
|
|
12224
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12225
|
-
}, __vue_inject_styles__$
|
|
12270
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
12271
|
+
render: __vue_render__$8,
|
|
12272
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
12273
|
+
}, __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
12274
|
|
|
12227
|
-
var AnexoMensagem = __vue_component__$
|
|
12275
|
+
var AnexoMensagem = __vue_component__$c;
|
|
12228
12276
|
|
|
12229
12277
|
//
|
|
12230
|
-
var script$
|
|
12278
|
+
var script$7 = {
|
|
12231
12279
|
components: {
|
|
12232
12280
|
InteratividadePopup
|
|
12233
12281
|
},
|
|
@@ -12289,10 +12337,10 @@ var script$5 = {
|
|
|
12289
12337
|
};
|
|
12290
12338
|
|
|
12291
12339
|
/* script */
|
|
12292
|
-
const __vue_script__$
|
|
12340
|
+
const __vue_script__$7 = script$7;
|
|
12293
12341
|
/* template */
|
|
12294
12342
|
|
|
12295
|
-
var __vue_render__$
|
|
12343
|
+
var __vue_render__$7 = function () {
|
|
12296
12344
|
var _vm = this;
|
|
12297
12345
|
|
|
12298
12346
|
var _h = _vm.$createElement;
|
|
@@ -12358,10 +12406,10 @@ var __vue_render__$5 = function () {
|
|
|
12358
12406
|
}) : _vm._e()])] : _vm._e()], 2);
|
|
12359
12407
|
};
|
|
12360
12408
|
|
|
12361
|
-
var __vue_staticRenderFns__$
|
|
12409
|
+
var __vue_staticRenderFns__$7 = [];
|
|
12362
12410
|
/* style */
|
|
12363
12411
|
|
|
12364
|
-
const __vue_inject_styles__$
|
|
12412
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
12365
12413
|
if (!inject) return;
|
|
12366
12414
|
inject("data-v-265335df_0", {
|
|
12367
12415
|
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 +12420,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
12372
12420
|
/* scoped */
|
|
12373
12421
|
|
|
12374
12422
|
|
|
12375
|
-
const __vue_scope_id__$
|
|
12423
|
+
const __vue_scope_id__$7 = undefined;
|
|
12376
12424
|
/* module identifier */
|
|
12377
12425
|
|
|
12378
|
-
const __vue_module_identifier__$
|
|
12426
|
+
const __vue_module_identifier__$7 = undefined;
|
|
12379
12427
|
/* functional template */
|
|
12380
12428
|
|
|
12381
|
-
const __vue_is_functional_template__$
|
|
12429
|
+
const __vue_is_functional_template__$7 = false;
|
|
12382
12430
|
/* style inject SSR */
|
|
12383
12431
|
|
|
12384
12432
|
/* style inject shadow dom */
|
|
12385
12433
|
|
|
12386
|
-
const __vue_component__$
|
|
12387
|
-
render: __vue_render__$
|
|
12388
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12389
|
-
}, __vue_inject_styles__$
|
|
12434
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
12435
|
+
render: __vue_render__$7,
|
|
12436
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
12437
|
+
}, __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
12438
|
|
|
12391
|
-
var InteratividadeBotoes = __vue_component__$
|
|
12439
|
+
var InteratividadeBotoes = __vue_component__$b;
|
|
12392
12440
|
|
|
12393
12441
|
//
|
|
12394
|
-
var script$
|
|
12442
|
+
var script$6 = {
|
|
12395
12443
|
props: {
|
|
12396
12444
|
message: {
|
|
12397
12445
|
type: String,
|
|
@@ -12493,10 +12541,10 @@ var script$4 = {
|
|
|
12493
12541
|
};
|
|
12494
12542
|
|
|
12495
12543
|
/* script */
|
|
12496
|
-
const __vue_script__$
|
|
12544
|
+
const __vue_script__$6 = script$6;
|
|
12497
12545
|
/* template */
|
|
12498
12546
|
|
|
12499
|
-
var __vue_render__$
|
|
12547
|
+
var __vue_render__$6 = function () {
|
|
12500
12548
|
var _vm = this;
|
|
12501
12549
|
|
|
12502
12550
|
var _h = _vm.$createElement;
|
|
@@ -12539,10 +12587,10 @@ var __vue_render__$4 = function () {
|
|
|
12539
12587
|
}) : _vm._e()]) : _vm._e()]) : _vm._e();
|
|
12540
12588
|
};
|
|
12541
12589
|
|
|
12542
|
-
var __vue_staticRenderFns__$
|
|
12590
|
+
var __vue_staticRenderFns__$6 = [];
|
|
12543
12591
|
/* style */
|
|
12544
12592
|
|
|
12545
|
-
const __vue_inject_styles__$
|
|
12593
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
12546
12594
|
if (!inject) return;
|
|
12547
12595
|
inject("data-v-17ba3e86_0", {
|
|
12548
12596
|
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 +12601,26 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
12553
12601
|
/* scoped */
|
|
12554
12602
|
|
|
12555
12603
|
|
|
12556
|
-
const __vue_scope_id__$
|
|
12604
|
+
const __vue_scope_id__$6 = "data-v-17ba3e86";
|
|
12557
12605
|
/* module identifier */
|
|
12558
12606
|
|
|
12559
|
-
const __vue_module_identifier__$
|
|
12607
|
+
const __vue_module_identifier__$6 = undefined;
|
|
12560
12608
|
/* functional template */
|
|
12561
12609
|
|
|
12562
|
-
const __vue_is_functional_template__$
|
|
12610
|
+
const __vue_is_functional_template__$6 = false;
|
|
12563
12611
|
/* style inject SSR */
|
|
12564
12612
|
|
|
12565
12613
|
/* style inject shadow dom */
|
|
12566
12614
|
|
|
12567
|
-
const __vue_component__$
|
|
12568
|
-
render: __vue_render__$
|
|
12569
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12570
|
-
}, __vue_inject_styles__$
|
|
12615
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
12616
|
+
render: __vue_render__$6,
|
|
12617
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
12618
|
+
}, __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
12619
|
|
|
12572
|
-
var LinkPreview = __vue_component__$
|
|
12620
|
+
var LinkPreview = __vue_component__$a;
|
|
12573
12621
|
|
|
12574
12622
|
//
|
|
12575
|
-
var script$
|
|
12623
|
+
var script$5 = {
|
|
12576
12624
|
components: {
|
|
12577
12625
|
AnexoMensagem,
|
|
12578
12626
|
InteratividadeBotoes,
|
|
@@ -12766,10 +12814,10 @@ var script$3 = {
|
|
|
12766
12814
|
};
|
|
12767
12815
|
|
|
12768
12816
|
/* script */
|
|
12769
|
-
const __vue_script__$
|
|
12817
|
+
const __vue_script__$5 = script$5;
|
|
12770
12818
|
/* template */
|
|
12771
12819
|
|
|
12772
|
-
var __vue_render__$
|
|
12820
|
+
var __vue_render__$5 = function () {
|
|
12773
12821
|
var _vm = this;
|
|
12774
12822
|
|
|
12775
12823
|
var _h = _vm.$createElement;
|
|
@@ -13047,10 +13095,10 @@ var __vue_render__$3 = function () {
|
|
|
13047
13095
|
})], 2)], 1) : _vm._e();
|
|
13048
13096
|
};
|
|
13049
13097
|
|
|
13050
|
-
var __vue_staticRenderFns__$
|
|
13098
|
+
var __vue_staticRenderFns__$5 = [];
|
|
13051
13099
|
/* style */
|
|
13052
13100
|
|
|
13053
|
-
const __vue_inject_styles__$
|
|
13101
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
13054
13102
|
if (!inject) return;
|
|
13055
13103
|
inject("data-v-8e87a87a_0", {
|
|
13056
13104
|
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 +13109,23 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
13061
13109
|
/* scoped */
|
|
13062
13110
|
|
|
13063
13111
|
|
|
13064
|
-
const __vue_scope_id__$
|
|
13112
|
+
const __vue_scope_id__$5 = undefined;
|
|
13065
13113
|
/* module identifier */
|
|
13066
13114
|
|
|
13067
|
-
const __vue_module_identifier__$
|
|
13115
|
+
const __vue_module_identifier__$5 = undefined;
|
|
13068
13116
|
/* functional template */
|
|
13069
13117
|
|
|
13070
|
-
const __vue_is_functional_template__$
|
|
13118
|
+
const __vue_is_functional_template__$5 = false;
|
|
13071
13119
|
/* style inject SSR */
|
|
13072
13120
|
|
|
13073
13121
|
/* style inject shadow dom */
|
|
13074
13122
|
|
|
13075
|
-
const __vue_component__$
|
|
13076
|
-
render: __vue_render__$
|
|
13077
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
13078
|
-
}, __vue_inject_styles__$
|
|
13123
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
13124
|
+
render: __vue_render__$5,
|
|
13125
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
13126
|
+
}, __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
13127
|
|
|
13080
|
-
var __vue_component__$
|
|
13128
|
+
var __vue_component__$9 = __vue_component__$8;
|
|
13081
13129
|
|
|
13082
13130
|
//
|
|
13083
13131
|
//
|
|
@@ -13086,7 +13134,7 @@ var __vue_component__$6 = __vue_component__$5;
|
|
|
13086
13134
|
//
|
|
13087
13135
|
//
|
|
13088
13136
|
//
|
|
13089
|
-
var script$
|
|
13137
|
+
var script$4 = {
|
|
13090
13138
|
props: {
|
|
13091
13139
|
icon: [String, Array],
|
|
13092
13140
|
default: ""
|
|
@@ -13100,10 +13148,10 @@ var script$2 = {
|
|
|
13100
13148
|
};
|
|
13101
13149
|
|
|
13102
13150
|
/* script */
|
|
13103
|
-
const __vue_script__$
|
|
13151
|
+
const __vue_script__$4 = script$4;
|
|
13104
13152
|
/* template */
|
|
13105
13153
|
|
|
13106
|
-
var __vue_render__$
|
|
13154
|
+
var __vue_render__$4 = function () {
|
|
13107
13155
|
var _vm = this;
|
|
13108
13156
|
|
|
13109
13157
|
var _h = _vm.$createElement;
|
|
@@ -13126,10 +13174,10 @@ var __vue_render__$2 = function () {
|
|
|
13126
13174
|
})], 1);
|
|
13127
13175
|
};
|
|
13128
13176
|
|
|
13129
|
-
var __vue_staticRenderFns__$
|
|
13177
|
+
var __vue_staticRenderFns__$4 = [];
|
|
13130
13178
|
/* style */
|
|
13131
13179
|
|
|
13132
|
-
const __vue_inject_styles__$
|
|
13180
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
13133
13181
|
if (!inject) return;
|
|
13134
13182
|
inject("data-v-f9c5e7d8_0", {
|
|
13135
13183
|
source: ".simple-btn--icon.custom>span{width:20px;height:20px}",
|
|
@@ -13140,26 +13188,26 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
13140
13188
|
/* scoped */
|
|
13141
13189
|
|
|
13142
13190
|
|
|
13143
|
-
const __vue_scope_id__$
|
|
13191
|
+
const __vue_scope_id__$4 = undefined;
|
|
13144
13192
|
/* module identifier */
|
|
13145
13193
|
|
|
13146
|
-
const __vue_module_identifier__$
|
|
13194
|
+
const __vue_module_identifier__$4 = undefined;
|
|
13147
13195
|
/* functional template */
|
|
13148
13196
|
|
|
13149
|
-
const __vue_is_functional_template__$
|
|
13197
|
+
const __vue_is_functional_template__$4 = false;
|
|
13150
13198
|
/* style inject SSR */
|
|
13151
13199
|
|
|
13152
13200
|
/* style inject shadow dom */
|
|
13153
13201
|
|
|
13154
|
-
const __vue_component__$
|
|
13155
|
-
render: __vue_render__$
|
|
13156
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
13157
|
-
}, __vue_inject_styles__$
|
|
13202
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
13203
|
+
render: __vue_render__$4,
|
|
13204
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
13205
|
+
}, __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
13206
|
|
|
13159
|
-
var IconButton = __vue_component__$
|
|
13207
|
+
var IconButton = __vue_component__$7;
|
|
13160
13208
|
|
|
13161
13209
|
//
|
|
13162
|
-
var script$
|
|
13210
|
+
var script$3 = {
|
|
13163
13211
|
components: {
|
|
13164
13212
|
IconButton
|
|
13165
13213
|
},
|
|
@@ -13215,10 +13263,10 @@ var script$1 = {
|
|
|
13215
13263
|
};
|
|
13216
13264
|
|
|
13217
13265
|
/* script */
|
|
13218
|
-
const __vue_script__$
|
|
13266
|
+
const __vue_script__$3 = script$3;
|
|
13219
13267
|
/* template */
|
|
13220
13268
|
|
|
13221
|
-
var __vue_render__$
|
|
13269
|
+
var __vue_render__$3 = function () {
|
|
13222
13270
|
var _vm = this;
|
|
13223
13271
|
|
|
13224
13272
|
var _h = _vm.$createElement;
|
|
@@ -13253,10 +13301,10 @@ var __vue_render__$1 = function () {
|
|
|
13253
13301
|
}) : _c('VueLoader')], 2);
|
|
13254
13302
|
};
|
|
13255
13303
|
|
|
13256
|
-
var __vue_staticRenderFns__$
|
|
13304
|
+
var __vue_staticRenderFns__$3 = [];
|
|
13257
13305
|
/* style */
|
|
13258
13306
|
|
|
13259
|
-
const __vue_inject_styles__$
|
|
13307
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
13260
13308
|
if (!inject) return;
|
|
13261
13309
|
inject("data-v-b7424d62_0", {
|
|
13262
13310
|
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 +13315,23 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
13267
13315
|
/* scoped */
|
|
13268
13316
|
|
|
13269
13317
|
|
|
13270
|
-
const __vue_scope_id__$
|
|
13318
|
+
const __vue_scope_id__$3 = undefined;
|
|
13271
13319
|
/* module identifier */
|
|
13272
13320
|
|
|
13273
|
-
const __vue_module_identifier__$
|
|
13321
|
+
const __vue_module_identifier__$3 = undefined;
|
|
13274
13322
|
/* functional template */
|
|
13275
13323
|
|
|
13276
|
-
const __vue_is_functional_template__$
|
|
13324
|
+
const __vue_is_functional_template__$3 = false;
|
|
13277
13325
|
/* style inject SSR */
|
|
13278
13326
|
|
|
13279
13327
|
/* style inject shadow dom */
|
|
13280
13328
|
|
|
13281
|
-
const __vue_component__$
|
|
13282
|
-
render: __vue_render__$
|
|
13283
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
13284
|
-
}, __vue_inject_styles__$
|
|
13329
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
13330
|
+
render: __vue_render__$3,
|
|
13331
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
13332
|
+
}, __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
13333
|
|
|
13286
|
-
var __vue_component__$
|
|
13334
|
+
var __vue_component__$6 = __vue_component__$5;
|
|
13287
13335
|
|
|
13288
13336
|
//
|
|
13289
13337
|
//
|
|
@@ -13304,7 +13352,7 @@ var __vue_component__$3 = __vue_component__$2;
|
|
|
13304
13352
|
//
|
|
13305
13353
|
//
|
|
13306
13354
|
//
|
|
13307
|
-
var script = {
|
|
13355
|
+
var script$2 = {
|
|
13308
13356
|
props: {
|
|
13309
13357
|
identificador: {
|
|
13310
13358
|
type: String,
|
|
@@ -13397,10 +13445,10 @@ var script = {
|
|
|
13397
13445
|
};
|
|
13398
13446
|
|
|
13399
13447
|
/* script */
|
|
13400
|
-
const __vue_script__ = script;
|
|
13448
|
+
const __vue_script__$2 = script$2;
|
|
13401
13449
|
/* template */
|
|
13402
13450
|
|
|
13403
|
-
var __vue_render__ = function () {
|
|
13451
|
+
var __vue_render__$2 = function () {
|
|
13404
13452
|
var _vm = this;
|
|
13405
13453
|
|
|
13406
13454
|
var _h = _vm.$createElement;
|
|
@@ -13445,10 +13493,10 @@ var __vue_render__ = function () {
|
|
|
13445
13493
|
})], 1)]);
|
|
13446
13494
|
};
|
|
13447
13495
|
|
|
13448
|
-
var __vue_staticRenderFns__ = [];
|
|
13496
|
+
var __vue_staticRenderFns__$2 = [];
|
|
13449
13497
|
/* style */
|
|
13450
13498
|
|
|
13451
|
-
const __vue_inject_styles__ = function (inject) {
|
|
13499
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
13452
13500
|
if (!inject) return;
|
|
13453
13501
|
inject("data-v-179843a2_0", {
|
|
13454
13502
|
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 +13511,320 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
13463
13511
|
/* scoped */
|
|
13464
13512
|
|
|
13465
13513
|
|
|
13466
|
-
const __vue_scope_id__ = "data-v-179843a2";
|
|
13514
|
+
const __vue_scope_id__$2 = "data-v-179843a2";
|
|
13515
|
+
/* module identifier */
|
|
13516
|
+
|
|
13517
|
+
const __vue_module_identifier__$2 = undefined;
|
|
13518
|
+
/* functional template */
|
|
13519
|
+
|
|
13520
|
+
const __vue_is_functional_template__$2 = false;
|
|
13521
|
+
/* style inject SSR */
|
|
13522
|
+
|
|
13523
|
+
/* style inject shadow dom */
|
|
13524
|
+
|
|
13525
|
+
const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
13526
|
+
render: __vue_render__$2,
|
|
13527
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
13528
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
13529
|
+
|
|
13530
|
+
var __vue_component__$4 = __vue_component__$3;
|
|
13531
|
+
|
|
13532
|
+
//
|
|
13533
|
+
var script$1 = {
|
|
13534
|
+
mixins: [fileHandler],
|
|
13535
|
+
props: {
|
|
13536
|
+
anexo: {
|
|
13537
|
+
type: [Object, String],
|
|
13538
|
+
default: () => {
|
|
13539
|
+
return {};
|
|
13540
|
+
}
|
|
13541
|
+
},
|
|
13542
|
+
dominio: {
|
|
13543
|
+
type: String,
|
|
13544
|
+
required: true
|
|
13545
|
+
}
|
|
13546
|
+
},
|
|
13547
|
+
|
|
13548
|
+
mounted() {
|
|
13549
|
+
this.setFileVars(this.anexo, {
|
|
13550
|
+
dominio: this.dominio
|
|
13551
|
+
});
|
|
13552
|
+
}
|
|
13553
|
+
|
|
13554
|
+
};
|
|
13555
|
+
|
|
13556
|
+
/* script */
|
|
13557
|
+
const __vue_script__$1 = script$1;
|
|
13558
|
+
/* template */
|
|
13559
|
+
|
|
13560
|
+
var __vue_render__$1 = function () {
|
|
13561
|
+
var _vm = this;
|
|
13562
|
+
|
|
13563
|
+
var _h = _vm.$createElement;
|
|
13564
|
+
|
|
13565
|
+
var _c = _vm._self._c || _h;
|
|
13566
|
+
|
|
13567
|
+
return _c('transition-group', {
|
|
13568
|
+
attrs: {
|
|
13569
|
+
"name": "fade",
|
|
13570
|
+
"mode": "out-in"
|
|
13571
|
+
}
|
|
13572
|
+
}, [_vm.isLoading ? _c('VueLoader', {
|
|
13573
|
+
key: "file-loader"
|
|
13574
|
+
}) : _c('div', {
|
|
13575
|
+
key: "file-container",
|
|
13576
|
+
staticClass: "mb-5 mx-5 d-flex flex-wrap align-items-end"
|
|
13577
|
+
}, [_vm.imageURL ? _c('span', {
|
|
13578
|
+
staticClass: "anexo-img box-shadow",
|
|
13579
|
+
attrs: {
|
|
13580
|
+
"title": "Visualizar " + _vm.filename
|
|
13581
|
+
},
|
|
13582
|
+
on: {
|
|
13583
|
+
"click": function ($event) {
|
|
13584
|
+
return _vm.openWindowFromURL(_vm.imageURL, true);
|
|
13585
|
+
}
|
|
13586
|
+
}
|
|
13587
|
+
}, [_c('img', {
|
|
13588
|
+
attrs: {
|
|
13589
|
+
"src": "" + _vm.imageURL,
|
|
13590
|
+
"alt": _vm.filename
|
|
13591
|
+
}
|
|
13592
|
+
})]) : _c('span', {
|
|
13593
|
+
staticClass: "anexo-icone",
|
|
13594
|
+
class: [_vm.iconeClass],
|
|
13595
|
+
attrs: {
|
|
13596
|
+
"title": "Visualizar " + _vm.filename,
|
|
13597
|
+
"target": "_blank"
|
|
13598
|
+
},
|
|
13599
|
+
on: {
|
|
13600
|
+
"click": function ($event) {
|
|
13601
|
+
return _vm.openWindowFromURL(_vm.docURL, false);
|
|
13602
|
+
}
|
|
13603
|
+
}
|
|
13604
|
+
}, [_c('fa-icon', {
|
|
13605
|
+
attrs: {
|
|
13606
|
+
"icon": _vm.icon
|
|
13607
|
+
}
|
|
13608
|
+
})], 1), _vm._v(" "), _c('a', {
|
|
13609
|
+
attrs: {
|
|
13610
|
+
"href": _vm.imageURL ? _vm.imageURL : _vm.docURL,
|
|
13611
|
+
"download": "" + _vm.filename,
|
|
13612
|
+
"target": "_blank",
|
|
13613
|
+
"title": "Download " + _vm.filename
|
|
13614
|
+
}
|
|
13615
|
+
}, [_c('fa-icon', {
|
|
13616
|
+
attrs: {
|
|
13617
|
+
"icon": ['fas', 'download']
|
|
13618
|
+
}
|
|
13619
|
+
})], 1)])], 1);
|
|
13620
|
+
};
|
|
13621
|
+
|
|
13622
|
+
var __vue_staticRenderFns__$1 = [];
|
|
13623
|
+
/* style */
|
|
13624
|
+
|
|
13625
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
13626
|
+
if (!inject) return;
|
|
13627
|
+
inject("data-v-298444ef_0", {
|
|
13628
|
+
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}",
|
|
13629
|
+
map: undefined,
|
|
13630
|
+
media: undefined
|
|
13631
|
+
});
|
|
13632
|
+
};
|
|
13633
|
+
/* scoped */
|
|
13634
|
+
|
|
13635
|
+
|
|
13636
|
+
const __vue_scope_id__$1 = "data-v-298444ef";
|
|
13637
|
+
/* module identifier */
|
|
13638
|
+
|
|
13639
|
+
const __vue_module_identifier__$1 = undefined;
|
|
13640
|
+
/* functional template */
|
|
13641
|
+
|
|
13642
|
+
const __vue_is_functional_template__$1 = false;
|
|
13643
|
+
/* style inject SSR */
|
|
13644
|
+
|
|
13645
|
+
/* style inject shadow dom */
|
|
13646
|
+
|
|
13647
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
13648
|
+
render: __vue_render__$1,
|
|
13649
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
13650
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
13651
|
+
|
|
13652
|
+
var EmailFile = __vue_component__$2;
|
|
13653
|
+
|
|
13654
|
+
//
|
|
13655
|
+
var script = {
|
|
13656
|
+
mixins: [textoLongo],
|
|
13657
|
+
components: {
|
|
13658
|
+
EmailFile
|
|
13659
|
+
},
|
|
13660
|
+
props: {
|
|
13661
|
+
dominio: {
|
|
13662
|
+
type: String,
|
|
13663
|
+
required: true
|
|
13664
|
+
},
|
|
13665
|
+
dicionario: {
|
|
13666
|
+
type: Object,
|
|
13667
|
+
required: true
|
|
13668
|
+
},
|
|
13669
|
+
de: {
|
|
13670
|
+
type: String,
|
|
13671
|
+
required: false,
|
|
13672
|
+
default: ""
|
|
13673
|
+
},
|
|
13674
|
+
para: {
|
|
13675
|
+
type: String,
|
|
13676
|
+
required: false,
|
|
13677
|
+
default: ""
|
|
13678
|
+
},
|
|
13679
|
+
html: {
|
|
13680
|
+
type: String,
|
|
13681
|
+
required: false,
|
|
13682
|
+
default: ""
|
|
13683
|
+
},
|
|
13684
|
+
assunto: {
|
|
13685
|
+
type: String,
|
|
13686
|
+
required: false,
|
|
13687
|
+
default: ""
|
|
13688
|
+
},
|
|
13689
|
+
dataHora: {
|
|
13690
|
+
type: String,
|
|
13691
|
+
required: false,
|
|
13692
|
+
default: ""
|
|
13693
|
+
},
|
|
13694
|
+
mensagem: {
|
|
13695
|
+
type: String,
|
|
13696
|
+
required: false,
|
|
13697
|
+
default: ""
|
|
13698
|
+
},
|
|
13699
|
+
anexos: {
|
|
13700
|
+
type: [Array, String],
|
|
13701
|
+
required: false,
|
|
13702
|
+
default: () => {
|
|
13703
|
+
return [];
|
|
13704
|
+
}
|
|
13705
|
+
},
|
|
13706
|
+
iniciarAberto: {
|
|
13707
|
+
type: Boolean,
|
|
13708
|
+
required: false,
|
|
13709
|
+
default: false
|
|
13710
|
+
}
|
|
13711
|
+
},
|
|
13712
|
+
|
|
13713
|
+
data() {
|
|
13714
|
+
return {
|
|
13715
|
+
estado: 0
|
|
13716
|
+
};
|
|
13717
|
+
},
|
|
13718
|
+
|
|
13719
|
+
computed: {
|
|
13720
|
+
siglaNome() {
|
|
13721
|
+
return this.de[0] ? this.de[0].toUpperCase() : "";
|
|
13722
|
+
}
|
|
13723
|
+
|
|
13724
|
+
},
|
|
13725
|
+
methods: {
|
|
13726
|
+
toggleEstado() {
|
|
13727
|
+
this.estado = this.estado == 0 ? 1 : 0;
|
|
13728
|
+
}
|
|
13729
|
+
|
|
13730
|
+
}
|
|
13731
|
+
};
|
|
13732
|
+
|
|
13733
|
+
/* script */
|
|
13734
|
+
const __vue_script__ = script;
|
|
13735
|
+
/* template */
|
|
13736
|
+
|
|
13737
|
+
var __vue_render__ = function () {
|
|
13738
|
+
var _vm = this;
|
|
13739
|
+
|
|
13740
|
+
var _h = _vm.$createElement;
|
|
13741
|
+
|
|
13742
|
+
var _c = _vm._self._c || _h;
|
|
13743
|
+
|
|
13744
|
+
return _c('div', {
|
|
13745
|
+
staticClass: "w-100 text-dark min-h-60 d-flex flex-wrap px-35 border-bottom-1 border-color-gray transition-150"
|
|
13746
|
+
}, [_c('div', {
|
|
13747
|
+
staticClass: "w-100 d-flex d-flex align-items-center justify-content-between cursor-pointer",
|
|
13748
|
+
on: {
|
|
13749
|
+
"click": function ($event) {
|
|
13750
|
+
return _vm.toggleEstado();
|
|
13751
|
+
}
|
|
13752
|
+
}
|
|
13753
|
+
}, [_c('div', {
|
|
13754
|
+
staticClass: "d-flex-center m-10"
|
|
13755
|
+
}, [_c('span', {
|
|
13756
|
+
staticClass: "align-self-start border-radius-round d-flex-center w-36px h-36px border-color-gray border-1 mr-10",
|
|
13757
|
+
domProps: {
|
|
13758
|
+
"textContent": _vm._s(_vm.siglaNome)
|
|
13759
|
+
}
|
|
13760
|
+
}), _vm._v(" "), _c('div', {
|
|
13761
|
+
staticClass: "d-flex flex-column"
|
|
13762
|
+
}, [_c('p', {
|
|
13763
|
+
staticClass: "text-bold fs-_9",
|
|
13764
|
+
attrs: {
|
|
13765
|
+
"title": _vm.de
|
|
13766
|
+
},
|
|
13767
|
+
domProps: {
|
|
13768
|
+
"textContent": _vm._s(_vm.de)
|
|
13769
|
+
}
|
|
13770
|
+
}), _vm._v(" "), _vm.estado != 0 ? _c('p', {
|
|
13771
|
+
staticClass: "text-gray fs-_8",
|
|
13772
|
+
attrs: {
|
|
13773
|
+
"title": _vm.para
|
|
13774
|
+
},
|
|
13775
|
+
domProps: {
|
|
13776
|
+
"textContent": _vm._s(_vm.para)
|
|
13777
|
+
}
|
|
13778
|
+
}) : _vm._e(), _vm._v(" "), _c('p', {
|
|
13779
|
+
staticClass: "text-gray fs-_8",
|
|
13780
|
+
attrs: {
|
|
13781
|
+
"title": _vm.assunto
|
|
13782
|
+
},
|
|
13783
|
+
domProps: {
|
|
13784
|
+
"textContent": _vm._s(_vm.tratarTextoLongo(_vm.assunto, 30))
|
|
13785
|
+
}
|
|
13786
|
+
})])]), _vm._v(" "), _c('span', {
|
|
13787
|
+
staticClass: "fs-_8 mr-10 text-ellipsis",
|
|
13788
|
+
attrs: {
|
|
13789
|
+
"title": _vm.formataDataHora(_vm.dataHora)
|
|
13790
|
+
}
|
|
13791
|
+
}, [_c('fa-icon', {
|
|
13792
|
+
attrs: {
|
|
13793
|
+
"icon": ['fas', 'calendar']
|
|
13794
|
+
}
|
|
13795
|
+
}), _vm._v("\n " + _vm._s(_vm.formataDataHora(_vm.dataHora)) + "\n ")], 1)]), _vm._v(" "), _vm.estado != 0 ? _c('div', {
|
|
13796
|
+
staticClass: "d-flex-center w-100 p-15"
|
|
13797
|
+
}, [_c('section', {
|
|
13798
|
+
domProps: {
|
|
13799
|
+
"innerHTML": _vm._s(_vm.html)
|
|
13800
|
+
}
|
|
13801
|
+
})]) : _vm._e(), _vm._v(" "), _vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
|
|
13802
|
+
return _c('EmailFile', {
|
|
13803
|
+
key: index,
|
|
13804
|
+
staticClass: "d-flex flex-wrap align-items-center",
|
|
13805
|
+
attrs: {
|
|
13806
|
+
"anexo": anexo,
|
|
13807
|
+
"dominio": _vm.dominio
|
|
13808
|
+
}
|
|
13809
|
+
});
|
|
13810
|
+
}) : _vm._e()], 2);
|
|
13811
|
+
};
|
|
13812
|
+
|
|
13813
|
+
var __vue_staticRenderFns__ = [];
|
|
13814
|
+
/* style */
|
|
13815
|
+
|
|
13816
|
+
const __vue_inject_styles__ = function (inject) {
|
|
13817
|
+
if (!inject) return;
|
|
13818
|
+
inject("data-v-06a38972_0", {
|
|
13819
|
+
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}",
|
|
13820
|
+
map: undefined,
|
|
13821
|
+
media: undefined
|
|
13822
|
+
});
|
|
13823
|
+
};
|
|
13824
|
+
/* scoped */
|
|
13825
|
+
|
|
13826
|
+
|
|
13827
|
+
const __vue_scope_id__ = "data-v-06a38972";
|
|
13467
13828
|
/* module identifier */
|
|
13468
13829
|
|
|
13469
13830
|
const __vue_module_identifier__ = undefined;
|
|
@@ -13483,17 +13844,18 @@ var __vue_component__$1 = __vue_component__;
|
|
|
13483
13844
|
|
|
13484
13845
|
var components = /*#__PURE__*/Object.freeze({
|
|
13485
13846
|
__proto__: null,
|
|
13486
|
-
TemplateGenerator: __vue_component__$
|
|
13847
|
+
TemplateGenerator: __vue_component__$p,
|
|
13487
13848
|
TextFooter: TextFooter,
|
|
13488
|
-
ExpandTextarea: __vue_component__$
|
|
13489
|
-
Card: __vue_component__$
|
|
13849
|
+
ExpandTextarea: __vue_component__$n,
|
|
13850
|
+
Card: __vue_component__$j,
|
|
13490
13851
|
InteratividadeFormulario: InteratividadeFormulario,
|
|
13491
|
-
CardMessages: __vue_component__$
|
|
13492
|
-
ChatMessages: __vue_component__$
|
|
13852
|
+
CardMessages: __vue_component__$e,
|
|
13853
|
+
ChatMessages: __vue_component__$9,
|
|
13493
13854
|
BtnEmojis: BtnEmojis,
|
|
13494
|
-
SimpleButton: __vue_component__$
|
|
13495
|
-
ScrollContent: __vue_component__$
|
|
13496
|
-
VueLoader: Loader
|
|
13855
|
+
SimpleButton: __vue_component__$6,
|
|
13856
|
+
ScrollContent: __vue_component__$4,
|
|
13857
|
+
VueLoader: Loader,
|
|
13858
|
+
Email: __vue_component__$1
|
|
13497
13859
|
});
|
|
13498
13860
|
|
|
13499
13861
|
// Import vue components
|
|
@@ -13504,4 +13866,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
13504
13866
|
});
|
|
13505
13867
|
}; // Create module definition for Vue.use()
|
|
13506
13868
|
|
|
13507
|
-
export { BtnEmojis, __vue_component__$
|
|
13869
|
+
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 };
|