vue-intergrall-plugins 0.0.216 → 0.0.217
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue-intergrall-plugins.esm.js +769 -411
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +703 -415
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +9 -1
- package/src/lib-components/Chat/TextFooter.vue +4 -0
- package/src/lib-components/Email/EmailFile.vue +131 -0
- package/src/lib-components/Email/EmailItem.vue +186 -0
|
@@ -1857,7 +1857,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1857
1857
|
//
|
|
1858
1858
|
//
|
|
1859
1859
|
//
|
|
1860
|
-
var script$
|
|
1860
|
+
var script$w = {
|
|
1861
1861
|
data() {
|
|
1862
1862
|
return {
|
|
1863
1863
|
varValues: {},
|
|
@@ -2153,10 +2153,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
2153
2153
|
}
|
|
2154
2154
|
|
|
2155
2155
|
/* script */
|
|
2156
|
-
const __vue_script__$
|
|
2156
|
+
const __vue_script__$w = script$w;
|
|
2157
2157
|
/* template */
|
|
2158
2158
|
|
|
2159
|
-
var __vue_render__$
|
|
2159
|
+
var __vue_render__$w = function () {
|
|
2160
2160
|
var _vm = this;
|
|
2161
2161
|
|
|
2162
2162
|
var _h = _vm.$createElement;
|
|
@@ -2240,31 +2240,31 @@ var __vue_render__$u = function () {
|
|
|
2240
2240
|
})], 2)]) : _vm._e()]);
|
|
2241
2241
|
};
|
|
2242
2242
|
|
|
2243
|
-
var __vue_staticRenderFns__$
|
|
2243
|
+
var __vue_staticRenderFns__$w = [];
|
|
2244
2244
|
/* style */
|
|
2245
2245
|
|
|
2246
|
-
const __vue_inject_styles__$
|
|
2246
|
+
const __vue_inject_styles__$w = undefined;
|
|
2247
2247
|
/* scoped */
|
|
2248
2248
|
|
|
2249
|
-
const __vue_scope_id__$
|
|
2249
|
+
const __vue_scope_id__$w = undefined;
|
|
2250
2250
|
/* module identifier */
|
|
2251
2251
|
|
|
2252
|
-
const __vue_module_identifier__$
|
|
2252
|
+
const __vue_module_identifier__$w = undefined;
|
|
2253
2253
|
/* functional template */
|
|
2254
2254
|
|
|
2255
|
-
const __vue_is_functional_template__$
|
|
2255
|
+
const __vue_is_functional_template__$w = false;
|
|
2256
2256
|
/* style inject */
|
|
2257
2257
|
|
|
2258
2258
|
/* style inject SSR */
|
|
2259
2259
|
|
|
2260
2260
|
/* style inject shadow dom */
|
|
2261
2261
|
|
|
2262
|
-
const __vue_component__$
|
|
2263
|
-
render: __vue_render__$
|
|
2264
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2265
|
-
}, __vue_inject_styles__$
|
|
2262
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2263
|
+
render: __vue_render__$w,
|
|
2264
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2265
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
|
|
2266
2266
|
|
|
2267
|
-
var TemplateSingle = __vue_component__$
|
|
2267
|
+
var TemplateSingle = __vue_component__$E;
|
|
2268
2268
|
|
|
2269
2269
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2270
2270
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2453,7 +2453,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2453
2453
|
//
|
|
2454
2454
|
//
|
|
2455
2455
|
//
|
|
2456
|
-
var script$
|
|
2456
|
+
var script$v = {};
|
|
2457
2457
|
|
|
2458
2458
|
const isOldIE = typeof navigator !== 'undefined' &&
|
|
2459
2459
|
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
@@ -2509,10 +2509,10 @@ function addStyle(id, css) {
|
|
|
2509
2509
|
}
|
|
2510
2510
|
|
|
2511
2511
|
/* script */
|
|
2512
|
-
const __vue_script__$
|
|
2512
|
+
const __vue_script__$v = script$v;
|
|
2513
2513
|
/* template */
|
|
2514
2514
|
|
|
2515
|
-
var __vue_render__$
|
|
2515
|
+
var __vue_render__$v = function () {
|
|
2516
2516
|
var _vm = this;
|
|
2517
2517
|
|
|
2518
2518
|
var _h = _vm.$createElement;
|
|
@@ -2522,7 +2522,7 @@ var __vue_render__$t = function () {
|
|
|
2522
2522
|
return _vm._m(0);
|
|
2523
2523
|
};
|
|
2524
2524
|
|
|
2525
|
-
var __vue_staticRenderFns__$
|
|
2525
|
+
var __vue_staticRenderFns__$v = [function () {
|
|
2526
2526
|
var _vm = this;
|
|
2527
2527
|
|
|
2528
2528
|
var _h = _vm.$createElement;
|
|
@@ -2585,7 +2585,7 @@ var __vue_staticRenderFns__$t = [function () {
|
|
|
2585
2585
|
}];
|
|
2586
2586
|
/* style */
|
|
2587
2587
|
|
|
2588
|
-
const __vue_inject_styles__$
|
|
2588
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
2589
2589
|
if (!inject) return;
|
|
2590
2590
|
inject("data-v-606babe9_0", {
|
|
2591
2591
|
source: ".box-shadow{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.ov__skeleton--animation{animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#f7f7f7}70%{background-color:#ededed}100%{background-color:#ededed}}.skeleton-picker{position:absolute;width:100%;height:100%;z-index:91;border-radius:5px;background-color:#fff;border:1px solid #ccc}.skeleton-options{width:100%;height:48px;display:flex;justify-content:space-between;align-items:center;padding:0 15px;border-bottom:1px solid #ccc}.skeleton-options .opt{width:25px;height:50%}.skeleton-input{width:calc(100% - 30px);height:25px;margin:7px 15px;border-radius:2.5px}.skeleton-label{margin:15px 0;width:100%;height:30px}.skeleton-list{width:100%;padding-left:7.5px;display:flex;align-items:center;flex-wrap:wrap}.skeleton-list .opt{margin:0 5px 15px 6px;width:25px;height:25px}",
|
|
@@ -2596,26 +2596,26 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
2596
2596
|
/* scoped */
|
|
2597
2597
|
|
|
2598
2598
|
|
|
2599
|
-
const __vue_scope_id__$
|
|
2599
|
+
const __vue_scope_id__$v = undefined;
|
|
2600
2600
|
/* module identifier */
|
|
2601
2601
|
|
|
2602
|
-
const __vue_module_identifier__$
|
|
2602
|
+
const __vue_module_identifier__$v = undefined;
|
|
2603
2603
|
/* functional template */
|
|
2604
2604
|
|
|
2605
|
-
const __vue_is_functional_template__$
|
|
2605
|
+
const __vue_is_functional_template__$v = false;
|
|
2606
2606
|
/* style inject SSR */
|
|
2607
2607
|
|
|
2608
2608
|
/* style inject shadow dom */
|
|
2609
2609
|
|
|
2610
|
-
const __vue_component__$
|
|
2611
|
-
render: __vue_render__$
|
|
2612
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2613
|
-
}, __vue_inject_styles__$
|
|
2610
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
2611
|
+
render: __vue_render__$v,
|
|
2612
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
2613
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
2614
2614
|
|
|
2615
|
-
var SkeletonPicker = __vue_component__$
|
|
2615
|
+
var SkeletonPicker = __vue_component__$D;
|
|
2616
2616
|
|
|
2617
2617
|
//
|
|
2618
|
-
var script$
|
|
2618
|
+
var script$u = {
|
|
2619
2619
|
components: {
|
|
2620
2620
|
SkeletonPicker
|
|
2621
2621
|
},
|
|
@@ -2824,10 +2824,10 @@ var script$s = {
|
|
|
2824
2824
|
};
|
|
2825
2825
|
|
|
2826
2826
|
/* script */
|
|
2827
|
-
const __vue_script__$
|
|
2827
|
+
const __vue_script__$u = script$u;
|
|
2828
2828
|
/* template */
|
|
2829
2829
|
|
|
2830
|
-
var __vue_render__$
|
|
2830
|
+
var __vue_render__$u = function () {
|
|
2831
2831
|
var _vm = this;
|
|
2832
2832
|
|
|
2833
2833
|
var _h = _vm.$createElement;
|
|
@@ -2930,10 +2930,10 @@ var __vue_render__$s = function () {
|
|
|
2930
2930
|
}), 0)]], 2)], 1);
|
|
2931
2931
|
};
|
|
2932
2932
|
|
|
2933
|
-
var __vue_staticRenderFns__$
|
|
2933
|
+
var __vue_staticRenderFns__$u = [];
|
|
2934
2934
|
/* style */
|
|
2935
2935
|
|
|
2936
|
-
const __vue_inject_styles__$
|
|
2936
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
2937
2937
|
if (!inject) return;
|
|
2938
2938
|
inject("data-v-678ca55c_0", {
|
|
2939
2939
|
source: ".box-shadow{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.sm-emoji-picker{width:310px;z-index:2;border:1px solid #ccc;border-radius:5px;background-color:#fff;display:flex;flex-direction:column}.sm-emoji-header{width:100%;display:flex;align-items:center;justify-content:space-between;margin:10px 0;border-bottom:1px solid #ccc}.sm-emoji-link{padding:0 5px 5px 5px;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.9;transition:all .2s;border-bottom:2px solid transparent}.sm-emoji-link a{margin:0;padding:0;fill:#999}.sm-emoji-link.active a>svg,.sm-emoji-link:hover a>svg{opacity:1;fill:#666}.sm-emoji-link.active a>svg[stroke-linecap],.sm-emoji-link:hover a>svg[stroke-linecap]{opacity:1;fill:transparent;stroke:#666}.sm-emoji-link.active{border-bottom:2px solid #666}.sm-emoji-scroll{width:100%;height:calc(100% - 52px);max-height:calc(100% - 52px);scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden;scrollbar-color:#888 rgba(0,0,0,.2);scrollbar-width:8px;position:relative}.sm-emoji-scroll::-webkit-scrollbar{width:8px}.sm-emoji-scroll::-webkit-scrollbar-track{background-color:rgba(0,0,0,.2)}.sm-emoji-scroll::-webkit-scrollbar-thumb{transition-duration:.5s;background-color:#666}.sm-emoji-scroll::-webkit-scrollbar-thumb:hover{background-color:#555}.sm-emoji-search{width:100%;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:1;background:#fff;padding-bottom:10px}.sm-emoji-search>input{width:90%;outline:0;border:1px solid #ccc;border-radius:2.5px;padding:5px 10px;transition:border .2s}.sm-emoji-search>input:active,.sm-emoji-search>input:focus,.sm-emoji-search>input:hover{outline:0;border:1px solid #999}.sm-emoji-search.sticky{position:fixed;width:310px;background-color:#fff}.sm-emoji-selection{width:100%;margin-bottom:10px}.sm-emoji-title{width:100%;display:flex;justify-content:flex-start;align-items:center;background-color:#f7f7f7;padding:5px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sm-emoji-title svg{margin:0 5px}.sm-emoji-group{width:100%;display:flex;flex-wrap:wrap;font-size:1.375rem}.sm-emoji-item{cursor:pointer;opacity:.8;transition:opacity .2s;margin:3.5px}.sm-emoji-item:hover{opacity:1}",
|
|
@@ -2944,26 +2944,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
2944
2944
|
/* scoped */
|
|
2945
2945
|
|
|
2946
2946
|
|
|
2947
|
-
const __vue_scope_id__$
|
|
2947
|
+
const __vue_scope_id__$u = undefined;
|
|
2948
2948
|
/* module identifier */
|
|
2949
2949
|
|
|
2950
|
-
const __vue_module_identifier__$
|
|
2950
|
+
const __vue_module_identifier__$u = undefined;
|
|
2951
2951
|
/* functional template */
|
|
2952
2952
|
|
|
2953
|
-
const __vue_is_functional_template__$
|
|
2953
|
+
const __vue_is_functional_template__$u = false;
|
|
2954
2954
|
/* style inject SSR */
|
|
2955
2955
|
|
|
2956
2956
|
/* style inject shadow dom */
|
|
2957
2957
|
|
|
2958
|
-
const __vue_component__$
|
|
2959
|
-
render: __vue_render__$
|
|
2960
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2961
|
-
}, __vue_inject_styles__$
|
|
2958
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2959
|
+
render: __vue_render__$u,
|
|
2960
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
2961
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
2962
2962
|
|
|
2963
|
-
var Picker = __vue_component__$
|
|
2963
|
+
var Picker = __vue_component__$C;
|
|
2964
2964
|
|
|
2965
2965
|
//
|
|
2966
|
-
var script$
|
|
2966
|
+
var script$t = {
|
|
2967
2967
|
components: {
|
|
2968
2968
|
Picker
|
|
2969
2969
|
},
|
|
@@ -3063,10 +3063,10 @@ var script$r = {
|
|
|
3063
3063
|
};
|
|
3064
3064
|
|
|
3065
3065
|
/* script */
|
|
3066
|
-
const __vue_script__$
|
|
3066
|
+
const __vue_script__$t = script$t;
|
|
3067
3067
|
/* template */
|
|
3068
3068
|
|
|
3069
|
-
var __vue_render__$
|
|
3069
|
+
var __vue_render__$t = function () {
|
|
3070
3070
|
var _vm = this;
|
|
3071
3071
|
|
|
3072
3072
|
var _h = _vm.$createElement;
|
|
@@ -3109,10 +3109,10 @@ var __vue_render__$r = function () {
|
|
|
3109
3109
|
})], 1)], 1);
|
|
3110
3110
|
};
|
|
3111
3111
|
|
|
3112
|
-
var __vue_staticRenderFns__$
|
|
3112
|
+
var __vue_staticRenderFns__$t = [];
|
|
3113
3113
|
/* style */
|
|
3114
3114
|
|
|
3115
|
-
const __vue_inject_styles__$
|
|
3115
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
3116
3116
|
if (!inject) return;
|
|
3117
3117
|
inject("data-v-7b7b5e22_0", {
|
|
3118
3118
|
source: ".show-y-enter-active,.show-y-leave-enter{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-enter,.show-y-leave-to{opacity:0;transform:translateY(5%)}.emoji-text-container{position:relative}.emoji-text-container .emoji-text-btn{font-size:1.2rem;cursor:pointer}",
|
|
@@ -3123,23 +3123,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
3123
3123
|
/* scoped */
|
|
3124
3124
|
|
|
3125
3125
|
|
|
3126
|
-
const __vue_scope_id__$
|
|
3126
|
+
const __vue_scope_id__$t = undefined;
|
|
3127
3127
|
/* module identifier */
|
|
3128
3128
|
|
|
3129
|
-
const __vue_module_identifier__$
|
|
3129
|
+
const __vue_module_identifier__$t = undefined;
|
|
3130
3130
|
/* functional template */
|
|
3131
3131
|
|
|
3132
|
-
const __vue_is_functional_template__$
|
|
3132
|
+
const __vue_is_functional_template__$t = false;
|
|
3133
3133
|
/* style inject SSR */
|
|
3134
3134
|
|
|
3135
3135
|
/* style inject shadow dom */
|
|
3136
3136
|
|
|
3137
|
-
const __vue_component__$
|
|
3138
|
-
render: __vue_render__$
|
|
3139
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3140
|
-
}, __vue_inject_styles__$
|
|
3137
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
3138
|
+
render: __vue_render__$t,
|
|
3139
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
3140
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
3141
3141
|
|
|
3142
|
-
var BtnEmojis = __vue_component__$
|
|
3142
|
+
var BtnEmojis = __vue_component__$B;
|
|
3143
3143
|
|
|
3144
3144
|
//
|
|
3145
3145
|
//
|
|
@@ -3147,7 +3147,7 @@ var BtnEmojis = __vue_component__$y;
|
|
|
3147
3147
|
//
|
|
3148
3148
|
//
|
|
3149
3149
|
//
|
|
3150
|
-
var script$
|
|
3150
|
+
var script$s = {
|
|
3151
3151
|
props: {
|
|
3152
3152
|
hasBg: {
|
|
3153
3153
|
type: Boolean,
|
|
@@ -3170,10 +3170,10 @@ var script$q = {
|
|
|
3170
3170
|
};
|
|
3171
3171
|
|
|
3172
3172
|
/* script */
|
|
3173
|
-
const __vue_script__$
|
|
3173
|
+
const __vue_script__$s = script$s;
|
|
3174
3174
|
/* template */
|
|
3175
3175
|
|
|
3176
|
-
var __vue_render__$
|
|
3176
|
+
var __vue_render__$s = function () {
|
|
3177
3177
|
var _vm = this;
|
|
3178
3178
|
|
|
3179
3179
|
var _h = _vm.$createElement;
|
|
@@ -3195,10 +3195,10 @@ var __vue_render__$q = function () {
|
|
|
3195
3195
|
})]);
|
|
3196
3196
|
};
|
|
3197
3197
|
|
|
3198
|
-
var __vue_staticRenderFns__$
|
|
3198
|
+
var __vue_staticRenderFns__$s = [];
|
|
3199
3199
|
/* style */
|
|
3200
3200
|
|
|
3201
|
-
const __vue_inject_styles__$
|
|
3201
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
3202
3202
|
if (!inject) return;
|
|
3203
3203
|
inject("data-v-423f52bb_0", {
|
|
3204
3204
|
source: ".req-loader-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.req-loader-container.light-bg{background-color:rgba(0,0,0,.3);border-radius:inherit}.req-loader-container.align-right{justify-content:flex-end}.req-loader-container.align-right .req-loader{margin-right:15px}.req-loader{border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;width:20px;height:20px;min-width:20px;min-height:20px;animation:spin 2s linear infinite}.req-loader.big{width:40px;height:40px;animation:spin 3s linear infinite}.req-loader.slow{animation:spin 4s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
@@ -3209,23 +3209,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
3209
3209
|
/* scoped */
|
|
3210
3210
|
|
|
3211
3211
|
|
|
3212
|
-
const __vue_scope_id__$
|
|
3212
|
+
const __vue_scope_id__$s = undefined;
|
|
3213
3213
|
/* module identifier */
|
|
3214
3214
|
|
|
3215
|
-
const __vue_module_identifier__$
|
|
3215
|
+
const __vue_module_identifier__$s = undefined;
|
|
3216
3216
|
/* functional template */
|
|
3217
3217
|
|
|
3218
|
-
const __vue_is_functional_template__$
|
|
3218
|
+
const __vue_is_functional_template__$s = false;
|
|
3219
3219
|
/* style inject SSR */
|
|
3220
3220
|
|
|
3221
3221
|
/* style inject shadow dom */
|
|
3222
3222
|
|
|
3223
|
-
const __vue_component__$
|
|
3224
|
-
render: __vue_render__$
|
|
3225
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3226
|
-
}, __vue_inject_styles__$
|
|
3223
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
3224
|
+
render: __vue_render__$s,
|
|
3225
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3226
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
3227
3227
|
|
|
3228
|
-
var Loader = __vue_component__$
|
|
3228
|
+
var Loader = __vue_component__$A;
|
|
3229
3229
|
|
|
3230
3230
|
//
|
|
3231
3231
|
//
|
|
@@ -3235,7 +3235,7 @@ var Loader = __vue_component__$x;
|
|
|
3235
3235
|
//
|
|
3236
3236
|
//
|
|
3237
3237
|
//
|
|
3238
|
-
var script$
|
|
3238
|
+
var script$r = {
|
|
3239
3239
|
props: {
|
|
3240
3240
|
message: {
|
|
3241
3241
|
type: String,
|
|
@@ -3256,10 +3256,10 @@ var script$p = {
|
|
|
3256
3256
|
};
|
|
3257
3257
|
|
|
3258
3258
|
/* script */
|
|
3259
|
-
const __vue_script__$
|
|
3259
|
+
const __vue_script__$r = script$r;
|
|
3260
3260
|
/* template */
|
|
3261
3261
|
|
|
3262
|
-
var __vue_render__$
|
|
3262
|
+
var __vue_render__$r = function () {
|
|
3263
3263
|
var _vm = this;
|
|
3264
3264
|
|
|
3265
3265
|
var _h = _vm.$createElement;
|
|
@@ -3274,31 +3274,31 @@ var __vue_render__$p = function () {
|
|
|
3274
3274
|
}) : _vm._e();
|
|
3275
3275
|
};
|
|
3276
3276
|
|
|
3277
|
-
var __vue_staticRenderFns__$
|
|
3277
|
+
var __vue_staticRenderFns__$r = [];
|
|
3278
3278
|
/* style */
|
|
3279
3279
|
|
|
3280
|
-
const __vue_inject_styles__$
|
|
3280
|
+
const __vue_inject_styles__$r = undefined;
|
|
3281
3281
|
/* scoped */
|
|
3282
3282
|
|
|
3283
|
-
const __vue_scope_id__$
|
|
3283
|
+
const __vue_scope_id__$r = undefined;
|
|
3284
3284
|
/* module identifier */
|
|
3285
3285
|
|
|
3286
|
-
const __vue_module_identifier__$
|
|
3286
|
+
const __vue_module_identifier__$r = undefined;
|
|
3287
3287
|
/* functional template */
|
|
3288
3288
|
|
|
3289
|
-
const __vue_is_functional_template__$
|
|
3289
|
+
const __vue_is_functional_template__$r = false;
|
|
3290
3290
|
/* style inject */
|
|
3291
3291
|
|
|
3292
3292
|
/* style inject SSR */
|
|
3293
3293
|
|
|
3294
3294
|
/* style inject shadow dom */
|
|
3295
3295
|
|
|
3296
|
-
const __vue_component__$
|
|
3297
|
-
render: __vue_render__$
|
|
3298
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3299
|
-
}, __vue_inject_styles__$
|
|
3296
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
3297
|
+
render: __vue_render__$r,
|
|
3298
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3299
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
|
|
3300
3300
|
|
|
3301
|
-
var RemainingCharacters = __vue_component__$
|
|
3301
|
+
var RemainingCharacters = __vue_component__$z;
|
|
3302
3302
|
|
|
3303
3303
|
//
|
|
3304
3304
|
//
|
|
@@ -3306,7 +3306,7 @@ var RemainingCharacters = __vue_component__$w;
|
|
|
3306
3306
|
//
|
|
3307
3307
|
//
|
|
3308
3308
|
//
|
|
3309
|
-
var script$
|
|
3309
|
+
var script$q = {
|
|
3310
3310
|
props: {
|
|
3311
3311
|
dictionary: {
|
|
3312
3312
|
type: Object,
|
|
@@ -3378,10 +3378,10 @@ var script$o = {
|
|
|
3378
3378
|
};
|
|
3379
3379
|
|
|
3380
3380
|
/* script */
|
|
3381
|
-
const __vue_script__$
|
|
3381
|
+
const __vue_script__$q = script$q;
|
|
3382
3382
|
/* template */
|
|
3383
3383
|
|
|
3384
|
-
var __vue_render__$
|
|
3384
|
+
var __vue_render__$q = function () {
|
|
3385
3385
|
var _vm = this;
|
|
3386
3386
|
|
|
3387
3387
|
var _h = _vm.$createElement;
|
|
@@ -3403,31 +3403,31 @@ var __vue_render__$o = function () {
|
|
|
3403
3403
|
})], 1);
|
|
3404
3404
|
};
|
|
3405
3405
|
|
|
3406
|
-
var __vue_staticRenderFns__$
|
|
3406
|
+
var __vue_staticRenderFns__$q = [];
|
|
3407
3407
|
/* style */
|
|
3408
3408
|
|
|
3409
|
-
const __vue_inject_styles__$
|
|
3409
|
+
const __vue_inject_styles__$q = undefined;
|
|
3410
3410
|
/* scoped */
|
|
3411
3411
|
|
|
3412
|
-
const __vue_scope_id__$
|
|
3412
|
+
const __vue_scope_id__$q = undefined;
|
|
3413
3413
|
/* module identifier */
|
|
3414
3414
|
|
|
3415
|
-
const __vue_module_identifier__$
|
|
3415
|
+
const __vue_module_identifier__$q = undefined;
|
|
3416
3416
|
/* functional template */
|
|
3417
3417
|
|
|
3418
|
-
const __vue_is_functional_template__$
|
|
3418
|
+
const __vue_is_functional_template__$q = false;
|
|
3419
3419
|
/* style inject */
|
|
3420
3420
|
|
|
3421
3421
|
/* style inject SSR */
|
|
3422
3422
|
|
|
3423
3423
|
/* style inject shadow dom */
|
|
3424
3424
|
|
|
3425
|
-
const __vue_component__$
|
|
3426
|
-
render: __vue_render__$
|
|
3427
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3428
|
-
}, __vue_inject_styles__$
|
|
3425
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3426
|
+
render: __vue_render__$q,
|
|
3427
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3428
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
|
|
3429
3429
|
|
|
3430
|
-
var BtnMic = __vue_component__$
|
|
3430
|
+
var BtnMic = __vue_component__$y;
|
|
3431
3431
|
|
|
3432
3432
|
//
|
|
3433
3433
|
//
|
|
@@ -3452,7 +3452,7 @@ var BtnMic = __vue_component__$v;
|
|
|
3452
3452
|
//
|
|
3453
3453
|
//
|
|
3454
3454
|
//
|
|
3455
|
-
var script$
|
|
3455
|
+
var script$p = {
|
|
3456
3456
|
props: {
|
|
3457
3457
|
textId: {
|
|
3458
3458
|
type: String,
|
|
@@ -3510,10 +3510,10 @@ var script$n = {
|
|
|
3510
3510
|
};
|
|
3511
3511
|
|
|
3512
3512
|
/* script */
|
|
3513
|
-
const __vue_script__$
|
|
3513
|
+
const __vue_script__$p = script$p;
|
|
3514
3514
|
/* template */
|
|
3515
3515
|
|
|
3516
|
-
var __vue_render__$
|
|
3516
|
+
var __vue_render__$p = function () {
|
|
3517
3517
|
var _vm = this;
|
|
3518
3518
|
|
|
3519
3519
|
var _h = _vm.$createElement;
|
|
@@ -3584,10 +3584,10 @@ var __vue_render__$n = function () {
|
|
|
3584
3584
|
})]) : _vm._e()]], 2) : _vm._e();
|
|
3585
3585
|
};
|
|
3586
3586
|
|
|
3587
|
-
var __vue_staticRenderFns__$
|
|
3587
|
+
var __vue_staticRenderFns__$p = [];
|
|
3588
3588
|
/* style */
|
|
3589
3589
|
|
|
3590
|
-
const __vue_inject_styles__$
|
|
3590
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
3591
3591
|
if (!inject) return;
|
|
3592
3592
|
inject("data-v-a5119ba8_0", {
|
|
3593
3593
|
source: ".single-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.single-file-preview .close-icon:hover{opacity:1}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{font-weight:500}.text-footer-invalid-format h4{font-size:.9rem}.text-footer-preview-title{font-size:1rem;padding:10px 0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-footer-image-preview{display:flex;justify-content:center;align-items:center;width:100%}.text-footer-image-preview img{cursor:pointer;max-width:98%;max-height:98%;padding:2%}",
|
|
@@ -3598,26 +3598,26 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
3598
3598
|
/* scoped */
|
|
3599
3599
|
|
|
3600
3600
|
|
|
3601
|
-
const __vue_scope_id__$
|
|
3601
|
+
const __vue_scope_id__$p = undefined;
|
|
3602
3602
|
/* module identifier */
|
|
3603
3603
|
|
|
3604
|
-
const __vue_module_identifier__$
|
|
3604
|
+
const __vue_module_identifier__$p = undefined;
|
|
3605
3605
|
/* functional template */
|
|
3606
3606
|
|
|
3607
|
-
const __vue_is_functional_template__$
|
|
3607
|
+
const __vue_is_functional_template__$p = false;
|
|
3608
3608
|
/* style inject SSR */
|
|
3609
3609
|
|
|
3610
3610
|
/* style inject shadow dom */
|
|
3611
3611
|
|
|
3612
|
-
const __vue_component__$
|
|
3613
|
-
render: __vue_render__$
|
|
3614
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3615
|
-
}, __vue_inject_styles__$
|
|
3612
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
3613
|
+
render: __vue_render__$p,
|
|
3614
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3615
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
3616
3616
|
|
|
3617
|
-
var SingleFilePreview = __vue_component__$
|
|
3617
|
+
var SingleFilePreview = __vue_component__$x;
|
|
3618
3618
|
|
|
3619
3619
|
//
|
|
3620
|
-
var script$
|
|
3620
|
+
var script$o = {
|
|
3621
3621
|
components: {
|
|
3622
3622
|
Loader
|
|
3623
3623
|
},
|
|
@@ -3700,10 +3700,10 @@ var script$m = {
|
|
|
3700
3700
|
};
|
|
3701
3701
|
|
|
3702
3702
|
/* script */
|
|
3703
|
-
const __vue_script__$
|
|
3703
|
+
const __vue_script__$o = script$o;
|
|
3704
3704
|
/* template */
|
|
3705
3705
|
|
|
3706
|
-
var __vue_render__$
|
|
3706
|
+
var __vue_render__$o = function () {
|
|
3707
3707
|
var _vm = this;
|
|
3708
3708
|
|
|
3709
3709
|
var _h = _vm.$createElement;
|
|
@@ -3825,10 +3825,10 @@ var __vue_render__$m = function () {
|
|
|
3825
3825
|
})], 2)], 1);
|
|
3826
3826
|
};
|
|
3827
3827
|
|
|
3828
|
-
var __vue_staticRenderFns__$
|
|
3828
|
+
var __vue_staticRenderFns__$o = [];
|
|
3829
3829
|
/* style */
|
|
3830
3830
|
|
|
3831
|
-
const __vue_inject_styles__$
|
|
3831
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
3832
3832
|
if (!inject) return;
|
|
3833
3833
|
inject("data-v-131a11b5_0", {
|
|
3834
3834
|
source: ".multiple-file-preview{position:relative;display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;border-top-left-radius:2.5px;border-top-right-radius:2.5px;transition:background-color 150ms;scrollbar-color:#888 rgba(0,0,0,.2);scrollbar-width:4px}.multiple-file-preview::-webkit-scrollbar{width:4px}.multiple-file-preview .close-icon{color:#e74c3c;cursor:pointer;opacity:.9;transition:opacity .3s}.multiple-file-preview .close-icon:hover{opacity:1}.multiple-file-preview::-webkit-scrollbar-track{background-color:rgba(0,0,0,.2)}.multiple-file-preview::-webkit-scrollbar-thumb{transition-duration:.5s;background-color:#222}.multiple-file-preview::-webkit-scrollbar-thumb:hover{background-color:#555}.text-footer-invalid-format{color:#222;padding:10px}.text-footer-invalid-format h3{text-overflow:ellipsis;overflow:hidden;font-weight:500}.text-footer-invalid-format h4{text-overflow:ellipsis;overflow:hidden;font-size:.9rem}.text-footer-exclude-file{position:absolute;top:5px;right:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;min-width:1rem;min-height:1rem;background-color:#fff;border-radius:50%}.text-footer-exclude-file svg{transition:color .2s;color:#e9594a}.text-footer-exclude-file svg:hover{color:#e74c3c}.file-preview{display:flex;width:100%;align-items:center;padding:5px 10px;transition:background-color 150ms}.file-preview:hover{background-color:rgba(0,0,0,.1)}.file-title{color:#222;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:4px 10px;background-color:#fff;border-radius:30px;display:inline-block}.file-title.red{color:#e74c3c;margin-right:5px}.file-title>svg{margin-right:5px;color:#333}.small-img{flex:1;margin:0 15px;display:flex;justify-content:center;align-items:center;position:relative}.small-img img{height:40px;cursor:pointer}.small-img .doc,.small-img .pdf{display:flex;justify-content:center;align-items:center;font-size:30px}.small-img .pdf{color:#e74c3c}.small-img .doc{color:#006bc9}.small-img .doc svg,.small-img .pdf svg{z-index:1}.small-img .doc::after,.small-img .pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.img-container{padding:5px;border-radius:2.5px;background-color:rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center}.delete-file{display:flex;justify-content:center;align-items:center;cursor:pointer}.delete-file>svg{font-size:1rem;color:#e74c3c}",
|
|
@@ -3839,26 +3839,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
3839
3839
|
/* scoped */
|
|
3840
3840
|
|
|
3841
3841
|
|
|
3842
|
-
const __vue_scope_id__$
|
|
3842
|
+
const __vue_scope_id__$o = undefined;
|
|
3843
3843
|
/* module identifier */
|
|
3844
3844
|
|
|
3845
|
-
const __vue_module_identifier__$
|
|
3845
|
+
const __vue_module_identifier__$o = undefined;
|
|
3846
3846
|
/* functional template */
|
|
3847
3847
|
|
|
3848
|
-
const __vue_is_functional_template__$
|
|
3848
|
+
const __vue_is_functional_template__$o = false;
|
|
3849
3849
|
/* style inject SSR */
|
|
3850
3850
|
|
|
3851
3851
|
/* style inject shadow dom */
|
|
3852
3852
|
|
|
3853
|
-
const __vue_component__$
|
|
3854
|
-
render: __vue_render__$
|
|
3855
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3856
|
-
}, __vue_inject_styles__$
|
|
3853
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
3854
|
+
render: __vue_render__$o,
|
|
3855
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
3856
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
3857
3857
|
|
|
3858
|
-
var MultipleFilePreview = __vue_component__$
|
|
3858
|
+
var MultipleFilePreview = __vue_component__$w;
|
|
3859
3859
|
|
|
3860
3860
|
//
|
|
3861
|
-
var script$
|
|
3861
|
+
var script$n = {
|
|
3862
3862
|
components: {
|
|
3863
3863
|
SingleFilePreview,
|
|
3864
3864
|
MultipleFilePreview
|
|
@@ -3916,7 +3916,18 @@ var script$l = {
|
|
|
3916
3916
|
},
|
|
3917
3917
|
watch: {
|
|
3918
3918
|
externalFiles() {
|
|
3919
|
-
this.file
|
|
3919
|
+
if (this.externalFiles.length + this.file.length > this.fileSettings.max) {
|
|
3920
|
+
this.$emit("reset-file-system");
|
|
3921
|
+
return this.$toasted.global.defaultInfo({
|
|
3922
|
+
msg: `Limite de ${this.fileSettings.max} arquivos`
|
|
3923
|
+
});
|
|
3924
|
+
}
|
|
3925
|
+
|
|
3926
|
+
this.externalFiles = Array.from(this.externalFiles);
|
|
3927
|
+
this.externalFiles.forEach(files => {
|
|
3928
|
+
this.file.push(files);
|
|
3929
|
+
}); // this.file = this.externalFiles
|
|
3930
|
+
|
|
3920
3931
|
this.fileSize = this.externalFiles.length;
|
|
3921
3932
|
this.multipleFileUpload();
|
|
3922
3933
|
}
|
|
@@ -4154,10 +4165,10 @@ var script$l = {
|
|
|
4154
4165
|
};
|
|
4155
4166
|
|
|
4156
4167
|
/* script */
|
|
4157
|
-
const __vue_script__$
|
|
4168
|
+
const __vue_script__$n = script$n;
|
|
4158
4169
|
/* template */
|
|
4159
4170
|
|
|
4160
|
-
var __vue_render__$
|
|
4171
|
+
var __vue_render__$n = function () {
|
|
4161
4172
|
var _vm = this;
|
|
4162
4173
|
|
|
4163
4174
|
var _h = _vm.$createElement;
|
|
@@ -4359,12 +4370,12 @@ var __vue_render__$l = function () {
|
|
|
4359
4370
|
}) : _vm._e()], 1)])], 1);
|
|
4360
4371
|
};
|
|
4361
4372
|
|
|
4362
|
-
var __vue_staticRenderFns__$
|
|
4373
|
+
var __vue_staticRenderFns__$n = [];
|
|
4363
4374
|
/* style */
|
|
4364
4375
|
|
|
4365
|
-
const __vue_inject_styles__$
|
|
4376
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
4366
4377
|
if (!inject) return;
|
|
4367
|
-
inject("data-v-
|
|
4378
|
+
inject("data-v-76b7dc16_0", {
|
|
4368
4379
|
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
4380
|
map: undefined,
|
|
4370
4381
|
media: undefined
|
|
@@ -4373,23 +4384,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
4373
4384
|
/* scoped */
|
|
4374
4385
|
|
|
4375
4386
|
|
|
4376
|
-
const __vue_scope_id__$
|
|
4387
|
+
const __vue_scope_id__$n = undefined;
|
|
4377
4388
|
/* module identifier */
|
|
4378
4389
|
|
|
4379
|
-
const __vue_module_identifier__$
|
|
4390
|
+
const __vue_module_identifier__$n = undefined;
|
|
4380
4391
|
/* functional template */
|
|
4381
4392
|
|
|
4382
|
-
const __vue_is_functional_template__$
|
|
4393
|
+
const __vue_is_functional_template__$n = false;
|
|
4383
4394
|
/* style inject SSR */
|
|
4384
4395
|
|
|
4385
4396
|
/* style inject shadow dom */
|
|
4386
4397
|
|
|
4387
|
-
const __vue_component__$
|
|
4388
|
-
render: __vue_render__$
|
|
4389
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4390
|
-
}, __vue_inject_styles__$
|
|
4398
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
4399
|
+
render: __vue_render__$n,
|
|
4400
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4401
|
+
}, __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
4402
|
|
|
4392
|
-
var BtnFiles = __vue_component__$
|
|
4403
|
+
var BtnFiles = __vue_component__$v;
|
|
4393
4404
|
|
|
4394
4405
|
//
|
|
4395
4406
|
//
|
|
@@ -4397,7 +4408,7 @@ var BtnFiles = __vue_component__$s;
|
|
|
4397
4408
|
//
|
|
4398
4409
|
//
|
|
4399
4410
|
//
|
|
4400
|
-
var script$
|
|
4411
|
+
var script$m = {
|
|
4401
4412
|
props: {
|
|
4402
4413
|
dictionary: {
|
|
4403
4414
|
type: Object,
|
|
@@ -4408,10 +4419,10 @@ var script$k = {
|
|
|
4408
4419
|
};
|
|
4409
4420
|
|
|
4410
4421
|
/* script */
|
|
4411
|
-
const __vue_script__$
|
|
4422
|
+
const __vue_script__$m = script$m;
|
|
4412
4423
|
/* template */
|
|
4413
4424
|
|
|
4414
|
-
var __vue_render__$
|
|
4425
|
+
var __vue_render__$m = function () {
|
|
4415
4426
|
var _vm = this;
|
|
4416
4427
|
|
|
4417
4428
|
var _h = _vm.$createElement;
|
|
@@ -4435,31 +4446,31 @@ var __vue_render__$k = function () {
|
|
|
4435
4446
|
})], 1);
|
|
4436
4447
|
};
|
|
4437
4448
|
|
|
4438
|
-
var __vue_staticRenderFns__$
|
|
4449
|
+
var __vue_staticRenderFns__$m = [];
|
|
4439
4450
|
/* style */
|
|
4440
4451
|
|
|
4441
|
-
const __vue_inject_styles__$
|
|
4452
|
+
const __vue_inject_styles__$m = undefined;
|
|
4442
4453
|
/* scoped */
|
|
4443
4454
|
|
|
4444
|
-
const __vue_scope_id__$
|
|
4455
|
+
const __vue_scope_id__$m = undefined;
|
|
4445
4456
|
/* module identifier */
|
|
4446
4457
|
|
|
4447
|
-
const __vue_module_identifier__$
|
|
4458
|
+
const __vue_module_identifier__$m = undefined;
|
|
4448
4459
|
/* functional template */
|
|
4449
4460
|
|
|
4450
|
-
const __vue_is_functional_template__$
|
|
4461
|
+
const __vue_is_functional_template__$m = false;
|
|
4451
4462
|
/* style inject */
|
|
4452
4463
|
|
|
4453
4464
|
/* style inject SSR */
|
|
4454
4465
|
|
|
4455
4466
|
/* style inject shadow dom */
|
|
4456
4467
|
|
|
4457
|
-
const __vue_component__$
|
|
4458
|
-
render: __vue_render__$
|
|
4459
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4460
|
-
}, __vue_inject_styles__$
|
|
4468
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
4469
|
+
render: __vue_render__$m,
|
|
4470
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4471
|
+
}, __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
4472
|
|
|
4462
|
-
var BtnExpand = __vue_component__$
|
|
4473
|
+
var BtnExpand = __vue_component__$u;
|
|
4463
4474
|
|
|
4464
4475
|
//
|
|
4465
4476
|
//
|
|
@@ -4467,7 +4478,7 @@ var BtnExpand = __vue_component__$r;
|
|
|
4467
4478
|
//
|
|
4468
4479
|
//
|
|
4469
4480
|
//
|
|
4470
|
-
var script$
|
|
4481
|
+
var script$l = {
|
|
4471
4482
|
props: {
|
|
4472
4483
|
dictionary: {
|
|
4473
4484
|
type: Object,
|
|
@@ -4478,10 +4489,10 @@ var script$j = {
|
|
|
4478
4489
|
};
|
|
4479
4490
|
|
|
4480
4491
|
/* script */
|
|
4481
|
-
const __vue_script__$
|
|
4492
|
+
const __vue_script__$l = script$l;
|
|
4482
4493
|
/* template */
|
|
4483
4494
|
|
|
4484
|
-
var __vue_render__$
|
|
4495
|
+
var __vue_render__$l = function () {
|
|
4485
4496
|
var _vm = this;
|
|
4486
4497
|
|
|
4487
4498
|
var _h = _vm.$createElement;
|
|
@@ -4505,31 +4516,31 @@ var __vue_render__$j = function () {
|
|
|
4505
4516
|
})], 1);
|
|
4506
4517
|
};
|
|
4507
4518
|
|
|
4508
|
-
var __vue_staticRenderFns__$
|
|
4519
|
+
var __vue_staticRenderFns__$l = [];
|
|
4509
4520
|
/* style */
|
|
4510
4521
|
|
|
4511
|
-
const __vue_inject_styles__$
|
|
4522
|
+
const __vue_inject_styles__$l = undefined;
|
|
4512
4523
|
/* scoped */
|
|
4513
4524
|
|
|
4514
|
-
const __vue_scope_id__$
|
|
4525
|
+
const __vue_scope_id__$l = undefined;
|
|
4515
4526
|
/* module identifier */
|
|
4516
4527
|
|
|
4517
|
-
const __vue_module_identifier__$
|
|
4528
|
+
const __vue_module_identifier__$l = undefined;
|
|
4518
4529
|
/* functional template */
|
|
4519
4530
|
|
|
4520
|
-
const __vue_is_functional_template__$
|
|
4531
|
+
const __vue_is_functional_template__$l = false;
|
|
4521
4532
|
/* style inject */
|
|
4522
4533
|
|
|
4523
4534
|
/* style inject SSR */
|
|
4524
4535
|
|
|
4525
4536
|
/* style inject shadow dom */
|
|
4526
4537
|
|
|
4527
|
-
const __vue_component__$
|
|
4528
|
-
render: __vue_render__$
|
|
4529
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4530
|
-
}, __vue_inject_styles__$
|
|
4538
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
4539
|
+
render: __vue_render__$l,
|
|
4540
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4541
|
+
}, __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
4542
|
|
|
4532
|
-
var BtnStandardMessages = __vue_component__$
|
|
4543
|
+
var BtnStandardMessages = __vue_component__$t;
|
|
4533
4544
|
|
|
4534
4545
|
var bind = function bind(fn, thisArg) {
|
|
4535
4546
|
return function wrap() {
|
|
@@ -8444,7 +8455,7 @@ const standardMessages = {
|
|
|
8444
8455
|
};
|
|
8445
8456
|
|
|
8446
8457
|
//
|
|
8447
|
-
var script$
|
|
8458
|
+
var script$k = {
|
|
8448
8459
|
mixins: [standardMessages],
|
|
8449
8460
|
props: {
|
|
8450
8461
|
dictionary: {
|
|
@@ -8651,10 +8662,10 @@ var script$i = {
|
|
|
8651
8662
|
};
|
|
8652
8663
|
|
|
8653
8664
|
/* script */
|
|
8654
|
-
const __vue_script__$
|
|
8665
|
+
const __vue_script__$k = script$k;
|
|
8655
8666
|
/* template */
|
|
8656
8667
|
|
|
8657
|
-
var __vue_render__$
|
|
8668
|
+
var __vue_render__$k = function () {
|
|
8658
8669
|
var _vm = this;
|
|
8659
8670
|
|
|
8660
8671
|
var _h = _vm.$createElement;
|
|
@@ -8741,10 +8752,10 @@ var __vue_render__$i = function () {
|
|
|
8741
8752
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)]);
|
|
8742
8753
|
};
|
|
8743
8754
|
|
|
8744
|
-
var __vue_staticRenderFns__$
|
|
8755
|
+
var __vue_staticRenderFns__$k = [];
|
|
8745
8756
|
/* style */
|
|
8746
8757
|
|
|
8747
|
-
const __vue_inject_styles__$
|
|
8758
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
8748
8759
|
if (!inject) return;
|
|
8749
8760
|
inject("data-v-324084df_0", {
|
|
8750
8761
|
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 +8766,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
8755
8766
|
/* scoped */
|
|
8756
8767
|
|
|
8757
8768
|
|
|
8758
|
-
const __vue_scope_id__$
|
|
8769
|
+
const __vue_scope_id__$k = undefined;
|
|
8759
8770
|
/* module identifier */
|
|
8760
8771
|
|
|
8761
|
-
const __vue_module_identifier__$
|
|
8772
|
+
const __vue_module_identifier__$k = undefined;
|
|
8762
8773
|
/* functional template */
|
|
8763
8774
|
|
|
8764
|
-
const __vue_is_functional_template__$
|
|
8775
|
+
const __vue_is_functional_template__$k = false;
|
|
8765
8776
|
/* style inject SSR */
|
|
8766
8777
|
|
|
8767
8778
|
/* style inject shadow dom */
|
|
8768
8779
|
|
|
8769
|
-
const __vue_component__$
|
|
8770
|
-
render: __vue_render__$
|
|
8771
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8772
|
-
}, __vue_inject_styles__$
|
|
8780
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
8781
|
+
render: __vue_render__$k,
|
|
8782
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
8783
|
+
}, __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
8784
|
|
|
8774
|
-
var StandardMessages = __vue_component__$
|
|
8785
|
+
var StandardMessages = __vue_component__$s;
|
|
8775
8786
|
|
|
8776
8787
|
//
|
|
8777
|
-
var script$
|
|
8788
|
+
var script$j = {
|
|
8778
8789
|
components: {
|
|
8779
8790
|
BtnEmojis,
|
|
8780
8791
|
Loader,
|
|
@@ -9114,6 +9125,10 @@ var script$h = {
|
|
|
9114
9125
|
this.$emit("open-file-system");
|
|
9115
9126
|
},
|
|
9116
9127
|
|
|
9128
|
+
resetFileSystem() {
|
|
9129
|
+
this.$emit("reset-file-system");
|
|
9130
|
+
},
|
|
9131
|
+
|
|
9117
9132
|
setAudio(audioObj) {
|
|
9118
9133
|
const {
|
|
9119
9134
|
audioFile,
|
|
@@ -9258,10 +9273,10 @@ var script$h = {
|
|
|
9258
9273
|
};
|
|
9259
9274
|
|
|
9260
9275
|
/* script */
|
|
9261
|
-
const __vue_script__$
|
|
9276
|
+
const __vue_script__$j = script$j;
|
|
9262
9277
|
/* template */
|
|
9263
9278
|
|
|
9264
|
-
var __vue_render__$
|
|
9279
|
+
var __vue_render__$j = function () {
|
|
9265
9280
|
var _vm = this;
|
|
9266
9281
|
|
|
9267
9282
|
var _h = _vm.$createElement;
|
|
@@ -9460,7 +9475,8 @@ var __vue_render__$h = function () {
|
|
|
9460
9475
|
on: {
|
|
9461
9476
|
"set-file-vars": _vm.setFileVars,
|
|
9462
9477
|
"open-image": _vm.openImage,
|
|
9463
|
-
"open-file-system": _vm.openFileSystem
|
|
9478
|
+
"open-file-system": _vm.openFileSystem,
|
|
9479
|
+
"reset-file-system": _vm.resetFileSystem
|
|
9464
9480
|
}
|
|
9465
9481
|
}), _vm._v(" "), _c('BtnExpand', {
|
|
9466
9482
|
directives: [{
|
|
@@ -9502,12 +9518,12 @@ var __vue_render__$h = function () {
|
|
|
9502
9518
|
}) : _vm._e()], 1)], 1) : _vm._e();
|
|
9503
9519
|
};
|
|
9504
9520
|
|
|
9505
|
-
var __vue_staticRenderFns__$
|
|
9521
|
+
var __vue_staticRenderFns__$j = [];
|
|
9506
9522
|
/* style */
|
|
9507
9523
|
|
|
9508
|
-
const __vue_inject_styles__$
|
|
9524
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
9509
9525
|
if (!inject) return;
|
|
9510
|
-
inject("data-v-
|
|
9526
|
+
inject("data-v-c431d0e0_0", {
|
|
9511
9527
|
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
9528
|
map: undefined,
|
|
9513
9529
|
media: undefined
|
|
@@ -9516,26 +9532,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
9516
9532
|
/* scoped */
|
|
9517
9533
|
|
|
9518
9534
|
|
|
9519
|
-
const __vue_scope_id__$
|
|
9535
|
+
const __vue_scope_id__$j = undefined;
|
|
9520
9536
|
/* module identifier */
|
|
9521
9537
|
|
|
9522
|
-
const __vue_module_identifier__$
|
|
9538
|
+
const __vue_module_identifier__$j = undefined;
|
|
9523
9539
|
/* functional template */
|
|
9524
9540
|
|
|
9525
|
-
const __vue_is_functional_template__$
|
|
9541
|
+
const __vue_is_functional_template__$j = false;
|
|
9526
9542
|
/* style inject SSR */
|
|
9527
9543
|
|
|
9528
9544
|
/* style inject shadow dom */
|
|
9529
9545
|
|
|
9530
|
-
const __vue_component__$
|
|
9531
|
-
render: __vue_render__$
|
|
9532
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9533
|
-
}, __vue_inject_styles__$
|
|
9546
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
9547
|
+
render: __vue_render__$j,
|
|
9548
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
9549
|
+
}, __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
9550
|
|
|
9535
|
-
var TextFooter = __vue_component__$
|
|
9551
|
+
var TextFooter = __vue_component__$r;
|
|
9536
9552
|
|
|
9537
9553
|
//
|
|
9538
|
-
var script$
|
|
9554
|
+
var script$i = {
|
|
9539
9555
|
components: {
|
|
9540
9556
|
TextFooter
|
|
9541
9557
|
},
|
|
@@ -9586,10 +9602,10 @@ var script$g = {
|
|
|
9586
9602
|
};
|
|
9587
9603
|
|
|
9588
9604
|
/* script */
|
|
9589
|
-
const __vue_script__$
|
|
9605
|
+
const __vue_script__$i = script$i;
|
|
9590
9606
|
/* template */
|
|
9591
9607
|
|
|
9592
|
-
var __vue_render__$
|
|
9608
|
+
var __vue_render__$i = function () {
|
|
9593
9609
|
var _vm = this;
|
|
9594
9610
|
|
|
9595
9611
|
var _h = _vm.$createElement;
|
|
@@ -9633,34 +9649,34 @@ var __vue_render__$g = function () {
|
|
|
9633
9649
|
})], 2)]) : _vm._e()], 1)])]);
|
|
9634
9650
|
};
|
|
9635
9651
|
|
|
9636
|
-
var __vue_staticRenderFns__$
|
|
9652
|
+
var __vue_staticRenderFns__$i = [];
|
|
9637
9653
|
/* style */
|
|
9638
9654
|
|
|
9639
|
-
const __vue_inject_styles__$
|
|
9655
|
+
const __vue_inject_styles__$i = undefined;
|
|
9640
9656
|
/* scoped */
|
|
9641
9657
|
|
|
9642
|
-
const __vue_scope_id__$
|
|
9658
|
+
const __vue_scope_id__$i = undefined;
|
|
9643
9659
|
/* module identifier */
|
|
9644
9660
|
|
|
9645
|
-
const __vue_module_identifier__$
|
|
9661
|
+
const __vue_module_identifier__$i = undefined;
|
|
9646
9662
|
/* functional template */
|
|
9647
9663
|
|
|
9648
|
-
const __vue_is_functional_template__$
|
|
9664
|
+
const __vue_is_functional_template__$i = false;
|
|
9649
9665
|
/* style inject */
|
|
9650
9666
|
|
|
9651
9667
|
/* style inject SSR */
|
|
9652
9668
|
|
|
9653
9669
|
/* style inject shadow dom */
|
|
9654
9670
|
|
|
9655
|
-
const __vue_component__$
|
|
9656
|
-
render: __vue_render__$
|
|
9657
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9658
|
-
}, __vue_inject_styles__$
|
|
9671
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
9672
|
+
render: __vue_render__$i,
|
|
9673
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
9674
|
+
}, __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
9675
|
|
|
9660
|
-
var TemplateMessage = __vue_component__$
|
|
9676
|
+
var TemplateMessage = __vue_component__$q;
|
|
9661
9677
|
|
|
9662
9678
|
//
|
|
9663
|
-
var script$
|
|
9679
|
+
var script$h = {
|
|
9664
9680
|
components: {
|
|
9665
9681
|
TemplateSingle,
|
|
9666
9682
|
TemplateMessage
|
|
@@ -9867,10 +9883,10 @@ var script$f = {
|
|
|
9867
9883
|
};
|
|
9868
9884
|
|
|
9869
9885
|
/* script */
|
|
9870
|
-
const __vue_script__$
|
|
9886
|
+
const __vue_script__$h = script$h;
|
|
9871
9887
|
/* template */
|
|
9872
9888
|
|
|
9873
|
-
var __vue_render__$
|
|
9889
|
+
var __vue_render__$h = function () {
|
|
9874
9890
|
var _vm = this;
|
|
9875
9891
|
|
|
9876
9892
|
var _h = _vm.$createElement;
|
|
@@ -9944,10 +9960,10 @@ var __vue_render__$f = function () {
|
|
|
9944
9960
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9945
9961
|
};
|
|
9946
9962
|
|
|
9947
|
-
var __vue_staticRenderFns__$
|
|
9963
|
+
var __vue_staticRenderFns__$h = [];
|
|
9948
9964
|
/* style */
|
|
9949
9965
|
|
|
9950
|
-
const __vue_inject_styles__$
|
|
9966
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
9951
9967
|
if (!inject) return;
|
|
9952
9968
|
inject("data-v-5a97ed34_0", {
|
|
9953
9969
|
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 +9974,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
9958
9974
|
/* scoped */
|
|
9959
9975
|
|
|
9960
9976
|
|
|
9961
|
-
const __vue_scope_id__$
|
|
9977
|
+
const __vue_scope_id__$h = undefined;
|
|
9962
9978
|
/* module identifier */
|
|
9963
9979
|
|
|
9964
|
-
const __vue_module_identifier__$
|
|
9980
|
+
const __vue_module_identifier__$h = undefined;
|
|
9965
9981
|
/* functional template */
|
|
9966
9982
|
|
|
9967
|
-
const __vue_is_functional_template__$
|
|
9983
|
+
const __vue_is_functional_template__$h = false;
|
|
9968
9984
|
/* style inject SSR */
|
|
9969
9985
|
|
|
9970
9986
|
/* style inject shadow dom */
|
|
9971
9987
|
|
|
9972
|
-
const __vue_component__$
|
|
9973
|
-
render: __vue_render__$
|
|
9974
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9975
|
-
}, __vue_inject_styles__$
|
|
9988
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
9989
|
+
render: __vue_render__$h,
|
|
9990
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
9991
|
+
}, __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
9992
|
|
|
9977
|
-
var __vue_component__$
|
|
9993
|
+
var __vue_component__$p = __vue_component__$o;
|
|
9978
9994
|
|
|
9979
9995
|
//
|
|
9980
|
-
var script$
|
|
9996
|
+
var script$g = {
|
|
9981
9997
|
components: {
|
|
9982
9998
|
BtnEmojis,
|
|
9983
9999
|
BtnFiles
|
|
@@ -10263,10 +10279,10 @@ var script$e = {
|
|
|
10263
10279
|
};
|
|
10264
10280
|
|
|
10265
10281
|
/* script */
|
|
10266
|
-
const __vue_script__$
|
|
10282
|
+
const __vue_script__$g = script$g;
|
|
10267
10283
|
/* template */
|
|
10268
10284
|
|
|
10269
|
-
var __vue_render__$
|
|
10285
|
+
var __vue_render__$g = function () {
|
|
10270
10286
|
var _vm = this;
|
|
10271
10287
|
|
|
10272
10288
|
var _h = _vm.$createElement;
|
|
@@ -10365,10 +10381,10 @@ var __vue_render__$e = function () {
|
|
|
10365
10381
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
10366
10382
|
};
|
|
10367
10383
|
|
|
10368
|
-
var __vue_staticRenderFns__$
|
|
10384
|
+
var __vue_staticRenderFns__$g = [];
|
|
10369
10385
|
/* style */
|
|
10370
10386
|
|
|
10371
|
-
const __vue_inject_styles__$
|
|
10387
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
10372
10388
|
if (!inject) return;
|
|
10373
10389
|
inject("data-v-35df0b7d_0", {
|
|
10374
10390
|
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 +10395,23 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
10379
10395
|
/* scoped */
|
|
10380
10396
|
|
|
10381
10397
|
|
|
10382
|
-
const __vue_scope_id__$
|
|
10398
|
+
const __vue_scope_id__$g = undefined;
|
|
10383
10399
|
/* module identifier */
|
|
10384
10400
|
|
|
10385
|
-
const __vue_module_identifier__$
|
|
10401
|
+
const __vue_module_identifier__$g = undefined;
|
|
10386
10402
|
/* functional template */
|
|
10387
10403
|
|
|
10388
|
-
const __vue_is_functional_template__$
|
|
10404
|
+
const __vue_is_functional_template__$g = false;
|
|
10389
10405
|
/* style inject SSR */
|
|
10390
10406
|
|
|
10391
10407
|
/* style inject shadow dom */
|
|
10392
10408
|
|
|
10393
|
-
const __vue_component__$
|
|
10394
|
-
render: __vue_render__$
|
|
10395
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10396
|
-
}, __vue_inject_styles__$
|
|
10409
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
10410
|
+
render: __vue_render__$g,
|
|
10411
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
10412
|
+
}, __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
10413
|
|
|
10398
|
-
var __vue_component__$
|
|
10414
|
+
var __vue_component__$n = __vue_component__$m;
|
|
10399
10415
|
|
|
10400
10416
|
const textoLongo = {
|
|
10401
10417
|
methods: {
|
|
@@ -10408,6 +10424,34 @@ const textoLongo = {
|
|
|
10408
10424
|
}
|
|
10409
10425
|
|
|
10410
10426
|
return `${textoLongo}`;
|
|
10427
|
+
},
|
|
10428
|
+
|
|
10429
|
+
formataDataHora(dataHora, origem, cortarSegundos) {
|
|
10430
|
+
try {
|
|
10431
|
+
if (!dataHora) return "";
|
|
10432
|
+
if (dataHora == '1111-11-11 00:00:00') return '';
|
|
10433
|
+
const arrDataHora = dataHora.split(" ");
|
|
10434
|
+
|
|
10435
|
+
if (arrDataHora.length) {
|
|
10436
|
+
let data = arrDataHora[0];
|
|
10437
|
+
let hora = arrDataHora[1];
|
|
10438
|
+
if (!data || !hora) return dataHora;
|
|
10439
|
+
data = data.split("-").reverse().join("/");
|
|
10440
|
+
|
|
10441
|
+
if (!origem) {
|
|
10442
|
+
hora = hora.slice(0, 5);
|
|
10443
|
+
return `${data} ${this.dicionario.msg_divisao_data_hora} ${hora}`;
|
|
10444
|
+
}
|
|
10445
|
+
|
|
10446
|
+
hora = cortarSegundos ? hora.slice(0, 5) : hora.slice(0, 8);
|
|
10447
|
+
return `${data} ${hora}`;
|
|
10448
|
+
} else {
|
|
10449
|
+
return dataHora;
|
|
10450
|
+
}
|
|
10451
|
+
} catch (e) {
|
|
10452
|
+
console.error("Nao foi possivel formatar a data hora");
|
|
10453
|
+
console.error(e);
|
|
10454
|
+
}
|
|
10411
10455
|
}
|
|
10412
10456
|
|
|
10413
10457
|
}
|
|
@@ -10592,7 +10636,7 @@ const fileHandler = {
|
|
|
10592
10636
|
};
|
|
10593
10637
|
|
|
10594
10638
|
//
|
|
10595
|
-
var script$
|
|
10639
|
+
var script$f = {
|
|
10596
10640
|
mixins: [fileHandler],
|
|
10597
10641
|
props: {
|
|
10598
10642
|
file: {
|
|
@@ -10618,10 +10662,10 @@ var script$d = {
|
|
|
10618
10662
|
};
|
|
10619
10663
|
|
|
10620
10664
|
/* script */
|
|
10621
|
-
const __vue_script__$
|
|
10665
|
+
const __vue_script__$f = script$f;
|
|
10622
10666
|
/* template */
|
|
10623
10667
|
|
|
10624
|
-
var __vue_render__$
|
|
10668
|
+
var __vue_render__$f = function () {
|
|
10625
10669
|
var _vm = this;
|
|
10626
10670
|
|
|
10627
10671
|
var _h = _vm.$createElement;
|
|
@@ -10692,10 +10736,10 @@ var __vue_render__$d = function () {
|
|
|
10692
10736
|
})], 1)]], 2)], 1);
|
|
10693
10737
|
};
|
|
10694
10738
|
|
|
10695
|
-
var __vue_staticRenderFns__$
|
|
10739
|
+
var __vue_staticRenderFns__$f = [];
|
|
10696
10740
|
/* style */
|
|
10697
10741
|
|
|
10698
|
-
const __vue_inject_styles__$
|
|
10742
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
10699
10743
|
if (!inject) return;
|
|
10700
10744
|
inject("data-v-c0bc7096_0", {
|
|
10701
10745
|
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 +10754,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
10710
10754
|
/* scoped */
|
|
10711
10755
|
|
|
10712
10756
|
|
|
10713
|
-
const __vue_scope_id__$
|
|
10757
|
+
const __vue_scope_id__$f = "data-v-c0bc7096";
|
|
10714
10758
|
/* module identifier */
|
|
10715
10759
|
|
|
10716
|
-
const __vue_module_identifier__$
|
|
10760
|
+
const __vue_module_identifier__$f = undefined;
|
|
10717
10761
|
/* functional template */
|
|
10718
10762
|
|
|
10719
|
-
const __vue_is_functional_template__$
|
|
10763
|
+
const __vue_is_functional_template__$f = false;
|
|
10720
10764
|
/* style inject SSR */
|
|
10721
10765
|
|
|
10722
10766
|
/* style inject shadow dom */
|
|
10723
10767
|
|
|
10724
|
-
const __vue_component__$
|
|
10725
|
-
render: __vue_render__$
|
|
10726
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10727
|
-
}, __vue_inject_styles__$
|
|
10768
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
10769
|
+
render: __vue_render__$f,
|
|
10770
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
10771
|
+
}, __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
10772
|
|
|
10729
|
-
var CardFile = __vue_component__$
|
|
10773
|
+
var CardFile = __vue_component__$l;
|
|
10730
10774
|
|
|
10731
10775
|
//
|
|
10732
10776
|
//
|
|
@@ -10745,7 +10789,7 @@ var CardFile = __vue_component__$i;
|
|
|
10745
10789
|
//
|
|
10746
10790
|
//
|
|
10747
10791
|
//
|
|
10748
|
-
var script$
|
|
10792
|
+
var script$e = {
|
|
10749
10793
|
props: {
|
|
10750
10794
|
hasReply: {
|
|
10751
10795
|
type: Boolean
|
|
@@ -10763,10 +10807,10 @@ var script$c = {
|
|
|
10763
10807
|
};
|
|
10764
10808
|
|
|
10765
10809
|
/* script */
|
|
10766
|
-
const __vue_script__$
|
|
10810
|
+
const __vue_script__$e = script$e;
|
|
10767
10811
|
/* template */
|
|
10768
10812
|
|
|
10769
|
-
var __vue_render__$
|
|
10813
|
+
var __vue_render__$e = function () {
|
|
10770
10814
|
var _vm = this;
|
|
10771
10815
|
|
|
10772
10816
|
var _h = _vm.$createElement;
|
|
@@ -10902,34 +10946,34 @@ var __vue_render__$c = function () {
|
|
|
10902
10946
|
})], 1) : _vm._e()])], 1);
|
|
10903
10947
|
};
|
|
10904
10948
|
|
|
10905
|
-
var __vue_staticRenderFns__$
|
|
10949
|
+
var __vue_staticRenderFns__$e = [];
|
|
10906
10950
|
/* style */
|
|
10907
10951
|
|
|
10908
|
-
const __vue_inject_styles__$
|
|
10952
|
+
const __vue_inject_styles__$e = undefined;
|
|
10909
10953
|
/* scoped */
|
|
10910
10954
|
|
|
10911
|
-
const __vue_scope_id__$
|
|
10955
|
+
const __vue_scope_id__$e = undefined;
|
|
10912
10956
|
/* module identifier */
|
|
10913
10957
|
|
|
10914
|
-
const __vue_module_identifier__$
|
|
10958
|
+
const __vue_module_identifier__$e = undefined;
|
|
10915
10959
|
/* functional template */
|
|
10916
10960
|
|
|
10917
|
-
const __vue_is_functional_template__$
|
|
10961
|
+
const __vue_is_functional_template__$e = false;
|
|
10918
10962
|
/* style inject */
|
|
10919
10963
|
|
|
10920
10964
|
/* style inject SSR */
|
|
10921
10965
|
|
|
10922
10966
|
/* style inject shadow dom */
|
|
10923
10967
|
|
|
10924
|
-
const __vue_component__$
|
|
10925
|
-
render: __vue_render__$
|
|
10926
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10927
|
-
}, __vue_inject_styles__$
|
|
10968
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
10969
|
+
render: __vue_render__$e,
|
|
10970
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
10971
|
+
}, __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
10972
|
|
|
10929
|
-
var CardCheck = __vue_component__$
|
|
10973
|
+
var CardCheck = __vue_component__$k;
|
|
10930
10974
|
|
|
10931
10975
|
//
|
|
10932
|
-
var script$
|
|
10976
|
+
var script$d = {
|
|
10933
10977
|
components: {
|
|
10934
10978
|
CardFile,
|
|
10935
10979
|
CardCheck
|
|
@@ -11077,10 +11121,10 @@ var script$b = {
|
|
|
11077
11121
|
};
|
|
11078
11122
|
|
|
11079
11123
|
/* script */
|
|
11080
|
-
const __vue_script__$
|
|
11124
|
+
const __vue_script__$d = script$d;
|
|
11081
11125
|
/* template */
|
|
11082
11126
|
|
|
11083
|
-
var __vue_render__$
|
|
11127
|
+
var __vue_render__$d = function () {
|
|
11084
11128
|
var _vm = this;
|
|
11085
11129
|
|
|
11086
11130
|
var _h = _vm.$createElement;
|
|
@@ -11193,10 +11237,10 @@ var __vue_render__$b = function () {
|
|
|
11193
11237
|
}) : _vm._e()], 2)])], 1) : _vm._e();
|
|
11194
11238
|
};
|
|
11195
11239
|
|
|
11196
|
-
var __vue_staticRenderFns__$
|
|
11240
|
+
var __vue_staticRenderFns__$d = [];
|
|
11197
11241
|
/* style */
|
|
11198
11242
|
|
|
11199
|
-
const __vue_inject_styles__$
|
|
11243
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
11200
11244
|
if (!inject) return;
|
|
11201
11245
|
inject("data-v-4be10146_0", {
|
|
11202
11246
|
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 +11251,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
11207
11251
|
/* scoped */
|
|
11208
11252
|
|
|
11209
11253
|
|
|
11210
|
-
const __vue_scope_id__$
|
|
11254
|
+
const __vue_scope_id__$d = undefined;
|
|
11211
11255
|
/* module identifier */
|
|
11212
11256
|
|
|
11213
|
-
const __vue_module_identifier__$
|
|
11257
|
+
const __vue_module_identifier__$d = undefined;
|
|
11214
11258
|
/* functional template */
|
|
11215
11259
|
|
|
11216
|
-
const __vue_is_functional_template__$
|
|
11260
|
+
const __vue_is_functional_template__$d = false;
|
|
11217
11261
|
/* style inject SSR */
|
|
11218
11262
|
|
|
11219
11263
|
/* style inject shadow dom */
|
|
11220
11264
|
|
|
11221
|
-
const __vue_component__$
|
|
11222
|
-
render: __vue_render__$
|
|
11223
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11224
|
-
}, __vue_inject_styles__$
|
|
11265
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
11266
|
+
render: __vue_render__$d,
|
|
11267
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
11268
|
+
}, __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
11269
|
|
|
11226
|
-
var __vue_component__$
|
|
11270
|
+
var __vue_component__$j = __vue_component__$i;
|
|
11227
11271
|
|
|
11228
11272
|
//
|
|
11229
|
-
var script$
|
|
11273
|
+
var script$c = {
|
|
11230
11274
|
mixins: [mixin_1],
|
|
11231
11275
|
props: {
|
|
11232
11276
|
lista: {
|
|
@@ -11247,10 +11291,10 @@ var script$a = {
|
|
|
11247
11291
|
};
|
|
11248
11292
|
|
|
11249
11293
|
/* script */
|
|
11250
|
-
const __vue_script__$
|
|
11294
|
+
const __vue_script__$c = script$c;
|
|
11251
11295
|
/* template */
|
|
11252
11296
|
|
|
11253
|
-
var __vue_render__$
|
|
11297
|
+
var __vue_render__$c = function () {
|
|
11254
11298
|
var _vm = this;
|
|
11255
11299
|
|
|
11256
11300
|
var _h = _vm.$createElement;
|
|
@@ -11294,10 +11338,10 @@ var __vue_render__$a = function () {
|
|
|
11294
11338
|
})], 2);
|
|
11295
11339
|
};
|
|
11296
11340
|
|
|
11297
|
-
var __vue_staticRenderFns__$
|
|
11341
|
+
var __vue_staticRenderFns__$c = [];
|
|
11298
11342
|
/* style */
|
|
11299
11343
|
|
|
11300
|
-
const __vue_inject_styles__$
|
|
11344
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
11301
11345
|
if (!inject) return;
|
|
11302
11346
|
inject("data-v-f5d7144e_0", {
|
|
11303
11347
|
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 +11352,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
11308
11352
|
/* scoped */
|
|
11309
11353
|
|
|
11310
11354
|
|
|
11311
|
-
const __vue_scope_id__$
|
|
11355
|
+
const __vue_scope_id__$c = undefined;
|
|
11312
11356
|
/* module identifier */
|
|
11313
11357
|
|
|
11314
|
-
const __vue_module_identifier__$
|
|
11358
|
+
const __vue_module_identifier__$c = undefined;
|
|
11315
11359
|
/* functional template */
|
|
11316
11360
|
|
|
11317
|
-
const __vue_is_functional_template__$
|
|
11361
|
+
const __vue_is_functional_template__$c = false;
|
|
11318
11362
|
/* style inject SSR */
|
|
11319
11363
|
|
|
11320
11364
|
/* style inject shadow dom */
|
|
11321
11365
|
|
|
11322
|
-
const __vue_component__$
|
|
11323
|
-
render: __vue_render__$
|
|
11324
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11325
|
-
}, __vue_inject_styles__$
|
|
11366
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
11367
|
+
render: __vue_render__$c,
|
|
11368
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
11369
|
+
}, __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
11370
|
|
|
11327
|
-
var InteratividadePopup = __vue_component__$
|
|
11371
|
+
var InteratividadePopup = __vue_component__$h;
|
|
11328
11372
|
|
|
11329
11373
|
//
|
|
11330
|
-
var script$
|
|
11374
|
+
var script$b = {
|
|
11331
11375
|
components: {
|
|
11332
11376
|
InteratividadePopup
|
|
11333
11377
|
},
|
|
@@ -11421,10 +11465,10 @@ var script$9 = {
|
|
|
11421
11465
|
};
|
|
11422
11466
|
|
|
11423
11467
|
/* script */
|
|
11424
|
-
const __vue_script__$
|
|
11468
|
+
const __vue_script__$b = script$b;
|
|
11425
11469
|
/* template */
|
|
11426
11470
|
|
|
11427
|
-
var __vue_render__$
|
|
11471
|
+
var __vue_render__$b = function () {
|
|
11428
11472
|
var _vm = this;
|
|
11429
11473
|
|
|
11430
11474
|
var _h = _vm.$createElement;
|
|
@@ -11537,10 +11581,10 @@ var __vue_render__$9 = function () {
|
|
|
11537
11581
|
}) : _vm._e()], 2)] : _vm._e()], 2);
|
|
11538
11582
|
};
|
|
11539
11583
|
|
|
11540
|
-
var __vue_staticRenderFns__$
|
|
11584
|
+
var __vue_staticRenderFns__$b = [];
|
|
11541
11585
|
/* style */
|
|
11542
11586
|
|
|
11543
|
-
const __vue_inject_styles__$
|
|
11587
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
11544
11588
|
if (!inject) return;
|
|
11545
11589
|
inject("data-v-7b989966_0", {
|
|
11546
11590
|
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 +11595,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
11551
11595
|
/* scoped */
|
|
11552
11596
|
|
|
11553
11597
|
|
|
11554
|
-
const __vue_scope_id__$
|
|
11598
|
+
const __vue_scope_id__$b = "data-v-7b989966";
|
|
11555
11599
|
/* module identifier */
|
|
11556
11600
|
|
|
11557
|
-
const __vue_module_identifier__$
|
|
11601
|
+
const __vue_module_identifier__$b = undefined;
|
|
11558
11602
|
/* functional template */
|
|
11559
11603
|
|
|
11560
|
-
const __vue_is_functional_template__$
|
|
11604
|
+
const __vue_is_functional_template__$b = false;
|
|
11561
11605
|
/* style inject SSR */
|
|
11562
11606
|
|
|
11563
11607
|
/* style inject shadow dom */
|
|
11564
11608
|
|
|
11565
|
-
const __vue_component__$
|
|
11566
|
-
render: __vue_render__$
|
|
11567
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11568
|
-
}, __vue_inject_styles__$
|
|
11609
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
11610
|
+
render: __vue_render__$b,
|
|
11611
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
11612
|
+
}, __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
11613
|
|
|
11570
|
-
var InteratividadeFormulario = __vue_component__$
|
|
11614
|
+
var InteratividadeFormulario = __vue_component__$g;
|
|
11571
11615
|
|
|
11572
11616
|
//
|
|
11573
|
-
var script$
|
|
11617
|
+
var script$a = {
|
|
11574
11618
|
mixins: [fileHandler],
|
|
11575
11619
|
props: {
|
|
11576
11620
|
anexo: {
|
|
@@ -11596,10 +11640,10 @@ var script$8 = {
|
|
|
11596
11640
|
};
|
|
11597
11641
|
|
|
11598
11642
|
/* script */
|
|
11599
|
-
const __vue_script__$
|
|
11643
|
+
const __vue_script__$a = script$a;
|
|
11600
11644
|
/* template */
|
|
11601
11645
|
|
|
11602
|
-
var __vue_render__$
|
|
11646
|
+
var __vue_render__$a = function () {
|
|
11603
11647
|
var _vm = this;
|
|
11604
11648
|
|
|
11605
11649
|
var _h = _vm.$createElement;
|
|
@@ -11670,10 +11714,10 @@ var __vue_render__$8 = function () {
|
|
|
11670
11714
|
})], 1)]], 2)], 1);
|
|
11671
11715
|
};
|
|
11672
11716
|
|
|
11673
|
-
var __vue_staticRenderFns__$
|
|
11717
|
+
var __vue_staticRenderFns__$a = [];
|
|
11674
11718
|
/* style */
|
|
11675
11719
|
|
|
11676
|
-
const __vue_inject_styles__$
|
|
11720
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
11677
11721
|
if (!inject) return;
|
|
11678
11722
|
inject("data-v-0408a7b0_0", {
|
|
11679
11723
|
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 +11728,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
11684
11728
|
/* scoped */
|
|
11685
11729
|
|
|
11686
11730
|
|
|
11687
|
-
const __vue_scope_id__$
|
|
11731
|
+
const __vue_scope_id__$a = "data-v-0408a7b0";
|
|
11688
11732
|
/* module identifier */
|
|
11689
11733
|
|
|
11690
|
-
const __vue_module_identifier__$
|
|
11734
|
+
const __vue_module_identifier__$a = undefined;
|
|
11691
11735
|
/* functional template */
|
|
11692
11736
|
|
|
11693
|
-
const __vue_is_functional_template__$
|
|
11737
|
+
const __vue_is_functional_template__$a = false;
|
|
11694
11738
|
/* style inject SSR */
|
|
11695
11739
|
|
|
11696
11740
|
/* style inject shadow dom */
|
|
11697
11741
|
|
|
11698
|
-
const __vue_component__$
|
|
11699
|
-
render: __vue_render__$
|
|
11700
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11701
|
-
}, __vue_inject_styles__$
|
|
11742
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
11743
|
+
render: __vue_render__$a,
|
|
11744
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
11745
|
+
}, __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
11746
|
|
|
11703
|
-
var CardAttachment = __vue_component__$
|
|
11747
|
+
var CardAttachment = __vue_component__$f;
|
|
11704
11748
|
|
|
11705
11749
|
//
|
|
11706
|
-
var script$
|
|
11750
|
+
var script$9 = {
|
|
11707
11751
|
components: {
|
|
11708
11752
|
CardAttachment
|
|
11709
11753
|
},
|
|
@@ -11824,10 +11868,10 @@ var script$7 = {
|
|
|
11824
11868
|
};
|
|
11825
11869
|
|
|
11826
11870
|
/* script */
|
|
11827
|
-
const __vue_script__$
|
|
11871
|
+
const __vue_script__$9 = script$9;
|
|
11828
11872
|
/* template */
|
|
11829
11873
|
|
|
11830
|
-
var __vue_render__$
|
|
11874
|
+
var __vue_render__$9 = function () {
|
|
11831
11875
|
var _vm = this;
|
|
11832
11876
|
|
|
11833
11877
|
var _h = _vm.$createElement;
|
|
@@ -11937,10 +11981,10 @@ var __vue_render__$7 = function () {
|
|
|
11937
11981
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
11938
11982
|
};
|
|
11939
11983
|
|
|
11940
|
-
var __vue_staticRenderFns__$
|
|
11984
|
+
var __vue_staticRenderFns__$9 = [];
|
|
11941
11985
|
/* style */
|
|
11942
11986
|
|
|
11943
|
-
const __vue_inject_styles__$
|
|
11987
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
11944
11988
|
if (!inject) return;
|
|
11945
11989
|
inject("data-v-60eaca73_0", {
|
|
11946
11990
|
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 +11995,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
11951
11995
|
/* scoped */
|
|
11952
11996
|
|
|
11953
11997
|
|
|
11954
|
-
const __vue_scope_id__$
|
|
11998
|
+
const __vue_scope_id__$9 = "data-v-60eaca73";
|
|
11955
11999
|
/* module identifier */
|
|
11956
12000
|
|
|
11957
|
-
const __vue_module_identifier__$
|
|
12001
|
+
const __vue_module_identifier__$9 = undefined;
|
|
11958
12002
|
/* functional template */
|
|
11959
12003
|
|
|
11960
|
-
const __vue_is_functional_template__$
|
|
12004
|
+
const __vue_is_functional_template__$9 = false;
|
|
11961
12005
|
/* style inject SSR */
|
|
11962
12006
|
|
|
11963
12007
|
/* style inject shadow dom */
|
|
11964
12008
|
|
|
11965
|
-
const __vue_component__$
|
|
11966
|
-
render: __vue_render__$
|
|
11967
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11968
|
-
}, __vue_inject_styles__$
|
|
12009
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
12010
|
+
render: __vue_render__$9,
|
|
12011
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
12012
|
+
}, __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
12013
|
|
|
11970
|
-
var __vue_component__$
|
|
12014
|
+
var __vue_component__$e = __vue_component__$d;
|
|
11971
12015
|
|
|
11972
12016
|
//
|
|
11973
|
-
var script$
|
|
12017
|
+
var script$8 = {
|
|
11974
12018
|
mixins: [fileHandler],
|
|
11975
12019
|
components: {
|
|
11976
12020
|
Loader
|
|
@@ -12042,10 +12086,10 @@ var script$6 = {
|
|
|
12042
12086
|
};
|
|
12043
12087
|
|
|
12044
12088
|
/* script */
|
|
12045
|
-
const __vue_script__$
|
|
12089
|
+
const __vue_script__$8 = script$8;
|
|
12046
12090
|
/* template */
|
|
12047
12091
|
|
|
12048
|
-
var __vue_render__$
|
|
12092
|
+
var __vue_render__$8 = function () {
|
|
12049
12093
|
var _vm = this;
|
|
12050
12094
|
|
|
12051
12095
|
var _h = _vm.$createElement;
|
|
@@ -12194,10 +12238,10 @@ var __vue_render__$6 = function () {
|
|
|
12194
12238
|
})], 1) : _vm._e()])], 1)], 1);
|
|
12195
12239
|
};
|
|
12196
12240
|
|
|
12197
|
-
var __vue_staticRenderFns__$
|
|
12241
|
+
var __vue_staticRenderFns__$8 = [];
|
|
12198
12242
|
/* style */
|
|
12199
12243
|
|
|
12200
|
-
const __vue_inject_styles__$
|
|
12244
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
12201
12245
|
if (!inject) return;
|
|
12202
12246
|
inject("data-v-433c38d2_0", {
|
|
12203
12247
|
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 +12252,26 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
12208
12252
|
/* scoped */
|
|
12209
12253
|
|
|
12210
12254
|
|
|
12211
|
-
const __vue_scope_id__$
|
|
12255
|
+
const __vue_scope_id__$8 = "data-v-433c38d2";
|
|
12212
12256
|
/* module identifier */
|
|
12213
12257
|
|
|
12214
|
-
const __vue_module_identifier__$
|
|
12258
|
+
const __vue_module_identifier__$8 = undefined;
|
|
12215
12259
|
/* functional template */
|
|
12216
12260
|
|
|
12217
|
-
const __vue_is_functional_template__$
|
|
12261
|
+
const __vue_is_functional_template__$8 = false;
|
|
12218
12262
|
/* style inject SSR */
|
|
12219
12263
|
|
|
12220
12264
|
/* style inject shadow dom */
|
|
12221
12265
|
|
|
12222
|
-
const __vue_component__$
|
|
12223
|
-
render: __vue_render__$
|
|
12224
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12225
|
-
}, __vue_inject_styles__$
|
|
12226
|
-
|
|
12227
|
-
var AnexoMensagem = __vue_component__$
|
|
12228
|
-
|
|
12266
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
12267
|
+
render: __vue_render__$8,
|
|
12268
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
12269
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
12270
|
+
|
|
12271
|
+
var AnexoMensagem = __vue_component__$c;
|
|
12272
|
+
|
|
12229
12273
|
//
|
|
12230
|
-
var script$
|
|
12274
|
+
var script$7 = {
|
|
12231
12275
|
components: {
|
|
12232
12276
|
InteratividadePopup
|
|
12233
12277
|
},
|
|
@@ -12289,10 +12333,10 @@ var script$5 = {
|
|
|
12289
12333
|
};
|
|
12290
12334
|
|
|
12291
12335
|
/* script */
|
|
12292
|
-
const __vue_script__$
|
|
12336
|
+
const __vue_script__$7 = script$7;
|
|
12293
12337
|
/* template */
|
|
12294
12338
|
|
|
12295
|
-
var __vue_render__$
|
|
12339
|
+
var __vue_render__$7 = function () {
|
|
12296
12340
|
var _vm = this;
|
|
12297
12341
|
|
|
12298
12342
|
var _h = _vm.$createElement;
|
|
@@ -12358,10 +12402,10 @@ var __vue_render__$5 = function () {
|
|
|
12358
12402
|
}) : _vm._e()])] : _vm._e()], 2);
|
|
12359
12403
|
};
|
|
12360
12404
|
|
|
12361
|
-
var __vue_staticRenderFns__$
|
|
12405
|
+
var __vue_staticRenderFns__$7 = [];
|
|
12362
12406
|
/* style */
|
|
12363
12407
|
|
|
12364
|
-
const __vue_inject_styles__$
|
|
12408
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
12365
12409
|
if (!inject) return;
|
|
12366
12410
|
inject("data-v-265335df_0", {
|
|
12367
12411
|
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 +12416,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
12372
12416
|
/* scoped */
|
|
12373
12417
|
|
|
12374
12418
|
|
|
12375
|
-
const __vue_scope_id__$
|
|
12419
|
+
const __vue_scope_id__$7 = undefined;
|
|
12376
12420
|
/* module identifier */
|
|
12377
12421
|
|
|
12378
|
-
const __vue_module_identifier__$
|
|
12422
|
+
const __vue_module_identifier__$7 = undefined;
|
|
12379
12423
|
/* functional template */
|
|
12380
12424
|
|
|
12381
|
-
const __vue_is_functional_template__$
|
|
12425
|
+
const __vue_is_functional_template__$7 = false;
|
|
12382
12426
|
/* style inject SSR */
|
|
12383
12427
|
|
|
12384
12428
|
/* style inject shadow dom */
|
|
12385
12429
|
|
|
12386
|
-
const __vue_component__$
|
|
12387
|
-
render: __vue_render__$
|
|
12388
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12389
|
-
}, __vue_inject_styles__$
|
|
12430
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
12431
|
+
render: __vue_render__$7,
|
|
12432
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
12433
|
+
}, __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
12434
|
|
|
12391
|
-
var InteratividadeBotoes = __vue_component__$
|
|
12435
|
+
var InteratividadeBotoes = __vue_component__$b;
|
|
12392
12436
|
|
|
12393
12437
|
//
|
|
12394
|
-
var script$
|
|
12438
|
+
var script$6 = {
|
|
12395
12439
|
props: {
|
|
12396
12440
|
message: {
|
|
12397
12441
|
type: String,
|
|
@@ -12493,10 +12537,10 @@ var script$4 = {
|
|
|
12493
12537
|
};
|
|
12494
12538
|
|
|
12495
12539
|
/* script */
|
|
12496
|
-
const __vue_script__$
|
|
12540
|
+
const __vue_script__$6 = script$6;
|
|
12497
12541
|
/* template */
|
|
12498
12542
|
|
|
12499
|
-
var __vue_render__$
|
|
12543
|
+
var __vue_render__$6 = function () {
|
|
12500
12544
|
var _vm = this;
|
|
12501
12545
|
|
|
12502
12546
|
var _h = _vm.$createElement;
|
|
@@ -12539,10 +12583,10 @@ var __vue_render__$4 = function () {
|
|
|
12539
12583
|
}) : _vm._e()]) : _vm._e()]) : _vm._e();
|
|
12540
12584
|
};
|
|
12541
12585
|
|
|
12542
|
-
var __vue_staticRenderFns__$
|
|
12586
|
+
var __vue_staticRenderFns__$6 = [];
|
|
12543
12587
|
/* style */
|
|
12544
12588
|
|
|
12545
|
-
const __vue_inject_styles__$
|
|
12589
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
12546
12590
|
if (!inject) return;
|
|
12547
12591
|
inject("data-v-17ba3e86_0", {
|
|
12548
12592
|
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 +12597,26 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
12553
12597
|
/* scoped */
|
|
12554
12598
|
|
|
12555
12599
|
|
|
12556
|
-
const __vue_scope_id__$
|
|
12600
|
+
const __vue_scope_id__$6 = "data-v-17ba3e86";
|
|
12557
12601
|
/* module identifier */
|
|
12558
12602
|
|
|
12559
|
-
const __vue_module_identifier__$
|
|
12603
|
+
const __vue_module_identifier__$6 = undefined;
|
|
12560
12604
|
/* functional template */
|
|
12561
12605
|
|
|
12562
|
-
const __vue_is_functional_template__$
|
|
12606
|
+
const __vue_is_functional_template__$6 = false;
|
|
12563
12607
|
/* style inject SSR */
|
|
12564
12608
|
|
|
12565
12609
|
/* style inject shadow dom */
|
|
12566
12610
|
|
|
12567
|
-
const __vue_component__$
|
|
12568
|
-
render: __vue_render__$
|
|
12569
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12570
|
-
}, __vue_inject_styles__$
|
|
12611
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
12612
|
+
render: __vue_render__$6,
|
|
12613
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
12614
|
+
}, __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
12615
|
|
|
12572
|
-
var LinkPreview = __vue_component__$
|
|
12616
|
+
var LinkPreview = __vue_component__$a;
|
|
12573
12617
|
|
|
12574
12618
|
//
|
|
12575
|
-
var script$
|
|
12619
|
+
var script$5 = {
|
|
12576
12620
|
components: {
|
|
12577
12621
|
AnexoMensagem,
|
|
12578
12622
|
InteratividadeBotoes,
|
|
@@ -12766,10 +12810,10 @@ var script$3 = {
|
|
|
12766
12810
|
};
|
|
12767
12811
|
|
|
12768
12812
|
/* script */
|
|
12769
|
-
const __vue_script__$
|
|
12813
|
+
const __vue_script__$5 = script$5;
|
|
12770
12814
|
/* template */
|
|
12771
12815
|
|
|
12772
|
-
var __vue_render__$
|
|
12816
|
+
var __vue_render__$5 = function () {
|
|
12773
12817
|
var _vm = this;
|
|
12774
12818
|
|
|
12775
12819
|
var _h = _vm.$createElement;
|
|
@@ -13047,10 +13091,10 @@ var __vue_render__$3 = function () {
|
|
|
13047
13091
|
})], 2)], 1) : _vm._e();
|
|
13048
13092
|
};
|
|
13049
13093
|
|
|
13050
|
-
var __vue_staticRenderFns__$
|
|
13094
|
+
var __vue_staticRenderFns__$5 = [];
|
|
13051
13095
|
/* style */
|
|
13052
13096
|
|
|
13053
|
-
const __vue_inject_styles__$
|
|
13097
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
13054
13098
|
if (!inject) return;
|
|
13055
13099
|
inject("data-v-8e87a87a_0", {
|
|
13056
13100
|
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 +13105,23 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
13061
13105
|
/* scoped */
|
|
13062
13106
|
|
|
13063
13107
|
|
|
13064
|
-
const __vue_scope_id__$
|
|
13108
|
+
const __vue_scope_id__$5 = undefined;
|
|
13065
13109
|
/* module identifier */
|
|
13066
13110
|
|
|
13067
|
-
const __vue_module_identifier__$
|
|
13111
|
+
const __vue_module_identifier__$5 = undefined;
|
|
13068
13112
|
/* functional template */
|
|
13069
13113
|
|
|
13070
|
-
const __vue_is_functional_template__$
|
|
13114
|
+
const __vue_is_functional_template__$5 = false;
|
|
13071
13115
|
/* style inject SSR */
|
|
13072
13116
|
|
|
13073
13117
|
/* style inject shadow dom */
|
|
13074
13118
|
|
|
13075
|
-
const __vue_component__$
|
|
13076
|
-
render: __vue_render__$
|
|
13077
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
13078
|
-
}, __vue_inject_styles__$
|
|
13119
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
13120
|
+
render: __vue_render__$5,
|
|
13121
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
13122
|
+
}, __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
13123
|
|
|
13080
|
-
var __vue_component__$
|
|
13124
|
+
var __vue_component__$9 = __vue_component__$8;
|
|
13081
13125
|
|
|
13082
13126
|
//
|
|
13083
13127
|
//
|
|
@@ -13086,7 +13130,7 @@ var __vue_component__$6 = __vue_component__$5;
|
|
|
13086
13130
|
//
|
|
13087
13131
|
//
|
|
13088
13132
|
//
|
|
13089
|
-
var script$
|
|
13133
|
+
var script$4 = {
|
|
13090
13134
|
props: {
|
|
13091
13135
|
icon: [String, Array],
|
|
13092
13136
|
default: ""
|
|
@@ -13100,10 +13144,10 @@ var script$2 = {
|
|
|
13100
13144
|
};
|
|
13101
13145
|
|
|
13102
13146
|
/* script */
|
|
13103
|
-
const __vue_script__$
|
|
13147
|
+
const __vue_script__$4 = script$4;
|
|
13104
13148
|
/* template */
|
|
13105
13149
|
|
|
13106
|
-
var __vue_render__$
|
|
13150
|
+
var __vue_render__$4 = function () {
|
|
13107
13151
|
var _vm = this;
|
|
13108
13152
|
|
|
13109
13153
|
var _h = _vm.$createElement;
|
|
@@ -13126,10 +13170,10 @@ var __vue_render__$2 = function () {
|
|
|
13126
13170
|
})], 1);
|
|
13127
13171
|
};
|
|
13128
13172
|
|
|
13129
|
-
var __vue_staticRenderFns__$
|
|
13173
|
+
var __vue_staticRenderFns__$4 = [];
|
|
13130
13174
|
/* style */
|
|
13131
13175
|
|
|
13132
|
-
const __vue_inject_styles__$
|
|
13176
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
13133
13177
|
if (!inject) return;
|
|
13134
13178
|
inject("data-v-f9c5e7d8_0", {
|
|
13135
13179
|
source: ".simple-btn--icon.custom>span{width:20px;height:20px}",
|
|
@@ -13140,26 +13184,26 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
13140
13184
|
/* scoped */
|
|
13141
13185
|
|
|
13142
13186
|
|
|
13143
|
-
const __vue_scope_id__$
|
|
13187
|
+
const __vue_scope_id__$4 = undefined;
|
|
13144
13188
|
/* module identifier */
|
|
13145
13189
|
|
|
13146
|
-
const __vue_module_identifier__$
|
|
13190
|
+
const __vue_module_identifier__$4 = undefined;
|
|
13147
13191
|
/* functional template */
|
|
13148
13192
|
|
|
13149
|
-
const __vue_is_functional_template__$
|
|
13193
|
+
const __vue_is_functional_template__$4 = false;
|
|
13150
13194
|
/* style inject SSR */
|
|
13151
13195
|
|
|
13152
13196
|
/* style inject shadow dom */
|
|
13153
13197
|
|
|
13154
|
-
const __vue_component__$
|
|
13155
|
-
render: __vue_render__$
|
|
13156
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
13157
|
-
}, __vue_inject_styles__$
|
|
13198
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
13199
|
+
render: __vue_render__$4,
|
|
13200
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
13201
|
+
}, __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
13202
|
|
|
13159
|
-
var IconButton = __vue_component__$
|
|
13203
|
+
var IconButton = __vue_component__$7;
|
|
13160
13204
|
|
|
13161
13205
|
//
|
|
13162
|
-
var script$
|
|
13206
|
+
var script$3 = {
|
|
13163
13207
|
components: {
|
|
13164
13208
|
IconButton
|
|
13165
13209
|
},
|
|
@@ -13215,10 +13259,10 @@ var script$1 = {
|
|
|
13215
13259
|
};
|
|
13216
13260
|
|
|
13217
13261
|
/* script */
|
|
13218
|
-
const __vue_script__$
|
|
13262
|
+
const __vue_script__$3 = script$3;
|
|
13219
13263
|
/* template */
|
|
13220
13264
|
|
|
13221
|
-
var __vue_render__$
|
|
13265
|
+
var __vue_render__$3 = function () {
|
|
13222
13266
|
var _vm = this;
|
|
13223
13267
|
|
|
13224
13268
|
var _h = _vm.$createElement;
|
|
@@ -13253,10 +13297,10 @@ var __vue_render__$1 = function () {
|
|
|
13253
13297
|
}) : _c('VueLoader')], 2);
|
|
13254
13298
|
};
|
|
13255
13299
|
|
|
13256
|
-
var __vue_staticRenderFns__$
|
|
13300
|
+
var __vue_staticRenderFns__$3 = [];
|
|
13257
13301
|
/* style */
|
|
13258
13302
|
|
|
13259
|
-
const __vue_inject_styles__$
|
|
13303
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
13260
13304
|
if (!inject) return;
|
|
13261
13305
|
inject("data-v-b7424d62_0", {
|
|
13262
13306
|
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 +13311,23 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
13267
13311
|
/* scoped */
|
|
13268
13312
|
|
|
13269
13313
|
|
|
13270
|
-
const __vue_scope_id__$
|
|
13314
|
+
const __vue_scope_id__$3 = undefined;
|
|
13271
13315
|
/* module identifier */
|
|
13272
13316
|
|
|
13273
|
-
const __vue_module_identifier__$
|
|
13317
|
+
const __vue_module_identifier__$3 = undefined;
|
|
13274
13318
|
/* functional template */
|
|
13275
13319
|
|
|
13276
|
-
const __vue_is_functional_template__$
|
|
13320
|
+
const __vue_is_functional_template__$3 = false;
|
|
13277
13321
|
/* style inject SSR */
|
|
13278
13322
|
|
|
13279
13323
|
/* style inject shadow dom */
|
|
13280
13324
|
|
|
13281
|
-
const __vue_component__$
|
|
13282
|
-
render: __vue_render__$
|
|
13283
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
13284
|
-
}, __vue_inject_styles__$
|
|
13325
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
13326
|
+
render: __vue_render__$3,
|
|
13327
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
13328
|
+
}, __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
13329
|
|
|
13286
|
-
var __vue_component__$
|
|
13330
|
+
var __vue_component__$6 = __vue_component__$5;
|
|
13287
13331
|
|
|
13288
13332
|
//
|
|
13289
13333
|
//
|
|
@@ -13304,7 +13348,7 @@ var __vue_component__$3 = __vue_component__$2;
|
|
|
13304
13348
|
//
|
|
13305
13349
|
//
|
|
13306
13350
|
//
|
|
13307
|
-
var script = {
|
|
13351
|
+
var script$2 = {
|
|
13308
13352
|
props: {
|
|
13309
13353
|
identificador: {
|
|
13310
13354
|
type: String,
|
|
@@ -13397,10 +13441,10 @@ var script = {
|
|
|
13397
13441
|
};
|
|
13398
13442
|
|
|
13399
13443
|
/* script */
|
|
13400
|
-
const __vue_script__ = script;
|
|
13444
|
+
const __vue_script__$2 = script$2;
|
|
13401
13445
|
/* template */
|
|
13402
13446
|
|
|
13403
|
-
var __vue_render__ = function () {
|
|
13447
|
+
var __vue_render__$2 = function () {
|
|
13404
13448
|
var _vm = this;
|
|
13405
13449
|
|
|
13406
13450
|
var _h = _vm.$createElement;
|
|
@@ -13445,10 +13489,10 @@ var __vue_render__ = function () {
|
|
|
13445
13489
|
})], 1)]);
|
|
13446
13490
|
};
|
|
13447
13491
|
|
|
13448
|
-
var __vue_staticRenderFns__ = [];
|
|
13492
|
+
var __vue_staticRenderFns__$2 = [];
|
|
13449
13493
|
/* style */
|
|
13450
13494
|
|
|
13451
|
-
const __vue_inject_styles__ = function (inject) {
|
|
13495
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
13452
13496
|
if (!inject) return;
|
|
13453
13497
|
inject("data-v-179843a2_0", {
|
|
13454
13498
|
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 +13507,320 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
13463
13507
|
/* scoped */
|
|
13464
13508
|
|
|
13465
13509
|
|
|
13466
|
-
const __vue_scope_id__ = "data-v-179843a2";
|
|
13510
|
+
const __vue_scope_id__$2 = "data-v-179843a2";
|
|
13511
|
+
/* module identifier */
|
|
13512
|
+
|
|
13513
|
+
const __vue_module_identifier__$2 = undefined;
|
|
13514
|
+
/* functional template */
|
|
13515
|
+
|
|
13516
|
+
const __vue_is_functional_template__$2 = false;
|
|
13517
|
+
/* style inject SSR */
|
|
13518
|
+
|
|
13519
|
+
/* style inject shadow dom */
|
|
13520
|
+
|
|
13521
|
+
const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
13522
|
+
render: __vue_render__$2,
|
|
13523
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
13524
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
13525
|
+
|
|
13526
|
+
var __vue_component__$4 = __vue_component__$3;
|
|
13527
|
+
|
|
13528
|
+
//
|
|
13529
|
+
var script$1 = {
|
|
13530
|
+
mixins: [fileHandler],
|
|
13531
|
+
props: {
|
|
13532
|
+
anexo: {
|
|
13533
|
+
type: [Object, String],
|
|
13534
|
+
default: () => {
|
|
13535
|
+
return {};
|
|
13536
|
+
}
|
|
13537
|
+
},
|
|
13538
|
+
dominio: {
|
|
13539
|
+
type: String,
|
|
13540
|
+
required: true
|
|
13541
|
+
}
|
|
13542
|
+
},
|
|
13543
|
+
|
|
13544
|
+
mounted() {
|
|
13545
|
+
this.setFileVars(this.anexo, {
|
|
13546
|
+
dominio: this.dominio
|
|
13547
|
+
});
|
|
13548
|
+
}
|
|
13549
|
+
|
|
13550
|
+
};
|
|
13551
|
+
|
|
13552
|
+
/* script */
|
|
13553
|
+
const __vue_script__$1 = script$1;
|
|
13554
|
+
/* template */
|
|
13555
|
+
|
|
13556
|
+
var __vue_render__$1 = function () {
|
|
13557
|
+
var _vm = this;
|
|
13558
|
+
|
|
13559
|
+
var _h = _vm.$createElement;
|
|
13560
|
+
|
|
13561
|
+
var _c = _vm._self._c || _h;
|
|
13562
|
+
|
|
13563
|
+
return _c('transition-group', {
|
|
13564
|
+
attrs: {
|
|
13565
|
+
"name": "fade",
|
|
13566
|
+
"mode": "out-in"
|
|
13567
|
+
}
|
|
13568
|
+
}, [_vm.isLoading ? _c('VueLoader', {
|
|
13569
|
+
key: "file-loader"
|
|
13570
|
+
}) : _c('div', {
|
|
13571
|
+
key: "file-container",
|
|
13572
|
+
staticClass: "mb-5 mx-5 d-flex flex-wrap align-items-end"
|
|
13573
|
+
}, [_vm.imageURL ? _c('span', {
|
|
13574
|
+
staticClass: "anexo-img box-shadow",
|
|
13575
|
+
attrs: {
|
|
13576
|
+
"title": "Visualizar " + _vm.filename
|
|
13577
|
+
},
|
|
13578
|
+
on: {
|
|
13579
|
+
"click": function ($event) {
|
|
13580
|
+
return _vm.openWindowFromURL(_vm.imageURL, true);
|
|
13581
|
+
}
|
|
13582
|
+
}
|
|
13583
|
+
}, [_c('img', {
|
|
13584
|
+
attrs: {
|
|
13585
|
+
"src": "" + _vm.imageURL,
|
|
13586
|
+
"alt": _vm.filename
|
|
13587
|
+
}
|
|
13588
|
+
})]) : _c('span', {
|
|
13589
|
+
staticClass: "anexo-icone",
|
|
13590
|
+
class: [_vm.iconeClass],
|
|
13591
|
+
attrs: {
|
|
13592
|
+
"title": "Visualizar " + _vm.filename,
|
|
13593
|
+
"target": "_blank"
|
|
13594
|
+
},
|
|
13595
|
+
on: {
|
|
13596
|
+
"click": function ($event) {
|
|
13597
|
+
return _vm.openWindowFromURL(_vm.docURL, false);
|
|
13598
|
+
}
|
|
13599
|
+
}
|
|
13600
|
+
}, [_c('fa-icon', {
|
|
13601
|
+
attrs: {
|
|
13602
|
+
"icon": _vm.icon
|
|
13603
|
+
}
|
|
13604
|
+
})], 1), _vm._v(" "), _c('a', {
|
|
13605
|
+
attrs: {
|
|
13606
|
+
"href": _vm.imageURL ? _vm.imageURL : _vm.docURL,
|
|
13607
|
+
"download": "" + _vm.filename,
|
|
13608
|
+
"target": "_blank",
|
|
13609
|
+
"title": "Download " + _vm.filename
|
|
13610
|
+
}
|
|
13611
|
+
}, [_c('fa-icon', {
|
|
13612
|
+
attrs: {
|
|
13613
|
+
"icon": ['fas', 'download']
|
|
13614
|
+
}
|
|
13615
|
+
})], 1)])], 1);
|
|
13616
|
+
};
|
|
13617
|
+
|
|
13618
|
+
var __vue_staticRenderFns__$1 = [];
|
|
13619
|
+
/* style */
|
|
13620
|
+
|
|
13621
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
13622
|
+
if (!inject) return;
|
|
13623
|
+
inject("data-v-298444ef_0", {
|
|
13624
|
+
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}",
|
|
13625
|
+
map: undefined,
|
|
13626
|
+
media: undefined
|
|
13627
|
+
});
|
|
13628
|
+
};
|
|
13629
|
+
/* scoped */
|
|
13630
|
+
|
|
13631
|
+
|
|
13632
|
+
const __vue_scope_id__$1 = "data-v-298444ef";
|
|
13633
|
+
/* module identifier */
|
|
13634
|
+
|
|
13635
|
+
const __vue_module_identifier__$1 = undefined;
|
|
13636
|
+
/* functional template */
|
|
13637
|
+
|
|
13638
|
+
const __vue_is_functional_template__$1 = false;
|
|
13639
|
+
/* style inject SSR */
|
|
13640
|
+
|
|
13641
|
+
/* style inject shadow dom */
|
|
13642
|
+
|
|
13643
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
13644
|
+
render: __vue_render__$1,
|
|
13645
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
13646
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
13647
|
+
|
|
13648
|
+
var EmailFile = __vue_component__$2;
|
|
13649
|
+
|
|
13650
|
+
//
|
|
13651
|
+
var script = {
|
|
13652
|
+
mixins: [textoLongo],
|
|
13653
|
+
components: {
|
|
13654
|
+
EmailFile
|
|
13655
|
+
},
|
|
13656
|
+
props: {
|
|
13657
|
+
dominio: {
|
|
13658
|
+
type: String,
|
|
13659
|
+
required: true
|
|
13660
|
+
},
|
|
13661
|
+
dicionario: {
|
|
13662
|
+
type: Object,
|
|
13663
|
+
required: true
|
|
13664
|
+
},
|
|
13665
|
+
de: {
|
|
13666
|
+
type: String,
|
|
13667
|
+
required: false,
|
|
13668
|
+
default: ""
|
|
13669
|
+
},
|
|
13670
|
+
para: {
|
|
13671
|
+
type: String,
|
|
13672
|
+
required: false,
|
|
13673
|
+
default: ""
|
|
13674
|
+
},
|
|
13675
|
+
html: {
|
|
13676
|
+
type: String,
|
|
13677
|
+
required: false,
|
|
13678
|
+
default: ""
|
|
13679
|
+
},
|
|
13680
|
+
assunto: {
|
|
13681
|
+
type: String,
|
|
13682
|
+
required: false,
|
|
13683
|
+
default: ""
|
|
13684
|
+
},
|
|
13685
|
+
dataHora: {
|
|
13686
|
+
type: String,
|
|
13687
|
+
required: false,
|
|
13688
|
+
default: ""
|
|
13689
|
+
},
|
|
13690
|
+
mensagem: {
|
|
13691
|
+
type: String,
|
|
13692
|
+
required: false,
|
|
13693
|
+
default: ""
|
|
13694
|
+
},
|
|
13695
|
+
anexos: {
|
|
13696
|
+
type: [Array, String],
|
|
13697
|
+
required: false,
|
|
13698
|
+
default: () => {
|
|
13699
|
+
return [];
|
|
13700
|
+
}
|
|
13701
|
+
},
|
|
13702
|
+
iniciarAberto: {
|
|
13703
|
+
type: Boolean,
|
|
13704
|
+
required: false,
|
|
13705
|
+
default: false
|
|
13706
|
+
}
|
|
13707
|
+
},
|
|
13708
|
+
|
|
13709
|
+
data() {
|
|
13710
|
+
return {
|
|
13711
|
+
estado: 0
|
|
13712
|
+
};
|
|
13713
|
+
},
|
|
13714
|
+
|
|
13715
|
+
computed: {
|
|
13716
|
+
siglaNome() {
|
|
13717
|
+
return this.de[0] ? this.de[0].toUpperCase() : "";
|
|
13718
|
+
}
|
|
13719
|
+
|
|
13720
|
+
},
|
|
13721
|
+
methods: {
|
|
13722
|
+
toggleEstado() {
|
|
13723
|
+
this.estado = this.estado == 0 ? 1 : 0;
|
|
13724
|
+
}
|
|
13725
|
+
|
|
13726
|
+
}
|
|
13727
|
+
};
|
|
13728
|
+
|
|
13729
|
+
/* script */
|
|
13730
|
+
const __vue_script__ = script;
|
|
13731
|
+
/* template */
|
|
13732
|
+
|
|
13733
|
+
var __vue_render__ = function () {
|
|
13734
|
+
var _vm = this;
|
|
13735
|
+
|
|
13736
|
+
var _h = _vm.$createElement;
|
|
13737
|
+
|
|
13738
|
+
var _c = _vm._self._c || _h;
|
|
13739
|
+
|
|
13740
|
+
return _c('div', {
|
|
13741
|
+
staticClass: "w-100 text-dark min-h-60 d-flex flex-wrap px-35 border-bottom-1 border-color-gray transition-150"
|
|
13742
|
+
}, [_c('div', {
|
|
13743
|
+
staticClass: "w-100 d-flex d-flex align-items-center justify-content-between cursor-pointer",
|
|
13744
|
+
on: {
|
|
13745
|
+
"click": function ($event) {
|
|
13746
|
+
return _vm.toggleEstado();
|
|
13747
|
+
}
|
|
13748
|
+
}
|
|
13749
|
+
}, [_c('div', {
|
|
13750
|
+
staticClass: "d-flex-center m-10"
|
|
13751
|
+
}, [_c('span', {
|
|
13752
|
+
staticClass: "align-self-start border-radius-round d-flex-center w-36px h-36px border-color-gray border-1 mr-10",
|
|
13753
|
+
domProps: {
|
|
13754
|
+
"textContent": _vm._s(_vm.siglaNome)
|
|
13755
|
+
}
|
|
13756
|
+
}), _vm._v(" "), _c('div', {
|
|
13757
|
+
staticClass: "d-flex flex-column"
|
|
13758
|
+
}, [_c('p', {
|
|
13759
|
+
staticClass: "text-bold fs-_9",
|
|
13760
|
+
attrs: {
|
|
13761
|
+
"title": _vm.de
|
|
13762
|
+
},
|
|
13763
|
+
domProps: {
|
|
13764
|
+
"textContent": _vm._s(_vm.de)
|
|
13765
|
+
}
|
|
13766
|
+
}), _vm._v(" "), _vm.estado != 0 ? _c('p', {
|
|
13767
|
+
staticClass: "text-gray fs-_8",
|
|
13768
|
+
attrs: {
|
|
13769
|
+
"title": _vm.para
|
|
13770
|
+
},
|
|
13771
|
+
domProps: {
|
|
13772
|
+
"textContent": _vm._s(_vm.para)
|
|
13773
|
+
}
|
|
13774
|
+
}) : _vm._e(), _vm._v(" "), _c('p', {
|
|
13775
|
+
staticClass: "text-gray fs-_8",
|
|
13776
|
+
attrs: {
|
|
13777
|
+
"title": _vm.assunto
|
|
13778
|
+
},
|
|
13779
|
+
domProps: {
|
|
13780
|
+
"textContent": _vm._s(_vm.tratarTextoLongo(_vm.assunto, 30))
|
|
13781
|
+
}
|
|
13782
|
+
})])]), _vm._v(" "), _c('span', {
|
|
13783
|
+
staticClass: "fs-_8 mr-10 text-ellipsis",
|
|
13784
|
+
attrs: {
|
|
13785
|
+
"title": _vm.formataDataHora(_vm.dataHora)
|
|
13786
|
+
}
|
|
13787
|
+
}, [_c('fa-icon', {
|
|
13788
|
+
attrs: {
|
|
13789
|
+
"icon": ['fas', 'calendar']
|
|
13790
|
+
}
|
|
13791
|
+
}), _vm._v("\n " + _vm._s(_vm.formataDataHora(_vm.dataHora)) + "\n ")], 1)]), _vm._v(" "), _vm.estado != 0 ? _c('div', {
|
|
13792
|
+
staticClass: "d-flex-center w-100 p-15"
|
|
13793
|
+
}, [_c('section', {
|
|
13794
|
+
domProps: {
|
|
13795
|
+
"innerHTML": _vm._s(_vm.html)
|
|
13796
|
+
}
|
|
13797
|
+
})]) : _vm._e(), _vm._v(" "), _vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
|
|
13798
|
+
return _c('EmailFile', {
|
|
13799
|
+
key: index,
|
|
13800
|
+
staticClass: "d-flex flex-wrap align-items-center",
|
|
13801
|
+
attrs: {
|
|
13802
|
+
"anexo": anexo,
|
|
13803
|
+
"dominio": _vm.dominio
|
|
13804
|
+
}
|
|
13805
|
+
});
|
|
13806
|
+
}) : _vm._e()], 2);
|
|
13807
|
+
};
|
|
13808
|
+
|
|
13809
|
+
var __vue_staticRenderFns__ = [];
|
|
13810
|
+
/* style */
|
|
13811
|
+
|
|
13812
|
+
const __vue_inject_styles__ = function (inject) {
|
|
13813
|
+
if (!inject) return;
|
|
13814
|
+
inject("data-v-06a38972_0", {
|
|
13815
|
+
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}",
|
|
13816
|
+
map: undefined,
|
|
13817
|
+
media: undefined
|
|
13818
|
+
});
|
|
13819
|
+
};
|
|
13820
|
+
/* scoped */
|
|
13821
|
+
|
|
13822
|
+
|
|
13823
|
+
const __vue_scope_id__ = "data-v-06a38972";
|
|
13467
13824
|
/* module identifier */
|
|
13468
13825
|
|
|
13469
13826
|
const __vue_module_identifier__ = undefined;
|
|
@@ -13483,17 +13840,18 @@ var __vue_component__$1 = __vue_component__;
|
|
|
13483
13840
|
|
|
13484
13841
|
var components = /*#__PURE__*/Object.freeze({
|
|
13485
13842
|
__proto__: null,
|
|
13486
|
-
TemplateGenerator: __vue_component__$
|
|
13843
|
+
TemplateGenerator: __vue_component__$p,
|
|
13487
13844
|
TextFooter: TextFooter,
|
|
13488
|
-
ExpandTextarea: __vue_component__$
|
|
13489
|
-
Card: __vue_component__$
|
|
13845
|
+
ExpandTextarea: __vue_component__$n,
|
|
13846
|
+
Card: __vue_component__$j,
|
|
13490
13847
|
InteratividadeFormulario: InteratividadeFormulario,
|
|
13491
|
-
CardMessages: __vue_component__$
|
|
13492
|
-
ChatMessages: __vue_component__$
|
|
13848
|
+
CardMessages: __vue_component__$e,
|
|
13849
|
+
ChatMessages: __vue_component__$9,
|
|
13493
13850
|
BtnEmojis: BtnEmojis,
|
|
13494
|
-
SimpleButton: __vue_component__$
|
|
13495
|
-
ScrollContent: __vue_component__$
|
|
13496
|
-
VueLoader: Loader
|
|
13851
|
+
SimpleButton: __vue_component__$6,
|
|
13852
|
+
ScrollContent: __vue_component__$4,
|
|
13853
|
+
VueLoader: Loader,
|
|
13854
|
+
Email: __vue_component__$1
|
|
13497
13855
|
});
|
|
13498
13856
|
|
|
13499
13857
|
// Import vue components
|
|
@@ -13504,4 +13862,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
13504
13862
|
});
|
|
13505
13863
|
}; // Create module definition for Vue.use()
|
|
13506
13864
|
|
|
13507
|
-
export { BtnEmojis, __vue_component__$
|
|
13865
|
+
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 };
|