vue-intergrall-plugins 0.0.300 → 0.0.500
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/README.md +185 -185
- package/dist/vue-intergrall-plugins.esm.js +818 -427
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +788 -457
- package/package.json +66 -66
- package/src/lib-components/Buttons/IconButton.vue +27 -27
- package/src/lib-components/Buttons/SimpleButton.vue +140 -140
- package/src/lib-components/Cards/Card.vue +412 -412
- package/src/lib-components/Cards/CardCheck.vue +35 -35
- package/src/lib-components/Cards/CardFile.vue +157 -157
- package/src/lib-components/Chat/AudioSpeedControl.vue +60 -0
- package/src/lib-components/Chat/BtnDownloadAllFiles.vue +32 -32
- package/src/lib-components/Chat/BtnEmojis.vue +131 -125
- package/src/lib-components/Chat/BtnExpand.vue +17 -17
- package/src/lib-components/Chat/BtnFiles.vue +415 -415
- package/src/lib-components/Chat/BtnMic.vue +60 -60
- package/src/lib-components/Chat/BtnScreenShare.vue +32 -32
- package/src/lib-components/Chat/BtnStandardMessages.vue +17 -17
- package/src/lib-components/Chat/ExpandTextarea.vue +410 -410
- package/src/lib-components/Chat/MultipleFilePreview.vue +266 -266
- package/src/lib-components/Chat/Picker.vue +405 -368
- package/src/lib-components/Chat/RemainingCharacters.vue +28 -28
- package/src/lib-components/Chat/SingleFilePreview.vue +94 -94
- package/src/lib-components/Chat/SkeletonPicker.vue +110 -110
- package/src/lib-components/Chat/StandardMessages.vue +245 -245
- package/src/lib-components/Chat/TextFooter.vue +1075 -817
- package/src/lib-components/Email/EmailFile.vue +125 -125
- package/src/lib-components/Email/EmailItem.vue +185 -185
- package/src/lib-components/Loader/Loader.vue +78 -78
- package/src/lib-components/Messages/AnexoMensagem.vue +458 -385
- package/src/lib-components/Messages/CardAttachment.vue +61 -61
- package/src/lib-components/Messages/CardMessages.vue +666 -394
- package/src/lib-components/Messages/ChatMessages.vue +1077 -573
- package/src/lib-components/Messages/InteratividadeBotoes.vue +165 -165
- package/src/lib-components/Messages/InteratividadeFormulario.vue +392 -392
- package/src/lib-components/Messages/InteratividadePopup.vue +88 -88
- package/src/lib-components/Messages/LinkPreview.vue +163 -163
- package/src/lib-components/Scroll/ScrollContent.vue +150 -150
- package/src/lib-components/Templates/TemplateGenerator.vue +576 -576
- package/src/lib-components/Templates/TemplateMessage.vue +83 -83
- package/src/lib-components/Templates/TemplateSingle.vue +481 -481
|
@@ -1930,7 +1930,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1930
1930
|
//
|
|
1931
1931
|
//
|
|
1932
1932
|
//
|
|
1933
|
-
var script$
|
|
1933
|
+
var script$z = {
|
|
1934
1934
|
data() {
|
|
1935
1935
|
return {
|
|
1936
1936
|
varValues: {},
|
|
@@ -2464,10 +2464,10 @@ function addStyle(id, css) {
|
|
|
2464
2464
|
}
|
|
2465
2465
|
|
|
2466
2466
|
/* script */
|
|
2467
|
-
const __vue_script__$
|
|
2467
|
+
const __vue_script__$z = script$z;
|
|
2468
2468
|
/* template */
|
|
2469
2469
|
|
|
2470
|
-
var __vue_render__$
|
|
2470
|
+
var __vue_render__$z = function () {
|
|
2471
2471
|
var _vm = this;
|
|
2472
2472
|
|
|
2473
2473
|
var _h = _vm.$createElement;
|
|
@@ -2642,13 +2642,13 @@ var __vue_render__$y = function () {
|
|
|
2642
2642
|
})], 2) : _vm._e()]) : _vm._e()])]);
|
|
2643
2643
|
};
|
|
2644
2644
|
|
|
2645
|
-
var __vue_staticRenderFns__$
|
|
2645
|
+
var __vue_staticRenderFns__$z = [];
|
|
2646
2646
|
/* style */
|
|
2647
2647
|
|
|
2648
|
-
const __vue_inject_styles__$
|
|
2648
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
2649
2649
|
if (!inject) return;
|
|
2650
|
-
inject("data-v-
|
|
2651
|
-
source: ".btn-red button[data-v-
|
|
2650
|
+
inject("data-v-c437017a_0", {
|
|
2651
|
+
source: ".btn-red button[data-v-c437017a]{background-color:red}.btn-red svg[data-v-c437017a]{color:#b60000}.container-btns[data-v-c437017a]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}",
|
|
2652
2652
|
map: undefined,
|
|
2653
2653
|
media: undefined
|
|
2654
2654
|
});
|
|
@@ -2656,23 +2656,23 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
2656
2656
|
/* scoped */
|
|
2657
2657
|
|
|
2658
2658
|
|
|
2659
|
-
const __vue_scope_id__$
|
|
2659
|
+
const __vue_scope_id__$z = "data-v-c437017a";
|
|
2660
2660
|
/* module identifier */
|
|
2661
2661
|
|
|
2662
|
-
const __vue_module_identifier__$
|
|
2662
|
+
const __vue_module_identifier__$z = undefined;
|
|
2663
2663
|
/* functional template */
|
|
2664
2664
|
|
|
2665
|
-
const __vue_is_functional_template__$
|
|
2665
|
+
const __vue_is_functional_template__$z = false;
|
|
2666
2666
|
/* style inject SSR */
|
|
2667
2667
|
|
|
2668
2668
|
/* style inject shadow dom */
|
|
2669
2669
|
|
|
2670
|
-
const __vue_component__$
|
|
2671
|
-
render: __vue_render__$
|
|
2672
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2673
|
-
}, __vue_inject_styles__$
|
|
2670
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
2671
|
+
render: __vue_render__$z,
|
|
2672
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
2673
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
2674
2674
|
|
|
2675
|
-
var TemplateSingle = __vue_component__$
|
|
2675
|
+
var TemplateSingle = __vue_component__$H;
|
|
2676
2676
|
|
|
2677
2677
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2678
2678
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2868,13 +2868,13 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2868
2868
|
//
|
|
2869
2869
|
//
|
|
2870
2870
|
//
|
|
2871
|
-
var script$
|
|
2871
|
+
var script$y = {};
|
|
2872
2872
|
|
|
2873
2873
|
/* script */
|
|
2874
|
-
const __vue_script__$
|
|
2874
|
+
const __vue_script__$y = script$y;
|
|
2875
2875
|
/* template */
|
|
2876
2876
|
|
|
2877
|
-
var __vue_render__$
|
|
2877
|
+
var __vue_render__$y = function () {
|
|
2878
2878
|
var _vm = this;
|
|
2879
2879
|
|
|
2880
2880
|
var _h = _vm.$createElement;
|
|
@@ -2884,7 +2884,7 @@ var __vue_render__$x = function () {
|
|
|
2884
2884
|
return _vm._m(0);
|
|
2885
2885
|
};
|
|
2886
2886
|
|
|
2887
|
-
var __vue_staticRenderFns__$
|
|
2887
|
+
var __vue_staticRenderFns__$y = [function () {
|
|
2888
2888
|
var _vm = this;
|
|
2889
2889
|
|
|
2890
2890
|
var _h = _vm.$createElement;
|
|
@@ -2947,9 +2947,9 @@ var __vue_staticRenderFns__$x = [function () {
|
|
|
2947
2947
|
}];
|
|
2948
2948
|
/* style */
|
|
2949
2949
|
|
|
2950
|
-
const __vue_inject_styles__$
|
|
2950
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
2951
2951
|
if (!inject) return;
|
|
2952
|
-
inject("data-v-
|
|
2952
|
+
inject("data-v-606babe9_0", {
|
|
2953
2953
|
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}",
|
|
2954
2954
|
map: undefined,
|
|
2955
2955
|
media: undefined
|
|
@@ -2958,26 +2958,26 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
2958
2958
|
/* scoped */
|
|
2959
2959
|
|
|
2960
2960
|
|
|
2961
|
-
const __vue_scope_id__$
|
|
2961
|
+
const __vue_scope_id__$y = undefined;
|
|
2962
2962
|
/* module identifier */
|
|
2963
2963
|
|
|
2964
|
-
const __vue_module_identifier__$
|
|
2964
|
+
const __vue_module_identifier__$y = undefined;
|
|
2965
2965
|
/* functional template */
|
|
2966
2966
|
|
|
2967
|
-
const __vue_is_functional_template__$
|
|
2967
|
+
const __vue_is_functional_template__$y = false;
|
|
2968
2968
|
/* style inject SSR */
|
|
2969
2969
|
|
|
2970
2970
|
/* style inject shadow dom */
|
|
2971
2971
|
|
|
2972
|
-
const __vue_component__$
|
|
2973
|
-
render: __vue_render__$
|
|
2974
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2975
|
-
}, __vue_inject_styles__$
|
|
2972
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
2973
|
+
render: __vue_render__$y,
|
|
2974
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
2975
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
2976
2976
|
|
|
2977
|
-
var SkeletonPicker = __vue_component__$
|
|
2977
|
+
var SkeletonPicker = __vue_component__$G;
|
|
2978
2978
|
|
|
2979
2979
|
//
|
|
2980
|
-
var script$
|
|
2980
|
+
var script$x = {
|
|
2981
2981
|
components: {
|
|
2982
2982
|
SkeletonPicker
|
|
2983
2983
|
},
|
|
@@ -3186,10 +3186,10 @@ var script$w = {
|
|
|
3186
3186
|
};
|
|
3187
3187
|
|
|
3188
3188
|
/* script */
|
|
3189
|
-
const __vue_script__$
|
|
3189
|
+
const __vue_script__$x = script$x;
|
|
3190
3190
|
/* template */
|
|
3191
3191
|
|
|
3192
|
-
var __vue_render__$
|
|
3192
|
+
var __vue_render__$x = function () {
|
|
3193
3193
|
var _vm = this;
|
|
3194
3194
|
|
|
3195
3195
|
var _h = _vm.$createElement;
|
|
@@ -3210,7 +3210,7 @@ var __vue_render__$w = function () {
|
|
|
3210
3210
|
key: "ich-" + indexCategoryHeader,
|
|
3211
3211
|
staticClass: "sm-emoji-link",
|
|
3212
3212
|
class: {
|
|
3213
|
-
|
|
3213
|
+
active: _vm.categoriaSelecionada == category.id
|
|
3214
3214
|
},
|
|
3215
3215
|
attrs: {
|
|
3216
3216
|
"title": category.name
|
|
@@ -3279,7 +3279,7 @@ var __vue_render__$w = function () {
|
|
|
3279
3279
|
return _vm.addEmoji(_vm.allEmojis.emojis[emojiKey], emojiKey);
|
|
3280
3280
|
}
|
|
3281
3281
|
}
|
|
3282
|
-
}, [_vm._v("
|
|
3282
|
+
}, [_vm._v("\n " + _vm._s(_vm.allEmojis.emojis[emojiKey].finalEmoji) + "\n ")]) : _vm._e()]);
|
|
3283
3283
|
}), 0)])]);
|
|
3284
3284
|
}) : [_c('div', {
|
|
3285
3285
|
staticClass: "sm-emoji-group"
|
|
@@ -3297,12 +3297,12 @@ var __vue_render__$w = function () {
|
|
|
3297
3297
|
}), 0)]], 2)], 1);
|
|
3298
3298
|
};
|
|
3299
3299
|
|
|
3300
|
-
var __vue_staticRenderFns__$
|
|
3300
|
+
var __vue_staticRenderFns__$x = [];
|
|
3301
3301
|
/* style */
|
|
3302
3302
|
|
|
3303
|
-
const __vue_inject_styles__$
|
|
3303
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
3304
3304
|
if (!inject) return;
|
|
3305
|
-
inject("data-v-
|
|
3305
|
+
inject("data-v-27f457ac_0", {
|
|
3306
3306
|
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}",
|
|
3307
3307
|
map: undefined,
|
|
3308
3308
|
media: undefined
|
|
@@ -3311,26 +3311,26 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
3311
3311
|
/* scoped */
|
|
3312
3312
|
|
|
3313
3313
|
|
|
3314
|
-
const __vue_scope_id__$
|
|
3314
|
+
const __vue_scope_id__$x = undefined;
|
|
3315
3315
|
/* module identifier */
|
|
3316
3316
|
|
|
3317
|
-
const __vue_module_identifier__$
|
|
3317
|
+
const __vue_module_identifier__$x = undefined;
|
|
3318
3318
|
/* functional template */
|
|
3319
3319
|
|
|
3320
|
-
const __vue_is_functional_template__$
|
|
3320
|
+
const __vue_is_functional_template__$x = false;
|
|
3321
3321
|
/* style inject SSR */
|
|
3322
3322
|
|
|
3323
3323
|
/* style inject shadow dom */
|
|
3324
3324
|
|
|
3325
|
-
const __vue_component__$
|
|
3326
|
-
render: __vue_render__$
|
|
3327
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3328
|
-
}, __vue_inject_styles__$
|
|
3325
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
3326
|
+
render: __vue_render__$x,
|
|
3327
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
3328
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
3329
3329
|
|
|
3330
|
-
var Picker = __vue_component__$
|
|
3330
|
+
var Picker = __vue_component__$F;
|
|
3331
3331
|
|
|
3332
3332
|
//
|
|
3333
|
-
var script$
|
|
3333
|
+
var script$w = {
|
|
3334
3334
|
components: {
|
|
3335
3335
|
Picker
|
|
3336
3336
|
},
|
|
@@ -3430,10 +3430,10 @@ var script$v = {
|
|
|
3430
3430
|
};
|
|
3431
3431
|
|
|
3432
3432
|
/* script */
|
|
3433
|
-
const __vue_script__$
|
|
3433
|
+
const __vue_script__$w = script$w;
|
|
3434
3434
|
/* template */
|
|
3435
3435
|
|
|
3436
|
-
var __vue_render__$
|
|
3436
|
+
var __vue_render__$w = function () {
|
|
3437
3437
|
var _vm = this;
|
|
3438
3438
|
|
|
3439
3439
|
var _h = _vm.$createElement;
|
|
@@ -3476,12 +3476,12 @@ var __vue_render__$v = function () {
|
|
|
3476
3476
|
})], 1)], 1);
|
|
3477
3477
|
};
|
|
3478
3478
|
|
|
3479
|
-
var __vue_staticRenderFns__$
|
|
3479
|
+
var __vue_staticRenderFns__$w = [];
|
|
3480
3480
|
/* style */
|
|
3481
3481
|
|
|
3482
|
-
const __vue_inject_styles__$
|
|
3482
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
3483
3483
|
if (!inject) return;
|
|
3484
|
-
inject("data-v-
|
|
3484
|
+
inject("data-v-32816950_0", {
|
|
3485
3485
|
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}",
|
|
3486
3486
|
map: undefined,
|
|
3487
3487
|
media: undefined
|
|
@@ -3490,23 +3490,23 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
3490
3490
|
/* scoped */
|
|
3491
3491
|
|
|
3492
3492
|
|
|
3493
|
-
const __vue_scope_id__$
|
|
3493
|
+
const __vue_scope_id__$w = undefined;
|
|
3494
3494
|
/* module identifier */
|
|
3495
3495
|
|
|
3496
|
-
const __vue_module_identifier__$
|
|
3496
|
+
const __vue_module_identifier__$w = undefined;
|
|
3497
3497
|
/* functional template */
|
|
3498
3498
|
|
|
3499
|
-
const __vue_is_functional_template__$
|
|
3499
|
+
const __vue_is_functional_template__$w = false;
|
|
3500
3500
|
/* style inject SSR */
|
|
3501
3501
|
|
|
3502
3502
|
/* style inject shadow dom */
|
|
3503
3503
|
|
|
3504
|
-
const __vue_component__$
|
|
3505
|
-
render: __vue_render__$
|
|
3506
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3507
|
-
}, __vue_inject_styles__$
|
|
3504
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
3505
|
+
render: __vue_render__$w,
|
|
3506
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
3507
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
3508
3508
|
|
|
3509
|
-
var BtnEmojis = __vue_component__$
|
|
3509
|
+
var BtnEmojis = __vue_component__$E;
|
|
3510
3510
|
|
|
3511
3511
|
//
|
|
3512
3512
|
//
|
|
@@ -3514,7 +3514,7 @@ var BtnEmojis = __vue_component__$D;
|
|
|
3514
3514
|
//
|
|
3515
3515
|
//
|
|
3516
3516
|
//
|
|
3517
|
-
var script$
|
|
3517
|
+
var script$v = {
|
|
3518
3518
|
props: {
|
|
3519
3519
|
hasBg: {
|
|
3520
3520
|
type: Boolean,
|
|
@@ -3537,10 +3537,10 @@ var script$u = {
|
|
|
3537
3537
|
};
|
|
3538
3538
|
|
|
3539
3539
|
/* script */
|
|
3540
|
-
const __vue_script__$
|
|
3540
|
+
const __vue_script__$v = script$v;
|
|
3541
3541
|
/* template */
|
|
3542
3542
|
|
|
3543
|
-
var __vue_render__$
|
|
3543
|
+
var __vue_render__$v = function () {
|
|
3544
3544
|
var _vm = this;
|
|
3545
3545
|
|
|
3546
3546
|
var _h = _vm.$createElement;
|
|
@@ -3562,12 +3562,12 @@ var __vue_render__$u = function () {
|
|
|
3562
3562
|
})]);
|
|
3563
3563
|
};
|
|
3564
3564
|
|
|
3565
|
-
var __vue_staticRenderFns__$
|
|
3565
|
+
var __vue_staticRenderFns__$v = [];
|
|
3566
3566
|
/* style */
|
|
3567
3567
|
|
|
3568
|
-
const __vue_inject_styles__$
|
|
3568
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
3569
3569
|
if (!inject) return;
|
|
3570
|
-
inject("data-v-
|
|
3570
|
+
inject("data-v-0b32f34b_0", {
|
|
3571
3571
|
source: ".req-loader-container{position:absolute;z-index:1;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)}}",
|
|
3572
3572
|
map: undefined,
|
|
3573
3573
|
media: undefined
|
|
@@ -3576,23 +3576,23 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
3576
3576
|
/* scoped */
|
|
3577
3577
|
|
|
3578
3578
|
|
|
3579
|
-
const __vue_scope_id__$
|
|
3579
|
+
const __vue_scope_id__$v = undefined;
|
|
3580
3580
|
/* module identifier */
|
|
3581
3581
|
|
|
3582
|
-
const __vue_module_identifier__$
|
|
3582
|
+
const __vue_module_identifier__$v = undefined;
|
|
3583
3583
|
/* functional template */
|
|
3584
3584
|
|
|
3585
|
-
const __vue_is_functional_template__$
|
|
3585
|
+
const __vue_is_functional_template__$v = false;
|
|
3586
3586
|
/* style inject SSR */
|
|
3587
3587
|
|
|
3588
3588
|
/* style inject shadow dom */
|
|
3589
3589
|
|
|
3590
|
-
const __vue_component__$
|
|
3591
|
-
render: __vue_render__$
|
|
3592
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3593
|
-
}, __vue_inject_styles__$
|
|
3590
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
3591
|
+
render: __vue_render__$v,
|
|
3592
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
3593
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
3594
3594
|
|
|
3595
|
-
var Loader = __vue_component__$
|
|
3595
|
+
var Loader = __vue_component__$D;
|
|
3596
3596
|
|
|
3597
3597
|
//
|
|
3598
3598
|
//
|
|
@@ -3602,7 +3602,7 @@ var Loader = __vue_component__$C;
|
|
|
3602
3602
|
//
|
|
3603
3603
|
//
|
|
3604
3604
|
//
|
|
3605
|
-
var script$
|
|
3605
|
+
var script$u = {
|
|
3606
3606
|
props: {
|
|
3607
3607
|
message: {
|
|
3608
3608
|
type: String,
|
|
@@ -3623,10 +3623,10 @@ var script$t = {
|
|
|
3623
3623
|
};
|
|
3624
3624
|
|
|
3625
3625
|
/* script */
|
|
3626
|
-
const __vue_script__$
|
|
3626
|
+
const __vue_script__$u = script$u;
|
|
3627
3627
|
/* template */
|
|
3628
3628
|
|
|
3629
|
-
var __vue_render__$
|
|
3629
|
+
var __vue_render__$u = function () {
|
|
3630
3630
|
var _vm = this;
|
|
3631
3631
|
|
|
3632
3632
|
var _h = _vm.$createElement;
|
|
@@ -3641,31 +3641,31 @@ var __vue_render__$t = function () {
|
|
|
3641
3641
|
}) : _vm._e();
|
|
3642
3642
|
};
|
|
3643
3643
|
|
|
3644
|
-
var __vue_staticRenderFns__$
|
|
3644
|
+
var __vue_staticRenderFns__$u = [];
|
|
3645
3645
|
/* style */
|
|
3646
3646
|
|
|
3647
|
-
const __vue_inject_styles__$
|
|
3647
|
+
const __vue_inject_styles__$u = undefined;
|
|
3648
3648
|
/* scoped */
|
|
3649
3649
|
|
|
3650
|
-
const __vue_scope_id__$
|
|
3650
|
+
const __vue_scope_id__$u = undefined;
|
|
3651
3651
|
/* module identifier */
|
|
3652
3652
|
|
|
3653
|
-
const __vue_module_identifier__$
|
|
3653
|
+
const __vue_module_identifier__$u = undefined;
|
|
3654
3654
|
/* functional template */
|
|
3655
3655
|
|
|
3656
|
-
const __vue_is_functional_template__$
|
|
3656
|
+
const __vue_is_functional_template__$u = false;
|
|
3657
3657
|
/* style inject */
|
|
3658
3658
|
|
|
3659
3659
|
/* style inject SSR */
|
|
3660
3660
|
|
|
3661
3661
|
/* style inject shadow dom */
|
|
3662
3662
|
|
|
3663
|
-
const __vue_component__$
|
|
3664
|
-
render: __vue_render__$
|
|
3665
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3666
|
-
}, __vue_inject_styles__$
|
|
3663
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
3664
|
+
render: __vue_render__$u,
|
|
3665
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
3666
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
3667
3667
|
|
|
3668
|
-
var RemainingCharacters = __vue_component__$
|
|
3668
|
+
var RemainingCharacters = __vue_component__$C;
|
|
3669
3669
|
|
|
3670
3670
|
//
|
|
3671
3671
|
//
|
|
@@ -3673,7 +3673,7 @@ var RemainingCharacters = __vue_component__$B;
|
|
|
3673
3673
|
//
|
|
3674
3674
|
//
|
|
3675
3675
|
//
|
|
3676
|
-
var script$
|
|
3676
|
+
var script$t = {
|
|
3677
3677
|
props: {
|
|
3678
3678
|
dictionary: {
|
|
3679
3679
|
type: Object,
|
|
@@ -3745,10 +3745,10 @@ var script$s = {
|
|
|
3745
3745
|
};
|
|
3746
3746
|
|
|
3747
3747
|
/* script */
|
|
3748
|
-
const __vue_script__$
|
|
3748
|
+
const __vue_script__$t = script$t;
|
|
3749
3749
|
/* template */
|
|
3750
3750
|
|
|
3751
|
-
var __vue_render__$
|
|
3751
|
+
var __vue_render__$t = function () {
|
|
3752
3752
|
var _vm = this;
|
|
3753
3753
|
|
|
3754
3754
|
var _h = _vm.$createElement;
|
|
@@ -3770,31 +3770,31 @@ var __vue_render__$s = function () {
|
|
|
3770
3770
|
})], 1);
|
|
3771
3771
|
};
|
|
3772
3772
|
|
|
3773
|
-
var __vue_staticRenderFns__$
|
|
3773
|
+
var __vue_staticRenderFns__$t = [];
|
|
3774
3774
|
/* style */
|
|
3775
3775
|
|
|
3776
|
-
const __vue_inject_styles__$
|
|
3776
|
+
const __vue_inject_styles__$t = undefined;
|
|
3777
3777
|
/* scoped */
|
|
3778
3778
|
|
|
3779
|
-
const __vue_scope_id__$
|
|
3779
|
+
const __vue_scope_id__$t = undefined;
|
|
3780
3780
|
/* module identifier */
|
|
3781
3781
|
|
|
3782
|
-
const __vue_module_identifier__$
|
|
3782
|
+
const __vue_module_identifier__$t = undefined;
|
|
3783
3783
|
/* functional template */
|
|
3784
3784
|
|
|
3785
|
-
const __vue_is_functional_template__$
|
|
3785
|
+
const __vue_is_functional_template__$t = false;
|
|
3786
3786
|
/* style inject */
|
|
3787
3787
|
|
|
3788
3788
|
/* style inject SSR */
|
|
3789
3789
|
|
|
3790
3790
|
/* style inject shadow dom */
|
|
3791
3791
|
|
|
3792
|
-
const __vue_component__$
|
|
3793
|
-
render: __vue_render__$
|
|
3794
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3795
|
-
}, __vue_inject_styles__$
|
|
3792
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
3793
|
+
render: __vue_render__$t,
|
|
3794
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
3795
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
3796
3796
|
|
|
3797
|
-
var BtnMic = __vue_component__$
|
|
3797
|
+
var BtnMic = __vue_component__$B;
|
|
3798
3798
|
|
|
3799
3799
|
//
|
|
3800
3800
|
//
|
|
@@ -3819,7 +3819,7 @@ var BtnMic = __vue_component__$A;
|
|
|
3819
3819
|
//
|
|
3820
3820
|
//
|
|
3821
3821
|
//
|
|
3822
|
-
var script$
|
|
3822
|
+
var script$s = {
|
|
3823
3823
|
props: {
|
|
3824
3824
|
textId: {
|
|
3825
3825
|
type: String,
|
|
@@ -3877,10 +3877,10 @@ var script$r = {
|
|
|
3877
3877
|
};
|
|
3878
3878
|
|
|
3879
3879
|
/* script */
|
|
3880
|
-
const __vue_script__$
|
|
3880
|
+
const __vue_script__$s = script$s;
|
|
3881
3881
|
/* template */
|
|
3882
3882
|
|
|
3883
|
-
var __vue_render__$
|
|
3883
|
+
var __vue_render__$s = function () {
|
|
3884
3884
|
var _vm = this;
|
|
3885
3885
|
|
|
3886
3886
|
var _h = _vm.$createElement;
|
|
@@ -3951,12 +3951,12 @@ var __vue_render__$r = function () {
|
|
|
3951
3951
|
})]) : _vm._e()]], 2) : _vm._e();
|
|
3952
3952
|
};
|
|
3953
3953
|
|
|
3954
|
-
var __vue_staticRenderFns__$
|
|
3954
|
+
var __vue_staticRenderFns__$s = [];
|
|
3955
3955
|
/* style */
|
|
3956
3956
|
|
|
3957
|
-
const __vue_inject_styles__$
|
|
3957
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
3958
3958
|
if (!inject) return;
|
|
3959
|
-
inject("data-v-
|
|
3959
|
+
inject("data-v-a5119ba8_0", {
|
|
3960
3960
|
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%}",
|
|
3961
3961
|
map: undefined,
|
|
3962
3962
|
media: undefined
|
|
@@ -3965,26 +3965,26 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
3965
3965
|
/* scoped */
|
|
3966
3966
|
|
|
3967
3967
|
|
|
3968
|
-
const __vue_scope_id__$
|
|
3968
|
+
const __vue_scope_id__$s = undefined;
|
|
3969
3969
|
/* module identifier */
|
|
3970
3970
|
|
|
3971
|
-
const __vue_module_identifier__$
|
|
3971
|
+
const __vue_module_identifier__$s = undefined;
|
|
3972
3972
|
/* functional template */
|
|
3973
3973
|
|
|
3974
|
-
const __vue_is_functional_template__$
|
|
3974
|
+
const __vue_is_functional_template__$s = false;
|
|
3975
3975
|
/* style inject SSR */
|
|
3976
3976
|
|
|
3977
3977
|
/* style inject shadow dom */
|
|
3978
3978
|
|
|
3979
|
-
const __vue_component__$
|
|
3980
|
-
render: __vue_render__$
|
|
3981
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3982
|
-
}, __vue_inject_styles__$
|
|
3979
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
3980
|
+
render: __vue_render__$s,
|
|
3981
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3982
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
3983
3983
|
|
|
3984
|
-
var SingleFilePreview = __vue_component__$
|
|
3984
|
+
var SingleFilePreview = __vue_component__$A;
|
|
3985
3985
|
|
|
3986
3986
|
//
|
|
3987
|
-
var script$
|
|
3987
|
+
var script$r = {
|
|
3988
3988
|
components: {
|
|
3989
3989
|
Loader
|
|
3990
3990
|
},
|
|
@@ -4067,10 +4067,10 @@ var script$q = {
|
|
|
4067
4067
|
};
|
|
4068
4068
|
|
|
4069
4069
|
/* script */
|
|
4070
|
-
const __vue_script__$
|
|
4070
|
+
const __vue_script__$r = script$r;
|
|
4071
4071
|
/* template */
|
|
4072
4072
|
|
|
4073
|
-
var __vue_render__$
|
|
4073
|
+
var __vue_render__$r = function () {
|
|
4074
4074
|
var _vm = this;
|
|
4075
4075
|
|
|
4076
4076
|
var _h = _vm.$createElement;
|
|
@@ -4192,12 +4192,12 @@ var __vue_render__$q = function () {
|
|
|
4192
4192
|
})], 2)], 1);
|
|
4193
4193
|
};
|
|
4194
4194
|
|
|
4195
|
-
var __vue_staticRenderFns__$
|
|
4195
|
+
var __vue_staticRenderFns__$r = [];
|
|
4196
4196
|
/* style */
|
|
4197
4197
|
|
|
4198
|
-
const __vue_inject_styles__$
|
|
4198
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
4199
4199
|
if (!inject) return;
|
|
4200
|
-
inject("data-v-
|
|
4200
|
+
inject("data-v-131a11b5_0", {
|
|
4201
4201
|
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}",
|
|
4202
4202
|
map: undefined,
|
|
4203
4203
|
media: undefined
|
|
@@ -4206,26 +4206,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
4206
4206
|
/* scoped */
|
|
4207
4207
|
|
|
4208
4208
|
|
|
4209
|
-
const __vue_scope_id__$
|
|
4209
|
+
const __vue_scope_id__$r = undefined;
|
|
4210
4210
|
/* module identifier */
|
|
4211
4211
|
|
|
4212
|
-
const __vue_module_identifier__$
|
|
4212
|
+
const __vue_module_identifier__$r = undefined;
|
|
4213
4213
|
/* functional template */
|
|
4214
4214
|
|
|
4215
|
-
const __vue_is_functional_template__$
|
|
4215
|
+
const __vue_is_functional_template__$r = false;
|
|
4216
4216
|
/* style inject SSR */
|
|
4217
4217
|
|
|
4218
4218
|
/* style inject shadow dom */
|
|
4219
4219
|
|
|
4220
|
-
const __vue_component__$
|
|
4221
|
-
render: __vue_render__$
|
|
4222
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4223
|
-
}, __vue_inject_styles__$
|
|
4220
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
4221
|
+
render: __vue_render__$r,
|
|
4222
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
4223
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
4224
4224
|
|
|
4225
|
-
var MultipleFilePreview = __vue_component__$
|
|
4225
|
+
var MultipleFilePreview = __vue_component__$z;
|
|
4226
4226
|
|
|
4227
4227
|
//
|
|
4228
|
-
var script$
|
|
4228
|
+
var script$q = {
|
|
4229
4229
|
components: {
|
|
4230
4230
|
SingleFilePreview,
|
|
4231
4231
|
MultipleFilePreview
|
|
@@ -4587,10 +4587,10 @@ var script$p = {
|
|
|
4587
4587
|
};
|
|
4588
4588
|
|
|
4589
4589
|
/* script */
|
|
4590
|
-
const __vue_script__$
|
|
4590
|
+
const __vue_script__$q = script$q;
|
|
4591
4591
|
/* template */
|
|
4592
4592
|
|
|
4593
|
-
var __vue_render__$
|
|
4593
|
+
var __vue_render__$q = function () {
|
|
4594
4594
|
var _vm = this;
|
|
4595
4595
|
|
|
4596
4596
|
var _h = _vm.$createElement;
|
|
@@ -4797,12 +4797,12 @@ var __vue_render__$p = function () {
|
|
|
4797
4797
|
}) : _vm._e()], 1)])], 1);
|
|
4798
4798
|
};
|
|
4799
4799
|
|
|
4800
|
-
var __vue_staticRenderFns__$
|
|
4800
|
+
var __vue_staticRenderFns__$q = [];
|
|
4801
4801
|
/* style */
|
|
4802
4802
|
|
|
4803
|
-
const __vue_inject_styles__$
|
|
4803
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
4804
4804
|
if (!inject) return;
|
|
4805
|
-
inject("data-v-
|
|
4805
|
+
inject("data-v-ebe5c226_0", {
|
|
4806
4806
|
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}.files-counter-2{transform:translate(-15px,28px);opacity:.9;position:absolute;display:flex;justify-content:center;align-items:center;color:#888;font-size:.8rem}.files-counter-2 svg{margin-left:5px}.files-counter-2:hover{opacity:1;text-decoration:underline}",
|
|
4807
4807
|
map: undefined,
|
|
4808
4808
|
media: undefined
|
|
@@ -4811,23 +4811,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
4811
4811
|
/* scoped */
|
|
4812
4812
|
|
|
4813
4813
|
|
|
4814
|
-
const __vue_scope_id__$
|
|
4814
|
+
const __vue_scope_id__$q = undefined;
|
|
4815
4815
|
/* module identifier */
|
|
4816
4816
|
|
|
4817
|
-
const __vue_module_identifier__$
|
|
4817
|
+
const __vue_module_identifier__$q = undefined;
|
|
4818
4818
|
/* functional template */
|
|
4819
4819
|
|
|
4820
|
-
const __vue_is_functional_template__$
|
|
4820
|
+
const __vue_is_functional_template__$q = false;
|
|
4821
4821
|
/* style inject SSR */
|
|
4822
4822
|
|
|
4823
4823
|
/* style inject shadow dom */
|
|
4824
4824
|
|
|
4825
|
-
const __vue_component__$
|
|
4826
|
-
render: __vue_render__$
|
|
4827
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4828
|
-
}, __vue_inject_styles__$
|
|
4825
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
4826
|
+
render: __vue_render__$q,
|
|
4827
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
4828
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
4829
4829
|
|
|
4830
|
-
var BtnFiles = __vue_component__$
|
|
4830
|
+
var BtnFiles = __vue_component__$y;
|
|
4831
4831
|
|
|
4832
4832
|
//
|
|
4833
4833
|
//
|
|
@@ -4835,7 +4835,7 @@ var BtnFiles = __vue_component__$x;
|
|
|
4835
4835
|
//
|
|
4836
4836
|
//
|
|
4837
4837
|
//
|
|
4838
|
-
var script$
|
|
4838
|
+
var script$p = {
|
|
4839
4839
|
props: {
|
|
4840
4840
|
dictionary: {
|
|
4841
4841
|
type: Object,
|
|
@@ -4846,10 +4846,10 @@ var script$o = {
|
|
|
4846
4846
|
};
|
|
4847
4847
|
|
|
4848
4848
|
/* script */
|
|
4849
|
-
const __vue_script__$
|
|
4849
|
+
const __vue_script__$p = script$p;
|
|
4850
4850
|
/* template */
|
|
4851
4851
|
|
|
4852
|
-
var __vue_render__$
|
|
4852
|
+
var __vue_render__$p = function () {
|
|
4853
4853
|
var _vm = this;
|
|
4854
4854
|
|
|
4855
4855
|
var _h = _vm.$createElement;
|
|
@@ -4873,31 +4873,31 @@ var __vue_render__$o = function () {
|
|
|
4873
4873
|
})], 1);
|
|
4874
4874
|
};
|
|
4875
4875
|
|
|
4876
|
-
var __vue_staticRenderFns__$
|
|
4876
|
+
var __vue_staticRenderFns__$p = [];
|
|
4877
4877
|
/* style */
|
|
4878
4878
|
|
|
4879
|
-
const __vue_inject_styles__$
|
|
4879
|
+
const __vue_inject_styles__$p = undefined;
|
|
4880
4880
|
/* scoped */
|
|
4881
4881
|
|
|
4882
|
-
const __vue_scope_id__$
|
|
4882
|
+
const __vue_scope_id__$p = undefined;
|
|
4883
4883
|
/* module identifier */
|
|
4884
4884
|
|
|
4885
|
-
const __vue_module_identifier__$
|
|
4885
|
+
const __vue_module_identifier__$p = undefined;
|
|
4886
4886
|
/* functional template */
|
|
4887
4887
|
|
|
4888
|
-
const __vue_is_functional_template__$
|
|
4888
|
+
const __vue_is_functional_template__$p = false;
|
|
4889
4889
|
/* style inject */
|
|
4890
4890
|
|
|
4891
4891
|
/* style inject SSR */
|
|
4892
4892
|
|
|
4893
4893
|
/* style inject shadow dom */
|
|
4894
4894
|
|
|
4895
|
-
const __vue_component__$
|
|
4896
|
-
render: __vue_render__$
|
|
4897
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4898
|
-
}, __vue_inject_styles__$
|
|
4895
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
4896
|
+
render: __vue_render__$p,
|
|
4897
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
4898
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
4899
4899
|
|
|
4900
|
-
var BtnExpand = __vue_component__$
|
|
4900
|
+
var BtnExpand = __vue_component__$x;
|
|
4901
4901
|
|
|
4902
4902
|
//
|
|
4903
4903
|
//
|
|
@@ -4905,7 +4905,7 @@ var BtnExpand = __vue_component__$w;
|
|
|
4905
4905
|
//
|
|
4906
4906
|
//
|
|
4907
4907
|
//
|
|
4908
|
-
var script$
|
|
4908
|
+
var script$o = {
|
|
4909
4909
|
props: {
|
|
4910
4910
|
dictionary: {
|
|
4911
4911
|
type: Object,
|
|
@@ -4916,10 +4916,10 @@ var script$n = {
|
|
|
4916
4916
|
};
|
|
4917
4917
|
|
|
4918
4918
|
/* script */
|
|
4919
|
-
const __vue_script__$
|
|
4919
|
+
const __vue_script__$o = script$o;
|
|
4920
4920
|
/* template */
|
|
4921
4921
|
|
|
4922
|
-
var __vue_render__$
|
|
4922
|
+
var __vue_render__$o = function () {
|
|
4923
4923
|
var _vm = this;
|
|
4924
4924
|
|
|
4925
4925
|
var _h = _vm.$createElement;
|
|
@@ -4943,31 +4943,31 @@ var __vue_render__$n = function () {
|
|
|
4943
4943
|
})], 1);
|
|
4944
4944
|
};
|
|
4945
4945
|
|
|
4946
|
-
var __vue_staticRenderFns__$
|
|
4946
|
+
var __vue_staticRenderFns__$o = [];
|
|
4947
4947
|
/* style */
|
|
4948
4948
|
|
|
4949
|
-
const __vue_inject_styles__$
|
|
4949
|
+
const __vue_inject_styles__$o = undefined;
|
|
4950
4950
|
/* scoped */
|
|
4951
4951
|
|
|
4952
|
-
const __vue_scope_id__$
|
|
4952
|
+
const __vue_scope_id__$o = undefined;
|
|
4953
4953
|
/* module identifier */
|
|
4954
4954
|
|
|
4955
|
-
const __vue_module_identifier__$
|
|
4955
|
+
const __vue_module_identifier__$o = undefined;
|
|
4956
4956
|
/* functional template */
|
|
4957
4957
|
|
|
4958
|
-
const __vue_is_functional_template__$
|
|
4958
|
+
const __vue_is_functional_template__$o = false;
|
|
4959
4959
|
/* style inject */
|
|
4960
4960
|
|
|
4961
4961
|
/* style inject SSR */
|
|
4962
4962
|
|
|
4963
4963
|
/* style inject shadow dom */
|
|
4964
4964
|
|
|
4965
|
-
const __vue_component__$
|
|
4966
|
-
render: __vue_render__$
|
|
4967
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4968
|
-
}, __vue_inject_styles__$
|
|
4965
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
4966
|
+
render: __vue_render__$o,
|
|
4967
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4968
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
4969
4969
|
|
|
4970
|
-
var BtnStandardMessages = __vue_component__$
|
|
4970
|
+
var BtnStandardMessages = __vue_component__$w;
|
|
4971
4971
|
|
|
4972
4972
|
var bind = function bind(fn, thisArg) {
|
|
4973
4973
|
return function wrap() {
|
|
@@ -8882,7 +8882,7 @@ const standardMessages = {
|
|
|
8882
8882
|
};
|
|
8883
8883
|
|
|
8884
8884
|
//
|
|
8885
|
-
var script$
|
|
8885
|
+
var script$n = {
|
|
8886
8886
|
mixins: [standardMessages],
|
|
8887
8887
|
props: {
|
|
8888
8888
|
hasStandardMessages: {
|
|
@@ -9101,10 +9101,10 @@ var script$m = {
|
|
|
9101
9101
|
};
|
|
9102
9102
|
|
|
9103
9103
|
/* script */
|
|
9104
|
-
const __vue_script__$
|
|
9104
|
+
const __vue_script__$n = script$n;
|
|
9105
9105
|
/* template */
|
|
9106
9106
|
|
|
9107
|
-
var __vue_render__$
|
|
9107
|
+
var __vue_render__$n = function () {
|
|
9108
9108
|
var _vm = this;
|
|
9109
9109
|
|
|
9110
9110
|
var _h = _vm.$createElement;
|
|
@@ -9191,12 +9191,12 @@ var __vue_render__$m = function () {
|
|
|
9191
9191
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)]) : _vm._e();
|
|
9192
9192
|
};
|
|
9193
9193
|
|
|
9194
|
-
var __vue_staticRenderFns__$
|
|
9194
|
+
var __vue_staticRenderFns__$n = [];
|
|
9195
9195
|
/* style */
|
|
9196
9196
|
|
|
9197
|
-
const __vue_inject_styles__$
|
|
9197
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
9198
9198
|
if (!inject) return;
|
|
9199
|
-
inject("data-v-
|
|
9199
|
+
inject("data-v-7cd1c21b_0", {
|
|
9200
9200
|
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}",
|
|
9201
9201
|
map: undefined,
|
|
9202
9202
|
media: undefined
|
|
@@ -9205,23 +9205,23 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
9205
9205
|
/* scoped */
|
|
9206
9206
|
|
|
9207
9207
|
|
|
9208
|
-
const __vue_scope_id__$
|
|
9208
|
+
const __vue_scope_id__$n = undefined;
|
|
9209
9209
|
/* module identifier */
|
|
9210
9210
|
|
|
9211
|
-
const __vue_module_identifier__$
|
|
9211
|
+
const __vue_module_identifier__$n = undefined;
|
|
9212
9212
|
/* functional template */
|
|
9213
9213
|
|
|
9214
|
-
const __vue_is_functional_template__$
|
|
9214
|
+
const __vue_is_functional_template__$n = false;
|
|
9215
9215
|
/* style inject SSR */
|
|
9216
9216
|
|
|
9217
9217
|
/* style inject shadow dom */
|
|
9218
9218
|
|
|
9219
|
-
const __vue_component__$
|
|
9220
|
-
render: __vue_render__$
|
|
9221
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9222
|
-
}, __vue_inject_styles__$
|
|
9219
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
9220
|
+
render: __vue_render__$n,
|
|
9221
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
9222
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
9223
9223
|
|
|
9224
|
-
var StandardMessages = __vue_component__$
|
|
9224
|
+
var StandardMessages = __vue_component__$v;
|
|
9225
9225
|
|
|
9226
9226
|
//
|
|
9227
9227
|
//
|
|
@@ -9244,7 +9244,7 @@ var StandardMessages = __vue_component__$u;
|
|
|
9244
9244
|
//
|
|
9245
9245
|
//
|
|
9246
9246
|
//
|
|
9247
|
-
var script$
|
|
9247
|
+
var script$m = {
|
|
9248
9248
|
props: {
|
|
9249
9249
|
dictionary: {
|
|
9250
9250
|
type: Object,
|
|
@@ -9255,10 +9255,10 @@ var script$l = {
|
|
|
9255
9255
|
};
|
|
9256
9256
|
|
|
9257
9257
|
/* script */
|
|
9258
|
-
const __vue_script__$
|
|
9258
|
+
const __vue_script__$m = script$m;
|
|
9259
9259
|
/* template */
|
|
9260
9260
|
|
|
9261
|
-
var __vue_render__$
|
|
9261
|
+
var __vue_render__$m = function () {
|
|
9262
9262
|
var _vm = this;
|
|
9263
9263
|
|
|
9264
9264
|
var _h = _vm.$createElement;
|
|
@@ -9286,13 +9286,13 @@ var __vue_render__$l = function () {
|
|
|
9286
9286
|
})], 1);
|
|
9287
9287
|
};
|
|
9288
9288
|
|
|
9289
|
-
var __vue_staticRenderFns__$
|
|
9289
|
+
var __vue_staticRenderFns__$m = [];
|
|
9290
9290
|
/* style */
|
|
9291
9291
|
|
|
9292
|
-
const __vue_inject_styles__$
|
|
9292
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
9293
9293
|
if (!inject) return;
|
|
9294
|
-
inject("data-v-
|
|
9295
|
-
source: ".text-footer-actions--btn[data-v-
|
|
9294
|
+
inject("data-v-098c0894_0", {
|
|
9295
|
+
source: ".text-footer-actions--btn[data-v-098c0894]{position:relative}.text-footer-actions--btn>svg[data-v-098c0894]:nth-child(1){font-size:1.2rem}.text-footer-actions--btn>svg[data-v-098c0894]:nth-child(2){font-size:.6rem;position:absolute;transform:translateY(-2px)}",
|
|
9296
9296
|
map: undefined,
|
|
9297
9297
|
media: undefined
|
|
9298
9298
|
});
|
|
@@ -9300,23 +9300,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
9300
9300
|
/* scoped */
|
|
9301
9301
|
|
|
9302
9302
|
|
|
9303
|
-
const __vue_scope_id__$
|
|
9303
|
+
const __vue_scope_id__$m = "data-v-098c0894";
|
|
9304
9304
|
/* module identifier */
|
|
9305
9305
|
|
|
9306
|
-
const __vue_module_identifier__$
|
|
9306
|
+
const __vue_module_identifier__$m = undefined;
|
|
9307
9307
|
/* functional template */
|
|
9308
9308
|
|
|
9309
|
-
const __vue_is_functional_template__$
|
|
9309
|
+
const __vue_is_functional_template__$m = false;
|
|
9310
9310
|
/* style inject SSR */
|
|
9311
9311
|
|
|
9312
9312
|
/* style inject shadow dom */
|
|
9313
9313
|
|
|
9314
|
-
const __vue_component__$
|
|
9315
|
-
render: __vue_render__$
|
|
9316
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9317
|
-
}, __vue_inject_styles__$
|
|
9314
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
9315
|
+
render: __vue_render__$m,
|
|
9316
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
9317
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
9318
9318
|
|
|
9319
|
-
var BtnScreenShare = __vue_component__$
|
|
9319
|
+
var BtnScreenShare = __vue_component__$u;
|
|
9320
9320
|
|
|
9321
9321
|
//
|
|
9322
9322
|
//
|
|
@@ -9339,7 +9339,7 @@ var BtnScreenShare = __vue_component__$t;
|
|
|
9339
9339
|
//
|
|
9340
9340
|
//
|
|
9341
9341
|
//
|
|
9342
|
-
var script$
|
|
9342
|
+
var script$l = {
|
|
9343
9343
|
props: {
|
|
9344
9344
|
dictionary: {
|
|
9345
9345
|
type: Object,
|
|
@@ -9350,10 +9350,10 @@ var script$k = {
|
|
|
9350
9350
|
};
|
|
9351
9351
|
|
|
9352
9352
|
/* script */
|
|
9353
|
-
const __vue_script__$
|
|
9353
|
+
const __vue_script__$l = script$l;
|
|
9354
9354
|
/* template */
|
|
9355
9355
|
|
|
9356
|
-
var __vue_render__$
|
|
9356
|
+
var __vue_render__$l = function () {
|
|
9357
9357
|
var _vm = this;
|
|
9358
9358
|
|
|
9359
9359
|
var _h = _vm.$createElement;
|
|
@@ -9384,13 +9384,13 @@ var __vue_render__$k = function () {
|
|
|
9384
9384
|
})], 1)]);
|
|
9385
9385
|
};
|
|
9386
9386
|
|
|
9387
|
-
var __vue_staticRenderFns__$
|
|
9387
|
+
var __vue_staticRenderFns__$l = [];
|
|
9388
9388
|
/* style */
|
|
9389
9389
|
|
|
9390
|
-
const __vue_inject_styles__$
|
|
9390
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
9391
9391
|
if (!inject) return;
|
|
9392
|
-
inject("data-v-
|
|
9393
|
-
source: ".multiplos[data-v-
|
|
9392
|
+
inject("data-v-402fcd8c_0", {
|
|
9393
|
+
source: ".multiplos[data-v-402fcd8c]{display:flex}.multiplos svg[data-v-402fcd8c]{font-size:.95rem}.multiplos svg.small[data-v-402fcd8c]{font-size:.7rem!important}",
|
|
9394
9394
|
map: undefined,
|
|
9395
9395
|
media: undefined
|
|
9396
9396
|
});
|
|
@@ -9398,26 +9398,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
9398
9398
|
/* scoped */
|
|
9399
9399
|
|
|
9400
9400
|
|
|
9401
|
-
const __vue_scope_id__$
|
|
9401
|
+
const __vue_scope_id__$l = "data-v-402fcd8c";
|
|
9402
9402
|
/* module identifier */
|
|
9403
9403
|
|
|
9404
|
-
const __vue_module_identifier__$
|
|
9404
|
+
const __vue_module_identifier__$l = undefined;
|
|
9405
9405
|
/* functional template */
|
|
9406
9406
|
|
|
9407
|
-
const __vue_is_functional_template__$
|
|
9407
|
+
const __vue_is_functional_template__$l = false;
|
|
9408
9408
|
/* style inject SSR */
|
|
9409
9409
|
|
|
9410
9410
|
/* style inject shadow dom */
|
|
9411
9411
|
|
|
9412
|
-
const __vue_component__$
|
|
9413
|
-
render: __vue_render__$
|
|
9414
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9415
|
-
}, __vue_inject_styles__$
|
|
9412
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
9413
|
+
render: __vue_render__$l,
|
|
9414
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
9415
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
9416
9416
|
|
|
9417
|
-
var BtnDownloadAllFiles = __vue_component__$
|
|
9417
|
+
var BtnDownloadAllFiles = __vue_component__$t;
|
|
9418
9418
|
|
|
9419
9419
|
//
|
|
9420
|
-
var script$
|
|
9420
|
+
var script$k = {
|
|
9421
9421
|
components: {
|
|
9422
9422
|
BtnEmojis,
|
|
9423
9423
|
Loader,
|
|
@@ -9568,12 +9568,12 @@ var script$j = {
|
|
|
9568
9568
|
|
|
9569
9569
|
methods: {
|
|
9570
9570
|
listenerPostMessage(event) {
|
|
9571
|
-
const baseURL = window.location.hostname ==
|
|
9571
|
+
const baseURL = window.location.hostname == "localhost" ? `https://linux07` : `https://${window.location.hostname}`;
|
|
9572
9572
|
if (!this.formattedMessageSettings.hasStandardMessages) return;
|
|
9573
9573
|
if (event.data.gerenciador || event.data.abrirFishing || event.data.multiplos_contatos || event.data.inserir_cliente_omni || event.data.multiple_contatos) return;
|
|
9574
9574
|
|
|
9575
9575
|
if (event.origin == baseURL) {
|
|
9576
|
-
if (event.data ==
|
|
9576
|
+
if (event.data == "" && this.showStandardMessages) {
|
|
9577
9577
|
this.closeBlockerStandardMessage();
|
|
9578
9578
|
this.toggleStandardMessages();
|
|
9579
9579
|
this.$toasted.global.defaultInfo({
|
|
@@ -9590,7 +9590,7 @@ var script$j = {
|
|
|
9590
9590
|
|
|
9591
9591
|
closeEmojis() {
|
|
9592
9592
|
try {
|
|
9593
|
-
this.$root.$refs[`etf-${this.textId}`].showEmojis ? this.$root.$refs[`etf-${this.textId}`].away() :
|
|
9593
|
+
this.$root.$refs[`etf-${this.textId}`].showEmojis ? this.$root.$refs[`etf-${this.textId}`].away() : "";
|
|
9594
9594
|
} catch (e) {
|
|
9595
9595
|
console.error("Nao foi possivel fechar os emojis");
|
|
9596
9596
|
console.error(e);
|
|
@@ -9665,7 +9665,7 @@ var script$j = {
|
|
|
9665
9665
|
|
|
9666
9666
|
removeHTMLElementsFromMessage(message) {
|
|
9667
9667
|
const regexTags = /<\/?[\d\w\s=\-:./'";]+>/gi;
|
|
9668
|
-
if (message.match(regexTags)) message = message.replace(regexTags,
|
|
9668
|
+
if (message.match(regexTags)) message = message.replace(regexTags, " ");
|
|
9669
9669
|
return message;
|
|
9670
9670
|
},
|
|
9671
9671
|
|
|
@@ -9917,10 +9917,10 @@ var script$j = {
|
|
|
9917
9917
|
};
|
|
9918
9918
|
|
|
9919
9919
|
/* script */
|
|
9920
|
-
const __vue_script__$
|
|
9920
|
+
const __vue_script__$k = script$k;
|
|
9921
9921
|
/* template */
|
|
9922
9922
|
|
|
9923
|
-
var __vue_render__$
|
|
9923
|
+
var __vue_render__$k = function () {
|
|
9924
9924
|
var _vm = this;
|
|
9925
9925
|
|
|
9926
9926
|
var _h = _vm.$createElement;
|
|
@@ -9936,7 +9936,7 @@ var __vue_render__$j = function () {
|
|
|
9936
9936
|
}],
|
|
9937
9937
|
staticClass: "text-footer-container",
|
|
9938
9938
|
class: {
|
|
9939
|
-
|
|
9939
|
+
bigger: _vm.cssStyle.height
|
|
9940
9940
|
},
|
|
9941
9941
|
on: {
|
|
9942
9942
|
"drop": function ($event) {
|
|
@@ -10028,12 +10028,12 @@ var __vue_render__$j = function () {
|
|
|
10028
10028
|
}
|
|
10029
10029
|
}) : _c('div', {
|
|
10030
10030
|
staticClass: "text-footer-audio"
|
|
10031
|
-
}, [_c('audio', {
|
|
10031
|
+
}, [_c('div', [_c('audio', {
|
|
10032
10032
|
attrs: {
|
|
10033
10033
|
"src": _vm.audioSource,
|
|
10034
10034
|
"controls": "controls"
|
|
10035
10035
|
}
|
|
10036
|
-
}), _vm._v(" "), _c('span', {
|
|
10036
|
+
})]), _vm._v(" "), _c('span', {
|
|
10037
10037
|
staticClass: "delete-audio",
|
|
10038
10038
|
attrs: {
|
|
10039
10039
|
"title": "Cancelar"
|
|
@@ -10202,12 +10202,12 @@ var __vue_render__$j = function () {
|
|
|
10202
10202
|
}) : _vm._e()], 1)], 1) : _vm._e();
|
|
10203
10203
|
};
|
|
10204
10204
|
|
|
10205
|
-
var __vue_staticRenderFns__$
|
|
10205
|
+
var __vue_staticRenderFns__$k = [];
|
|
10206
10206
|
/* style */
|
|
10207
10207
|
|
|
10208
|
-
const __vue_inject_styles__$
|
|
10208
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
10209
10209
|
if (!inject) return;
|
|
10210
|
-
inject("data-v-
|
|
10210
|
+
inject("data-v-6bdf5312_0", {
|
|
10211
10211
|
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:-30px;right:35px;background-color:#fafafa}.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}",
|
|
10212
10212
|
map: undefined,
|
|
10213
10213
|
media: undefined
|
|
@@ -10216,26 +10216,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
10216
10216
|
/* scoped */
|
|
10217
10217
|
|
|
10218
10218
|
|
|
10219
|
-
const __vue_scope_id__$
|
|
10219
|
+
const __vue_scope_id__$k = undefined;
|
|
10220
10220
|
/* module identifier */
|
|
10221
10221
|
|
|
10222
|
-
const __vue_module_identifier__$
|
|
10222
|
+
const __vue_module_identifier__$k = undefined;
|
|
10223
10223
|
/* functional template */
|
|
10224
10224
|
|
|
10225
|
-
const __vue_is_functional_template__$
|
|
10225
|
+
const __vue_is_functional_template__$k = false;
|
|
10226
10226
|
/* style inject SSR */
|
|
10227
10227
|
|
|
10228
10228
|
/* style inject shadow dom */
|
|
10229
10229
|
|
|
10230
|
-
const __vue_component__$
|
|
10231
|
-
render: __vue_render__$
|
|
10232
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10233
|
-
}, __vue_inject_styles__$
|
|
10230
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
10231
|
+
render: __vue_render__$k,
|
|
10232
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
10233
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
10234
10234
|
|
|
10235
|
-
var TextFooter = __vue_component__$
|
|
10235
|
+
var TextFooter = __vue_component__$s;
|
|
10236
10236
|
|
|
10237
10237
|
//
|
|
10238
|
-
var script$
|
|
10238
|
+
var script$j = {
|
|
10239
10239
|
components: {
|
|
10240
10240
|
TextFooter
|
|
10241
10241
|
},
|
|
@@ -10299,10 +10299,10 @@ var script$i = {
|
|
|
10299
10299
|
};
|
|
10300
10300
|
|
|
10301
10301
|
/* script */
|
|
10302
|
-
const __vue_script__$
|
|
10302
|
+
const __vue_script__$j = script$j;
|
|
10303
10303
|
/* template */
|
|
10304
10304
|
|
|
10305
|
-
var __vue_render__$
|
|
10305
|
+
var __vue_render__$j = function () {
|
|
10306
10306
|
var _vm = this;
|
|
10307
10307
|
|
|
10308
10308
|
var _h = _vm.$createElement;
|
|
@@ -10347,34 +10347,34 @@ var __vue_render__$i = function () {
|
|
|
10347
10347
|
})], 2)]) : _vm._e()], 1)])]);
|
|
10348
10348
|
};
|
|
10349
10349
|
|
|
10350
|
-
var __vue_staticRenderFns__$
|
|
10350
|
+
var __vue_staticRenderFns__$j = [];
|
|
10351
10351
|
/* style */
|
|
10352
10352
|
|
|
10353
|
-
const __vue_inject_styles__$
|
|
10353
|
+
const __vue_inject_styles__$j = undefined;
|
|
10354
10354
|
/* scoped */
|
|
10355
10355
|
|
|
10356
|
-
const __vue_scope_id__$
|
|
10356
|
+
const __vue_scope_id__$j = undefined;
|
|
10357
10357
|
/* module identifier */
|
|
10358
10358
|
|
|
10359
|
-
const __vue_module_identifier__$
|
|
10359
|
+
const __vue_module_identifier__$j = undefined;
|
|
10360
10360
|
/* functional template */
|
|
10361
10361
|
|
|
10362
|
-
const __vue_is_functional_template__$
|
|
10362
|
+
const __vue_is_functional_template__$j = false;
|
|
10363
10363
|
/* style inject */
|
|
10364
10364
|
|
|
10365
10365
|
/* style inject SSR */
|
|
10366
10366
|
|
|
10367
10367
|
/* style inject shadow dom */
|
|
10368
10368
|
|
|
10369
|
-
const __vue_component__$
|
|
10370
|
-
render: __vue_render__$
|
|
10371
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10372
|
-
}, __vue_inject_styles__$
|
|
10369
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
10370
|
+
render: __vue_render__$j,
|
|
10371
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
10372
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
10373
10373
|
|
|
10374
|
-
var TemplateMessage = __vue_component__$
|
|
10374
|
+
var TemplateMessage = __vue_component__$r;
|
|
10375
10375
|
|
|
10376
10376
|
//
|
|
10377
|
-
var script$
|
|
10377
|
+
var script$i = {
|
|
10378
10378
|
components: {
|
|
10379
10379
|
TemplateSingle,
|
|
10380
10380
|
TemplateMessage
|
|
@@ -10619,10 +10619,10 @@ var script$h = {
|
|
|
10619
10619
|
};
|
|
10620
10620
|
|
|
10621
10621
|
/* script */
|
|
10622
|
-
const __vue_script__$
|
|
10622
|
+
const __vue_script__$i = script$i;
|
|
10623
10623
|
/* template */
|
|
10624
10624
|
|
|
10625
|
-
var __vue_render__$
|
|
10625
|
+
var __vue_render__$i = function () {
|
|
10626
10626
|
var _vm = this;
|
|
10627
10627
|
|
|
10628
10628
|
var _h = _vm.$createElement;
|
|
@@ -10703,12 +10703,12 @@ var __vue_render__$h = function () {
|
|
|
10703
10703
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
10704
10704
|
};
|
|
10705
10705
|
|
|
10706
|
-
var __vue_staticRenderFns__$
|
|
10706
|
+
var __vue_staticRenderFns__$i = [];
|
|
10707
10707
|
/* style */
|
|
10708
10708
|
|
|
10709
|
-
const __vue_inject_styles__$
|
|
10709
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
10710
10710
|
if (!inject) return;
|
|
10711
|
-
inject("data-v-
|
|
10711
|
+
inject("data-v-adb0ef0e_0", {
|
|
10712
10712
|
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}.ts-image-type{display:flex;align-items:center}.ts-image-type img{cursor:pointer}.ts-image-type svg{font-size:25px;cursor:pointer}.ts-image-type .select-image{color:#838383}.color-red{color:#e74c3c}.color-blue{color:#007bff}.color-black{color:#333}.color-purple{color:#a312a3}.custom-tooltip-image{display:flex;justify-content:center;align-items:center;overflow:visible;padding:5px}.custom-tooltip-image img{max-width:75px;max-height:75px}.ts-button{background-color:#fff;border-radius:10px;display:flex;justify-content:center;align-items:center;padding:3px 15px;transition:background-color 150ms ease-in-out}.ts-button:hover{background-color:#fdfdfd}.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}.vs__dropdown-option.vs__dropdown-option--selected{background-color:#1a5fad!important;color:#fff}.vs__dropdown-menu li{padding:10px 15px}.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;gap:10px}.ts-content{--border-color:#CCC;--background-color:#DFF0D8;--input-background-color:#FFF;--input-border-default:#007BFF;--input-border-error:#E74C3C;--placeholder-color:#BBB;--border-radius:5px;flex:2;font-size:.7rem;padding:10px 0;display:flex;flex-direction:column}.order-1{order:1}.custom-box-shadow-bottom{box-shadow:0 3px 4px -3px rgba(0,0,0,.3)}.custom-border-gray{border:1px solid var(--border-color)!important}.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:var(--border-radius);border-top-right-radius:var(--border-radius);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:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-bottom:1px solid var(--border-color)}.custom-footer-style,.ts-content footer{border:1px solid var(--border-color);border-top:unset;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.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 3px;font-size:.8rem;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:auto;display:flex;justify-content:center;align-items:center}.tg-btn button{border:unset;display:block;min-width:180px;height:35px;padding:0 10px;font-weight:500;background-color:#007bff;color:#fff;transition:transform .3s ease-in-out;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:2px solid #000}.tg-btn.small-btn{width:auto;margin:0 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:5px;display:flex}",
|
|
10713
10713
|
map: undefined,
|
|
10714
10714
|
media: undefined
|
|
@@ -10717,26 +10717,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
10717
10717
|
/* scoped */
|
|
10718
10718
|
|
|
10719
10719
|
|
|
10720
|
-
const __vue_scope_id__$
|
|
10720
|
+
const __vue_scope_id__$i = undefined;
|
|
10721
10721
|
/* module identifier */
|
|
10722
10722
|
|
|
10723
|
-
const __vue_module_identifier__$
|
|
10723
|
+
const __vue_module_identifier__$i = undefined;
|
|
10724
10724
|
/* functional template */
|
|
10725
10725
|
|
|
10726
|
-
const __vue_is_functional_template__$
|
|
10726
|
+
const __vue_is_functional_template__$i = false;
|
|
10727
10727
|
/* style inject SSR */
|
|
10728
10728
|
|
|
10729
10729
|
/* style inject shadow dom */
|
|
10730
10730
|
|
|
10731
|
-
const __vue_component__$
|
|
10732
|
-
render: __vue_render__$
|
|
10733
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10734
|
-
}, __vue_inject_styles__$
|
|
10731
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
10732
|
+
render: __vue_render__$i,
|
|
10733
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
10734
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
10735
10735
|
|
|
10736
|
-
var __vue_component__$
|
|
10736
|
+
var __vue_component__$q = __vue_component__$p;
|
|
10737
10737
|
|
|
10738
10738
|
//
|
|
10739
|
-
var script$
|
|
10739
|
+
var script$h = {
|
|
10740
10740
|
components: {
|
|
10741
10741
|
BtnEmojis,
|
|
10742
10742
|
BtnFiles
|
|
@@ -11023,10 +11023,10 @@ var script$g = {
|
|
|
11023
11023
|
};
|
|
11024
11024
|
|
|
11025
11025
|
/* script */
|
|
11026
|
-
const __vue_script__$
|
|
11026
|
+
const __vue_script__$h = script$h;
|
|
11027
11027
|
/* template */
|
|
11028
11028
|
|
|
11029
|
-
var __vue_render__$
|
|
11029
|
+
var __vue_render__$h = function () {
|
|
11030
11030
|
var _vm = this;
|
|
11031
11031
|
|
|
11032
11032
|
var _h = _vm.$createElement;
|
|
@@ -11125,12 +11125,12 @@ var __vue_render__$g = function () {
|
|
|
11125
11125
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
11126
11126
|
};
|
|
11127
11127
|
|
|
11128
|
-
var __vue_staticRenderFns__$
|
|
11128
|
+
var __vue_staticRenderFns__$h = [];
|
|
11129
11129
|
/* style */
|
|
11130
11130
|
|
|
11131
|
-
const __vue_inject_styles__$
|
|
11131
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
11132
11132
|
if (!inject) return;
|
|
11133
|
-
inject("data-v-
|
|
11133
|
+
inject("data-v-6db8eaee_0", {
|
|
11134
11134
|
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}",
|
|
11135
11135
|
map: undefined,
|
|
11136
11136
|
media: undefined
|
|
@@ -11139,23 +11139,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
11139
11139
|
/* scoped */
|
|
11140
11140
|
|
|
11141
11141
|
|
|
11142
|
-
const __vue_scope_id__$
|
|
11142
|
+
const __vue_scope_id__$h = undefined;
|
|
11143
11143
|
/* module identifier */
|
|
11144
11144
|
|
|
11145
|
-
const __vue_module_identifier__$
|
|
11145
|
+
const __vue_module_identifier__$h = undefined;
|
|
11146
11146
|
/* functional template */
|
|
11147
11147
|
|
|
11148
|
-
const __vue_is_functional_template__$
|
|
11148
|
+
const __vue_is_functional_template__$h = false;
|
|
11149
11149
|
/* style inject SSR */
|
|
11150
11150
|
|
|
11151
11151
|
/* style inject shadow dom */
|
|
11152
11152
|
|
|
11153
|
-
const __vue_component__$
|
|
11154
|
-
render: __vue_render__$
|
|
11155
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11156
|
-
}, __vue_inject_styles__$
|
|
11153
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
11154
|
+
render: __vue_render__$h,
|
|
11155
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
11156
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
11157
11157
|
|
|
11158
|
-
var __vue_component__$
|
|
11158
|
+
var __vue_component__$o = __vue_component__$n;
|
|
11159
11159
|
|
|
11160
11160
|
const textoLongo = {
|
|
11161
11161
|
methods: {
|
|
@@ -11461,7 +11461,7 @@ const fileHandler = {
|
|
|
11461
11461
|
};
|
|
11462
11462
|
|
|
11463
11463
|
//
|
|
11464
|
-
var script$
|
|
11464
|
+
var script$g = {
|
|
11465
11465
|
mixins: [fileHandler],
|
|
11466
11466
|
props: {
|
|
11467
11467
|
file: {
|
|
@@ -11487,10 +11487,10 @@ var script$f = {
|
|
|
11487
11487
|
};
|
|
11488
11488
|
|
|
11489
11489
|
/* script */
|
|
11490
|
-
const __vue_script__$
|
|
11490
|
+
const __vue_script__$g = script$g;
|
|
11491
11491
|
/* template */
|
|
11492
11492
|
|
|
11493
|
-
var __vue_render__$
|
|
11493
|
+
var __vue_render__$g = function () {
|
|
11494
11494
|
var _vm = this;
|
|
11495
11495
|
|
|
11496
11496
|
var _h = _vm.$createElement;
|
|
@@ -11561,16 +11561,16 @@ var __vue_render__$f = function () {
|
|
|
11561
11561
|
})], 1)]], 2)], 1);
|
|
11562
11562
|
};
|
|
11563
11563
|
|
|
11564
|
-
var __vue_staticRenderFns__$
|
|
11564
|
+
var __vue_staticRenderFns__$g = [];
|
|
11565
11565
|
/* style */
|
|
11566
11566
|
|
|
11567
|
-
const __vue_inject_styles__$
|
|
11567
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
11568
11568
|
if (!inject) return;
|
|
11569
|
-
inject("data-v-
|
|
11570
|
-
source: ".fade-enter-active[data-v-
|
|
11569
|
+
inject("data-v-c0bc7096_0", {
|
|
11570
|
+
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}",
|
|
11571
11571
|
map: undefined,
|
|
11572
11572
|
media: undefined
|
|
11573
|
-
}), inject("data-v-
|
|
11573
|
+
}), inject("data-v-c0bc7096_1", {
|
|
11574
11574
|
source: ".file-item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item-transition{max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item .req-loader{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.file-item-transition img{max-width:45px;max-height:45px}.file-item a{margin-left:5px;text-decoration:none;color:#333}.file-icon{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.file-icon:hover{opacity:1}.file-icon:visited{color:inherit}svg{font-size:30px;z-index:1}.file-icon.pdf{position:relative}.file-icon.pdf svg{color:#e74c3c}.file-icon.pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.file-icon.doc{color:#15517f}.file-icon.doc::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.file-img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.file-img:hover{opacity:1}.file-img img{width:95%}",
|
|
11575
11575
|
map: undefined,
|
|
11576
11576
|
media: undefined
|
|
@@ -11579,23 +11579,23 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
11579
11579
|
/* scoped */
|
|
11580
11580
|
|
|
11581
11581
|
|
|
11582
|
-
const __vue_scope_id__$
|
|
11582
|
+
const __vue_scope_id__$g = "data-v-c0bc7096";
|
|
11583
11583
|
/* module identifier */
|
|
11584
11584
|
|
|
11585
|
-
const __vue_module_identifier__$
|
|
11585
|
+
const __vue_module_identifier__$g = undefined;
|
|
11586
11586
|
/* functional template */
|
|
11587
11587
|
|
|
11588
|
-
const __vue_is_functional_template__$
|
|
11588
|
+
const __vue_is_functional_template__$g = false;
|
|
11589
11589
|
/* style inject SSR */
|
|
11590
11590
|
|
|
11591
11591
|
/* style inject shadow dom */
|
|
11592
11592
|
|
|
11593
|
-
const __vue_component__$
|
|
11594
|
-
render: __vue_render__$
|
|
11595
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11596
|
-
}, __vue_inject_styles__$
|
|
11593
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
11594
|
+
render: __vue_render__$g,
|
|
11595
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
11596
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
11597
11597
|
|
|
11598
|
-
var CardFile = __vue_component__$
|
|
11598
|
+
var CardFile = __vue_component__$m;
|
|
11599
11599
|
|
|
11600
11600
|
//
|
|
11601
11601
|
//
|
|
@@ -11614,7 +11614,7 @@ var CardFile = __vue_component__$l;
|
|
|
11614
11614
|
//
|
|
11615
11615
|
//
|
|
11616
11616
|
//
|
|
11617
|
-
var script$
|
|
11617
|
+
var script$f = {
|
|
11618
11618
|
props: {
|
|
11619
11619
|
hasReply: {
|
|
11620
11620
|
type: Boolean
|
|
@@ -11632,10 +11632,10 @@ var script$e = {
|
|
|
11632
11632
|
};
|
|
11633
11633
|
|
|
11634
11634
|
/* script */
|
|
11635
|
-
const __vue_script__$
|
|
11635
|
+
const __vue_script__$f = script$f;
|
|
11636
11636
|
/* template */
|
|
11637
11637
|
|
|
11638
|
-
var __vue_render__$
|
|
11638
|
+
var __vue_render__$f = function () {
|
|
11639
11639
|
var _vm = this;
|
|
11640
11640
|
|
|
11641
11641
|
var _h = _vm.$createElement;
|
|
@@ -11771,34 +11771,34 @@ var __vue_render__$e = function () {
|
|
|
11771
11771
|
})], 1) : _vm._e()])], 1);
|
|
11772
11772
|
};
|
|
11773
11773
|
|
|
11774
|
-
var __vue_staticRenderFns__$
|
|
11774
|
+
var __vue_staticRenderFns__$f = [];
|
|
11775
11775
|
/* style */
|
|
11776
11776
|
|
|
11777
|
-
const __vue_inject_styles__$
|
|
11777
|
+
const __vue_inject_styles__$f = undefined;
|
|
11778
11778
|
/* scoped */
|
|
11779
11779
|
|
|
11780
|
-
const __vue_scope_id__$
|
|
11780
|
+
const __vue_scope_id__$f = undefined;
|
|
11781
11781
|
/* module identifier */
|
|
11782
11782
|
|
|
11783
|
-
const __vue_module_identifier__$
|
|
11783
|
+
const __vue_module_identifier__$f = undefined;
|
|
11784
11784
|
/* functional template */
|
|
11785
11785
|
|
|
11786
|
-
const __vue_is_functional_template__$
|
|
11786
|
+
const __vue_is_functional_template__$f = false;
|
|
11787
11787
|
/* style inject */
|
|
11788
11788
|
|
|
11789
11789
|
/* style inject SSR */
|
|
11790
11790
|
|
|
11791
11791
|
/* style inject shadow dom */
|
|
11792
11792
|
|
|
11793
|
-
const __vue_component__$
|
|
11794
|
-
render: __vue_render__$
|
|
11795
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11796
|
-
}, __vue_inject_styles__$
|
|
11793
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
11794
|
+
render: __vue_render__$f,
|
|
11795
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
11796
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
11797
11797
|
|
|
11798
|
-
var CardCheck = __vue_component__$
|
|
11798
|
+
var CardCheck = __vue_component__$l;
|
|
11799
11799
|
|
|
11800
11800
|
//
|
|
11801
|
-
var script$
|
|
11801
|
+
var script$e = {
|
|
11802
11802
|
components: {
|
|
11803
11803
|
CardFile,
|
|
11804
11804
|
CardCheck
|
|
@@ -11946,10 +11946,10 @@ var script$d = {
|
|
|
11946
11946
|
};
|
|
11947
11947
|
|
|
11948
11948
|
/* script */
|
|
11949
|
-
const __vue_script__$
|
|
11949
|
+
const __vue_script__$e = script$e;
|
|
11950
11950
|
/* template */
|
|
11951
11951
|
|
|
11952
|
-
var __vue_render__$
|
|
11952
|
+
var __vue_render__$e = function () {
|
|
11953
11953
|
var _vm = this;
|
|
11954
11954
|
|
|
11955
11955
|
var _h = _vm.$createElement;
|
|
@@ -12062,12 +12062,12 @@ var __vue_render__$d = function () {
|
|
|
12062
12062
|
}) : _vm._e()], 2)])], 1) : _vm._e();
|
|
12063
12063
|
};
|
|
12064
12064
|
|
|
12065
|
-
var __vue_staticRenderFns__$
|
|
12065
|
+
var __vue_staticRenderFns__$e = [];
|
|
12066
12066
|
/* style */
|
|
12067
12067
|
|
|
12068
|
-
const __vue_inject_styles__$
|
|
12068
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
12069
12069
|
if (!inject) return;
|
|
12070
|
-
inject("data-v-
|
|
12070
|
+
inject("data-v-4be10146_0", {
|
|
12071
12071
|
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}",
|
|
12072
12072
|
map: undefined,
|
|
12073
12073
|
media: undefined
|
|
@@ -12076,26 +12076,26 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
12076
12076
|
/* scoped */
|
|
12077
12077
|
|
|
12078
12078
|
|
|
12079
|
-
const __vue_scope_id__$
|
|
12079
|
+
const __vue_scope_id__$e = undefined;
|
|
12080
12080
|
/* module identifier */
|
|
12081
12081
|
|
|
12082
|
-
const __vue_module_identifier__$
|
|
12082
|
+
const __vue_module_identifier__$e = undefined;
|
|
12083
12083
|
/* functional template */
|
|
12084
12084
|
|
|
12085
|
-
const __vue_is_functional_template__$
|
|
12085
|
+
const __vue_is_functional_template__$e = false;
|
|
12086
12086
|
/* style inject SSR */
|
|
12087
12087
|
|
|
12088
12088
|
/* style inject shadow dom */
|
|
12089
12089
|
|
|
12090
|
-
const __vue_component__$
|
|
12091
|
-
render: __vue_render__$
|
|
12092
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12093
|
-
}, __vue_inject_styles__$
|
|
12090
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
12091
|
+
render: __vue_render__$e,
|
|
12092
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
12093
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
12094
12094
|
|
|
12095
|
-
var __vue_component__$
|
|
12095
|
+
var __vue_component__$k = __vue_component__$j;
|
|
12096
12096
|
|
|
12097
12097
|
//
|
|
12098
|
-
var script$
|
|
12098
|
+
var script$d = {
|
|
12099
12099
|
mixins: [mixin_1],
|
|
12100
12100
|
props: {
|
|
12101
12101
|
lista: {
|
|
@@ -12116,10 +12116,10 @@ var script$c = {
|
|
|
12116
12116
|
};
|
|
12117
12117
|
|
|
12118
12118
|
/* script */
|
|
12119
|
-
const __vue_script__$
|
|
12119
|
+
const __vue_script__$d = script$d;
|
|
12120
12120
|
/* template */
|
|
12121
12121
|
|
|
12122
|
-
var __vue_render__$
|
|
12122
|
+
var __vue_render__$d = function () {
|
|
12123
12123
|
var _vm = this;
|
|
12124
12124
|
|
|
12125
12125
|
var _h = _vm.$createElement;
|
|
@@ -12170,12 +12170,12 @@ var __vue_render__$c = function () {
|
|
|
12170
12170
|
})], 2);
|
|
12171
12171
|
};
|
|
12172
12172
|
|
|
12173
|
-
var __vue_staticRenderFns__$
|
|
12173
|
+
var __vue_staticRenderFns__$d = [];
|
|
12174
12174
|
/* style */
|
|
12175
12175
|
|
|
12176
|
-
const __vue_inject_styles__$
|
|
12176
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
12177
12177
|
if (!inject) return;
|
|
12178
|
-
inject("data-v-
|
|
12178
|
+
inject("data-v-8ad24036_0", {
|
|
12179
12179
|
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:15px;right:0;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;display:flex;justify-content:space-between;align-items:center}.interatividade-popup-titulo h1 svg{color:#e74c3c;cursor:pointer;font-size:.9em}.interatividade-popup-item{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-popup-item-desc{font-size:.9em;color:#767676}",
|
|
12180
12180
|
map: undefined,
|
|
12181
12181
|
media: undefined
|
|
@@ -12184,26 +12184,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
12184
12184
|
/* scoped */
|
|
12185
12185
|
|
|
12186
12186
|
|
|
12187
|
-
const __vue_scope_id__$
|
|
12187
|
+
const __vue_scope_id__$d = undefined;
|
|
12188
12188
|
/* module identifier */
|
|
12189
12189
|
|
|
12190
|
-
const __vue_module_identifier__$
|
|
12190
|
+
const __vue_module_identifier__$d = undefined;
|
|
12191
12191
|
/* functional template */
|
|
12192
12192
|
|
|
12193
|
-
const __vue_is_functional_template__$
|
|
12193
|
+
const __vue_is_functional_template__$d = false;
|
|
12194
12194
|
/* style inject SSR */
|
|
12195
12195
|
|
|
12196
12196
|
/* style inject shadow dom */
|
|
12197
12197
|
|
|
12198
|
-
const __vue_component__$
|
|
12199
|
-
render: __vue_render__$
|
|
12200
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12201
|
-
}, __vue_inject_styles__$
|
|
12198
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
12199
|
+
render: __vue_render__$d,
|
|
12200
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
12201
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
12202
12202
|
|
|
12203
|
-
var InteratividadePopup = __vue_component__$
|
|
12203
|
+
var InteratividadePopup = __vue_component__$i;
|
|
12204
12204
|
|
|
12205
12205
|
//
|
|
12206
|
-
var script$
|
|
12206
|
+
var script$c = {
|
|
12207
12207
|
components: {
|
|
12208
12208
|
InteratividadePopup
|
|
12209
12209
|
},
|
|
@@ -12347,10 +12347,10 @@ var script$b = {
|
|
|
12347
12347
|
};
|
|
12348
12348
|
|
|
12349
12349
|
/* script */
|
|
12350
|
-
const __vue_script__$
|
|
12350
|
+
const __vue_script__$c = script$c;
|
|
12351
12351
|
/* template */
|
|
12352
12352
|
|
|
12353
|
-
var __vue_render__$
|
|
12353
|
+
var __vue_render__$c = function () {
|
|
12354
12354
|
var _vm = this;
|
|
12355
12355
|
|
|
12356
12356
|
var _h = _vm.$createElement;
|
|
@@ -12500,13 +12500,13 @@ var __vue_render__$b = function () {
|
|
|
12500
12500
|
}) : _vm._e()], 2)] : _vm._e()], 2);
|
|
12501
12501
|
};
|
|
12502
12502
|
|
|
12503
|
-
var __vue_staticRenderFns__$
|
|
12503
|
+
var __vue_staticRenderFns__$c = [];
|
|
12504
12504
|
/* style */
|
|
12505
12505
|
|
|
12506
|
-
const __vue_inject_styles__$
|
|
12506
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
12507
12507
|
if (!inject) return;
|
|
12508
|
-
inject("data-v-
|
|
12509
|
-
source: ".show-x-enter-active[data-v-
|
|
12508
|
+
inject("data-v-460bc17e_0", {
|
|
12509
|
+
source: ".show-x-enter-active[data-v-460bc17e],.show-x-leave-enter[data-v-460bc17e]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-460bc17e],.show-x-leave-to[data-v-460bc17e]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-460bc17e]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-460bc17e]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-460bc17e]{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-460bc17e]{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-460bc17e]{margin:10px 0}.interatividade-titulo-form[data-v-460bc17e]{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-460bc17e]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-460bc17e]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-460bc17e]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-460bc17e]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-460bc17e]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-460bc17e]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-460bc17e]:hover{color:#00628f}.text-blue[data-v-460bc17e]{color:#294ed3}.text-red[data-v-460bc17e]{color:#e74c3c}.text-dark[data-v-460bc17e]{color:#333}.ml-3[data-v-460bc17e]{margin-left:3px}.fs-2[data-v-460bc17e]{font-size:2rem}.flex-wrap[data-v-460bc17e]{flex-wrap:wrap}.align-items-center[data-v-460bc17e]{align-items:center}.d-flex[data-v-460bc17e]{display:flex}.align-items-end[data-v-460bc17e]{align-items:flex-end}.flex-column[data-v-460bc17e]{flex-direction:column}.text-bold[data-v-460bc17e]{font-weight:700}.m-5[data-v-460bc17e]{margin:5px}.mb-5[data-v-460bc17e]{margin-bottom:5px}.mx-5[data-v-460bc17e]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-460bc17e]{cursor:pointer}.bg-dark-white-2[data-v-460bc17e]{background-color:#f7f7f7}.border-radius-10[data-v-460bc17e]{border-radius:10px}.w-100[data-v-460bc17e]{width:100%}.overflow-hidden[data-v-460bc17e]{overflow:hidden}.mt-10[data-v-460bc17e]{margin-top:10px}.flex-wrap[data-v-460bc17e]{flex-wrap:wrap}.d-flex[data-v-460bc17e]{display:flex}.p-10[data-v-460bc17e]{padding:10px}.mb-5[data-v-460bc17e]{margin-bottom:5px}.mb-10[data-v-460bc17e]{margin-bottom:10px}.mx-10[data-v-460bc17e]{margin-left:10px;margin-right:10px}.d-flex-center[data-v-460bc17e]{display:flex;justify-content:center;align-items:center}.fs-_85[data-v-460bc17e]{font-size:.85rem}.text-ellipsis[data-v-460bc17e]{text-overflow:ellipsis}.text-left[data-v-460bc17e]{text-align:left}.text-ellipsis[data-v-460bc17e]{white-space:nowrap;overflow:hidden}.ml-5[data-v-460bc17e]{margin-left:5px}.text-shadow[data-v-460bc17e]{text-shadow:0 0 #000}.justify-content-between[data-v-460bc17e]{justify-content:space-between}.mr-5[data-v-460bc17e]{margin-right:5px}",
|
|
12510
12510
|
map: undefined,
|
|
12511
12511
|
media: undefined
|
|
12512
12512
|
});
|
|
@@ -12514,26 +12514,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
12514
12514
|
/* scoped */
|
|
12515
12515
|
|
|
12516
12516
|
|
|
12517
|
-
const __vue_scope_id__$
|
|
12517
|
+
const __vue_scope_id__$c = "data-v-460bc17e";
|
|
12518
12518
|
/* module identifier */
|
|
12519
12519
|
|
|
12520
|
-
const __vue_module_identifier__$
|
|
12520
|
+
const __vue_module_identifier__$c = undefined;
|
|
12521
12521
|
/* functional template */
|
|
12522
12522
|
|
|
12523
|
-
const __vue_is_functional_template__$
|
|
12523
|
+
const __vue_is_functional_template__$c = false;
|
|
12524
12524
|
/* style inject SSR */
|
|
12525
12525
|
|
|
12526
12526
|
/* style inject shadow dom */
|
|
12527
12527
|
|
|
12528
|
-
const __vue_component__$
|
|
12529
|
-
render: __vue_render__$
|
|
12530
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12531
|
-
}, __vue_inject_styles__$
|
|
12528
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
12529
|
+
render: __vue_render__$c,
|
|
12530
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
12531
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
12532
12532
|
|
|
12533
|
-
var InteratividadeFormulario = __vue_component__$
|
|
12533
|
+
var InteratividadeFormulario = __vue_component__$h;
|
|
12534
12534
|
|
|
12535
12535
|
//
|
|
12536
|
-
var script$
|
|
12536
|
+
var script$b = {
|
|
12537
12537
|
mixins: [fileHandler],
|
|
12538
12538
|
props: {
|
|
12539
12539
|
anexo: {
|
|
@@ -12559,10 +12559,10 @@ var script$a = {
|
|
|
12559
12559
|
};
|
|
12560
12560
|
|
|
12561
12561
|
/* script */
|
|
12562
|
-
const __vue_script__$
|
|
12562
|
+
const __vue_script__$b = script$b;
|
|
12563
12563
|
/* template */
|
|
12564
12564
|
|
|
12565
|
-
var __vue_render__$
|
|
12565
|
+
var __vue_render__$b = function () {
|
|
12566
12566
|
var _vm = this;
|
|
12567
12567
|
|
|
12568
12568
|
var _h = _vm.$createElement;
|
|
@@ -12633,13 +12633,13 @@ var __vue_render__$a = function () {
|
|
|
12633
12633
|
})], 1)]], 2)], 1);
|
|
12634
12634
|
};
|
|
12635
12635
|
|
|
12636
|
-
var __vue_staticRenderFns__$
|
|
12636
|
+
var __vue_staticRenderFns__$b = [];
|
|
12637
12637
|
/* style */
|
|
12638
12638
|
|
|
12639
|
-
const __vue_inject_styles__$
|
|
12639
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
12640
12640
|
if (!inject) return;
|
|
12641
|
-
inject("data-v-
|
|
12642
|
-
source: ".fade-enter-active[data-v-
|
|
12641
|
+
inject("data-v-0408a7b0_0", {
|
|
12642
|
+
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}",
|
|
12643
12643
|
map: undefined,
|
|
12644
12644
|
media: undefined
|
|
12645
12645
|
});
|
|
@@ -12647,26 +12647,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
12647
12647
|
/* scoped */
|
|
12648
12648
|
|
|
12649
12649
|
|
|
12650
|
-
const __vue_scope_id__$
|
|
12650
|
+
const __vue_scope_id__$b = "data-v-0408a7b0";
|
|
12651
12651
|
/* module identifier */
|
|
12652
12652
|
|
|
12653
|
-
const __vue_module_identifier__$
|
|
12653
|
+
const __vue_module_identifier__$b = undefined;
|
|
12654
12654
|
/* functional template */
|
|
12655
12655
|
|
|
12656
|
-
const __vue_is_functional_template__$
|
|
12656
|
+
const __vue_is_functional_template__$b = false;
|
|
12657
12657
|
/* style inject SSR */
|
|
12658
12658
|
|
|
12659
12659
|
/* style inject shadow dom */
|
|
12660
12660
|
|
|
12661
|
-
const __vue_component__$
|
|
12662
|
-
render: __vue_render__$
|
|
12663
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12664
|
-
}, __vue_inject_styles__$
|
|
12661
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
12662
|
+
render: __vue_render__$b,
|
|
12663
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
12664
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
12665
12665
|
|
|
12666
|
-
var CardAttachment = __vue_component__$
|
|
12666
|
+
var CardAttachment = __vue_component__$g;
|
|
12667
12667
|
|
|
12668
12668
|
//
|
|
12669
|
-
var script$
|
|
12669
|
+
var script$a = {
|
|
12670
12670
|
components: {
|
|
12671
12671
|
CardAttachment
|
|
12672
12672
|
},
|
|
@@ -12721,6 +12721,11 @@ var script$9 = {
|
|
|
12721
12721
|
},
|
|
12722
12722
|
origemExterna: {
|
|
12723
12723
|
type: String
|
|
12724
|
+
},
|
|
12725
|
+
interatividade: {
|
|
12726
|
+
type: Array,
|
|
12727
|
+
required: false,
|
|
12728
|
+
default: () => []
|
|
12724
12729
|
}
|
|
12725
12730
|
},
|
|
12726
12731
|
mixins: [textoLongo],
|
|
@@ -12739,7 +12744,13 @@ var script$9 = {
|
|
|
12739
12744
|
},
|
|
12740
12745
|
|
|
12741
12746
|
iconAutor() {
|
|
12742
|
-
return this.origem === "outros" ? [
|
|
12747
|
+
return this.origem === "outros" ? ["fas", "user"] : ["fas", "headset"];
|
|
12748
|
+
},
|
|
12749
|
+
|
|
12750
|
+
returnLoginText() {
|
|
12751
|
+
if (!this.login) return "";
|
|
12752
|
+
if (this.autor) return ` (${this.login})`;
|
|
12753
|
+
return `${this.login}`;
|
|
12743
12754
|
},
|
|
12744
12755
|
|
|
12745
12756
|
ticketClassCod() {
|
|
@@ -12766,6 +12777,42 @@ var script$9 = {
|
|
|
12766
12777
|
default:
|
|
12767
12778
|
return "";
|
|
12768
12779
|
}
|
|
12780
|
+
},
|
|
12781
|
+
|
|
12782
|
+
isNumberBiggerThanSix() {
|
|
12783
|
+
if (!this.ticket_id || !this.ticket_id.rating) return false;
|
|
12784
|
+
|
|
12785
|
+
try {
|
|
12786
|
+
return parseInt(this.ticket_id.rating) > 6;
|
|
12787
|
+
} catch (err) {
|
|
12788
|
+
return false;
|
|
12789
|
+
}
|
|
12790
|
+
},
|
|
12791
|
+
|
|
12792
|
+
filteredInteratividadeData() {
|
|
12793
|
+
if (!this.interatividade || !this.interatividade.length) return [];
|
|
12794
|
+
const finalData = [];
|
|
12795
|
+
const validIds = [7];
|
|
12796
|
+
this.interatividade.forEach(values => {
|
|
12797
|
+
if (validIds.includes(values.ticket_detail_type_id)) {
|
|
12798
|
+
const currentKeys = Object.keys(values);
|
|
12799
|
+
const formattedValues = {};
|
|
12800
|
+
|
|
12801
|
+
if (values.name && values.value) {
|
|
12802
|
+
formattedValues[values.name] = values.value;
|
|
12803
|
+
}
|
|
12804
|
+
|
|
12805
|
+
currentKeys.forEach(key => {
|
|
12806
|
+
});
|
|
12807
|
+
|
|
12808
|
+
if (values.ticket_detail_type_id === 25) {
|
|
12809
|
+
formattedValues[this.dictionary.ra_ask_avaliation_title] = this.dictionary.ra_ask_avaliation_text;
|
|
12810
|
+
}
|
|
12811
|
+
|
|
12812
|
+
finalData.push(formattedValues);
|
|
12813
|
+
}
|
|
12814
|
+
});
|
|
12815
|
+
return finalData;
|
|
12769
12816
|
}
|
|
12770
12817
|
|
|
12771
12818
|
},
|
|
@@ -12781,16 +12828,36 @@ var script$9 = {
|
|
|
12781
12828
|
expandirCard() {
|
|
12782
12829
|
this.$emit("expand-card", this.$props); // this.$store.dispatch("informacoesCardExpandido", this.$props)
|
|
12783
12830
|
// this.$store.dispatch("toggleBlocker", { state: true, origin: "expandir-card-reclamacao"})
|
|
12831
|
+
},
|
|
12832
|
+
|
|
12833
|
+
formatInteratividadeValue(key, value) {
|
|
12834
|
+
const regexISO8601 = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z$/;
|
|
12835
|
+
|
|
12836
|
+
if (regexISO8601.test(value)) {
|
|
12837
|
+
const data = new Date(value);
|
|
12838
|
+
const dia = String(data.getDate()).padStart(2, "0");
|
|
12839
|
+
const mes = String(data.getMonth() + 1).padStart(2, "0");
|
|
12840
|
+
const ano = data.getFullYear();
|
|
12841
|
+
const horas = String(data.getHours()).padStart(2, "0");
|
|
12842
|
+
const minutos = String(data.getMinutes()).padStart(2, "0");
|
|
12843
|
+
value = `${dia}/${mes}/${ano} ${horas}:${minutos}`;
|
|
12844
|
+
}
|
|
12845
|
+
|
|
12846
|
+
return `<strong>${key}:</strong> ${value || "---"}`;
|
|
12847
|
+
},
|
|
12848
|
+
|
|
12849
|
+
sendLink(obj) {
|
|
12850
|
+
this.$emit("send-avaliation-link", obj);
|
|
12784
12851
|
}
|
|
12785
12852
|
|
|
12786
12853
|
}
|
|
12787
12854
|
};
|
|
12788
12855
|
|
|
12789
12856
|
/* script */
|
|
12790
|
-
const __vue_script__$
|
|
12857
|
+
const __vue_script__$a = script$a;
|
|
12791
12858
|
/* template */
|
|
12792
12859
|
|
|
12793
|
-
var __vue_render__$
|
|
12860
|
+
var __vue_render__$a = function () {
|
|
12794
12861
|
var _vm = this;
|
|
12795
12862
|
|
|
12796
12863
|
var _h = _vm.$createElement;
|
|
@@ -12801,7 +12868,7 @@ var __vue_render__$9 = function () {
|
|
|
12801
12868
|
class: {
|
|
12802
12869
|
'card-cli': _vm.origem === 'outros',
|
|
12803
12870
|
'card-ope': _vm.origem === 'principal',
|
|
12804
|
-
|
|
12871
|
+
msgNova: _vm.msgNova
|
|
12805
12872
|
},
|
|
12806
12873
|
attrs: {
|
|
12807
12874
|
"id": "a" + (_vm.messageIndex ? _vm.messageIndex : _vm.randomizeValue)
|
|
@@ -12812,7 +12879,7 @@ var __vue_render__$9 = function () {
|
|
|
12812
12879
|
}
|
|
12813
12880
|
}, [_vm.msgNova ? _c('span', {
|
|
12814
12881
|
staticClass: "novas-mensagens"
|
|
12815
|
-
}, [_vm._v("
|
|
12882
|
+
}, [_vm._v(" Nova mensagem ")]) : _vm._e()]), _vm._v(" "), _c('div', {
|
|
12816
12883
|
staticClass: "card box-shadow"
|
|
12817
12884
|
}, [_c('div', {
|
|
12818
12885
|
staticClass: "card-header"
|
|
@@ -12830,12 +12897,12 @@ var __vue_render__$9 = function () {
|
|
|
12830
12897
|
domProps: {
|
|
12831
12898
|
"textContent": _vm._s("" + _vm.tratarTextoLongo(_vm.autor))
|
|
12832
12899
|
}
|
|
12833
|
-
}) : _vm._e(), _vm._v(" "), _vm.origem === 'principal' && _vm.login ? _c('p', {
|
|
12900
|
+
}) : _vm._e(), _vm._v(" "), _vm.origem === 'principal' && _vm.autor && _vm.login ? _c('p', {
|
|
12834
12901
|
attrs: {
|
|
12835
|
-
"title": _vm.
|
|
12902
|
+
"title": _vm.returnLoginText
|
|
12836
12903
|
},
|
|
12837
12904
|
domProps: {
|
|
12838
|
-
"textContent": _vm._s(
|
|
12905
|
+
"textContent": _vm._s(_vm.returnLoginText)
|
|
12839
12906
|
}
|
|
12840
12907
|
}) : _vm._e()], 1), _vm._v(" "), _c('div', {
|
|
12841
12908
|
staticClass: "card-right"
|
|
@@ -12870,7 +12937,9 @@ var __vue_render__$9 = function () {
|
|
|
12870
12937
|
attrs: {
|
|
12871
12938
|
"icon": ['fas', 'expand-alt']
|
|
12872
12939
|
}
|
|
12873
|
-
})], 1) : _vm._e()])]), _vm._v(" "),
|
|
12940
|
+
})], 1) : _vm._e()])]), _vm._v(" "), _c('div', {
|
|
12941
|
+
staticClass: "card-chip-container"
|
|
12942
|
+
}, [_vm.ticket_id.cod && _vm.ticket_id.desc ? _c('p', {
|
|
12874
12943
|
staticClass: "card-chip",
|
|
12875
12944
|
class: [_vm.ticketClassCod],
|
|
12876
12945
|
attrs: {
|
|
@@ -12879,12 +12948,68 @@ var __vue_render__$9 = function () {
|
|
|
12879
12948
|
domProps: {
|
|
12880
12949
|
"textContent": _vm._s(_vm.ticket_id.desc + " (" + _vm.ticket_id.cod + ")")
|
|
12881
12950
|
}
|
|
12882
|
-
}) : _vm._e(), _vm._v(" "), _c('p', {
|
|
12951
|
+
}) : _vm._e(), _vm._v(" "), _vm.ticket_id.hasOwnProperty('back_doing_business') ? _c('p', {
|
|
12952
|
+
class: (_vm.ticket_id.back_doing_business ? 'green' : 'red') + " card-chip",
|
|
12953
|
+
attrs: {
|
|
12954
|
+
"title": _vm.dictionary.title_voltaria_fazer_negocio + " " + (_vm.ticket_id.back_doing_business ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao)
|
|
12955
|
+
},
|
|
12956
|
+
domProps: {
|
|
12957
|
+
"textContent": _vm._s(_vm.dictionary.title_voltaria_fazer_negocio + " " + (_vm.ticket_id.back_doing_business ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao))
|
|
12958
|
+
}
|
|
12959
|
+
}) : _vm._e(), _vm._v(" "), _vm.ticket_id.hasOwnProperty('rating') ? _c('p', {
|
|
12960
|
+
class: (_vm.isNumberBiggerThanSix ? 'green' : 'red') + " card-chip",
|
|
12961
|
+
attrs: {
|
|
12962
|
+
"title": _vm.dictionary.title_avaliacao + " " + _vm.ticket_id.rating
|
|
12963
|
+
},
|
|
12964
|
+
domProps: {
|
|
12965
|
+
"textContent": _vm._s(_vm.dictionary.title_avaliacao + " " + _vm.ticket_id.rating)
|
|
12966
|
+
}
|
|
12967
|
+
}) : _vm._e(), _vm._v(" "), _vm.ticket_id.hasOwnProperty('resolved_issue') ? _c('p', {
|
|
12968
|
+
class: (_vm.ticket_id.resolved_issue ? 'green' : 'red') + " card-chip",
|
|
12969
|
+
attrs: {
|
|
12970
|
+
"title": _vm.dictionary.title_problema_resolvido + " " + (_vm.ticket_id.resolved_issue ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao)
|
|
12971
|
+
},
|
|
12972
|
+
domProps: {
|
|
12973
|
+
"textContent": _vm._s(_vm.dictionary.title_problema_resolvido + " " + (_vm.ticket_id.resolved_issue ? "" + _vm.dictionary.title_sim : "" + _vm.dictionary.title_nao))
|
|
12974
|
+
}
|
|
12975
|
+
}) : _vm._e()]), _vm._v(" "), _c('p', {
|
|
12883
12976
|
staticClass: "card-message",
|
|
12884
12977
|
domProps: {
|
|
12885
12978
|
"innerHTML": _vm._s(_vm.mensagemFormatada)
|
|
12886
12979
|
}
|
|
12887
|
-
}), _vm._v(" "), _vm.
|
|
12980
|
+
}), _vm._v(" "), _vm.filteredInteratividadeData && _vm.filteredInteratividadeData.length ? _c('div', {
|
|
12981
|
+
staticClass: "card-interatividade"
|
|
12982
|
+
}, [_c('p', {
|
|
12983
|
+
staticClass: "card-interatividade-title"
|
|
12984
|
+
}, [_vm._v(_vm._s(_vm.dictionary.ra_infos_interatividade) + ":")]), _vm._v(" "), _c('ul', {
|
|
12985
|
+
staticClass: "card-interatividade-list"
|
|
12986
|
+
}, _vm._l(_vm.filteredInteratividadeData, function (values, index) {
|
|
12987
|
+
return _c('li', {
|
|
12988
|
+
key: index
|
|
12989
|
+
}, [_vm._l(values, function (value, key) {
|
|
12990
|
+
return _c('p', {
|
|
12991
|
+
key: key
|
|
12992
|
+
}, [key.indexOf(_vm.dictionary.ra_ask_avaliation_title) <= -1 ? _c('span', {
|
|
12993
|
+
domProps: {
|
|
12994
|
+
"innerHTML": _vm._s(_vm.formatInteratividadeValue(key, value))
|
|
12995
|
+
}
|
|
12996
|
+
}) : _c('span', [_c('strong', {
|
|
12997
|
+
domProps: {
|
|
12998
|
+
"textContent": _vm._s(key + ":")
|
|
12999
|
+
}
|
|
13000
|
+
}), _vm._v(" "), _c('button', {
|
|
13001
|
+
staticClass: "box-shadow",
|
|
13002
|
+
domProps: {
|
|
13003
|
+
"textContent": _vm._s(value)
|
|
13004
|
+
},
|
|
13005
|
+
on: {
|
|
13006
|
+
"click": function ($event) {
|
|
13007
|
+
return _vm.sendLink(_vm.filteredInteratividadeData[index]);
|
|
13008
|
+
}
|
|
13009
|
+
}
|
|
13010
|
+
})])]);
|
|
13011
|
+
}), _vm._v(" "), _c('hr')], 2);
|
|
13012
|
+
}), 0)]) : _vm._e(), _vm._v(" "), _vm.anexos && _vm.anexos.length ? _c('div', {
|
|
12888
13013
|
staticClass: "card-footer"
|
|
12889
13014
|
}, _vm._l(_vm.anexos, function (anexo, index) {
|
|
12890
13015
|
return _c('div', {
|
|
@@ -12900,13 +13025,102 @@ var __vue_render__$9 = function () {
|
|
|
12900
13025
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
12901
13026
|
};
|
|
12902
13027
|
|
|
13028
|
+
var __vue_staticRenderFns__$a = [];
|
|
13029
|
+
/* style */
|
|
13030
|
+
|
|
13031
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
13032
|
+
if (!inject) return;
|
|
13033
|
+
inject("data-v-3f63bee2_0", {
|
|
13034
|
+
source: ".fade-enter-active[data-v-3f63bee2],.fade-leave-active[data-v-3f63bee2]{transition:opacity .2s}.fade-enter[data-v-3f63bee2],.fade-leave-to[data-v-3f63bee2]{opacity:0}.card-cli[data-v-3f63bee2],.card-ope[data-v-3f63bee2]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-3f63bee2],.card-ope.msgNova[data-v-3f63bee2]{margin-top:30px}.novas-mensagens[data-v-3f63bee2]{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-3f63bee2]{border-left:3px solid #90b823}.card-ope[data-v-3f63bee2]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-3f63bee2]{border-right:3px solid #007535}.card[data-v-3f63bee2]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px;border-radius:7px;box-shadow:rgba(0,0,0,.15) 1px 2px 3px 0}.card p[data-v-3f63bee2]{word-break:break-all}.card-header[data-v-3f63bee2]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between;padding:10px 5px}.card-header svg[data-v-3f63bee2]{font-size:1rem}.card-canal[data-v-3f63bee2]{flex:1;margin-right:10px}.card-datas[data-v-3f63bee2]{display:flex;flex-direction:column;margin-right:10px;background:#008845;padding:5px 10px;border-top-left-radius:15px;border-bottom-left-radius:15px;color:#fff}.card-right[data-v-3f63bee2]{margin-right:-20px;display:flex;flex-direction:row-reverse;align-items:center}.card-data[data-v-3f63bee2]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-3f63bee2]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-3f63bee2]{margin-right:5px;color:#232323}.card-expand[data-v-3f63bee2]{display:flex;justify-content:center;align-items:center;margin:0 10px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-3f63bee2]:hover{opacity:1}.card-footer[data-v-3f63bee2]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip-container[data-v-3f63bee2]{display:flex;flex-wrap:wrap;width:100%;gap:5px}.card-autor[data-v-3f63bee2]{display:flex;align-items:center;margin-right:10px;overflow:hidden;min-width:14px;max-width:calc(100% - 215px);gap:5px}.card-chip[data-v-3f63bee2]{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-3f63bee2]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-3f63bee2]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-3f63bee2]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-3f63bee2]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-3f63bee2]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-3f63bee2]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-3f63bee2]:hover{background-color:rgba(231,76,60,.25)}.card-chip.green[data-v-3f63bee2]{color:#0e3213;background-color:rgba(15,177,39,.3)}.card-chip.green[data-v-3f63bee2]:hover{background-color:rgba(15,177,39,.4)}.card-anexo[data-v-3f63bee2]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-3f63bee2]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-3f63bee2]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-3f63bee2]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-3f63bee2]{max-width:45px;max-height:45px}.anexo-icone[data-v-3f63bee2]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-3f63bee2]:hover{opacity:1}.anexo-icone[data-v-3f63bee2]:visited{color:inherit}svg[data-v-3f63bee2]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-3f63bee2]{position:relative}.anexo-icone.pdf svg[data-v-3f63bee2]{color:#e74c3c}.anexo-icone.pdf[data-v-3f63bee2]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-3f63bee2]{color:#15517f}.anexo-icone.doc[data-v-3f63bee2]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-3f63bee2]{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-3f63bee2]:hover{opacity:1}.anexo-img img[data-v-3f63bee2]{width:95%}.card-interatividade[data-v-3f63bee2]{display:flex;flex-direction:column;margin-top:10px;margin-bottom:5px;font-size:.9em}.card-interatividade-title[data-v-3f63bee2]{font-weight:700;margin-bottom:5px}.card-interatividade-list[data-v-3f63bee2]{margin:0;padding:0;font-size:.9em}.card-interatividade-list hr[data-v-3f63bee2]{height:1px;background-color:#ccc;width:100%;border:0}.card-interatividade-list button[data-v-3f63bee2]{margin-left:5px;border-radius:5px;border:unset;cursor:pointer;padding:5px 10px;background-color:#b5f778}.card-interatividade-list button[data-v-3f63bee2]:hover{text-decoration:underline}",
|
|
13035
|
+
map: undefined,
|
|
13036
|
+
media: undefined
|
|
13037
|
+
});
|
|
13038
|
+
};
|
|
13039
|
+
/* scoped */
|
|
13040
|
+
|
|
13041
|
+
|
|
13042
|
+
const __vue_scope_id__$a = "data-v-3f63bee2";
|
|
13043
|
+
/* module identifier */
|
|
13044
|
+
|
|
13045
|
+
const __vue_module_identifier__$a = undefined;
|
|
13046
|
+
/* functional template */
|
|
13047
|
+
|
|
13048
|
+
const __vue_is_functional_template__$a = false;
|
|
13049
|
+
/* style inject SSR */
|
|
13050
|
+
|
|
13051
|
+
/* style inject shadow dom */
|
|
13052
|
+
|
|
13053
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
13054
|
+
render: __vue_render__$a,
|
|
13055
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
13056
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
13057
|
+
|
|
13058
|
+
var __vue_component__$f = __vue_component__$e;
|
|
13059
|
+
|
|
13060
|
+
//
|
|
13061
|
+
//
|
|
13062
|
+
//
|
|
13063
|
+
//
|
|
13064
|
+
//
|
|
13065
|
+
//
|
|
13066
|
+
//
|
|
13067
|
+
//
|
|
13068
|
+
var script$9 = {
|
|
13069
|
+
data() {
|
|
13070
|
+
return {
|
|
13071
|
+
audioSpeed: 1.0 // Velocidade padrão
|
|
13072
|
+
|
|
13073
|
+
};
|
|
13074
|
+
},
|
|
13075
|
+
|
|
13076
|
+
methods: {
|
|
13077
|
+
toggleSpeed() {
|
|
13078
|
+
if (this.audioSpeed === 1) {
|
|
13079
|
+
this.audioSpeed = 1.5;
|
|
13080
|
+
} else if (this.audioSpeed === 1.5) {
|
|
13081
|
+
this.audioSpeed = 2;
|
|
13082
|
+
} else {
|
|
13083
|
+
this.audioSpeed = 1;
|
|
13084
|
+
} // Emita o evento sempre que a velocidade for alterada
|
|
13085
|
+
|
|
13086
|
+
|
|
13087
|
+
this.$emit("change-speed", this.audioSpeed);
|
|
13088
|
+
}
|
|
13089
|
+
|
|
13090
|
+
}
|
|
13091
|
+
};
|
|
13092
|
+
|
|
13093
|
+
/* script */
|
|
13094
|
+
const __vue_script__$9 = script$9;
|
|
13095
|
+
/* template */
|
|
13096
|
+
|
|
13097
|
+
var __vue_render__$9 = function () {
|
|
13098
|
+
var _vm = this;
|
|
13099
|
+
|
|
13100
|
+
var _h = _vm.$createElement;
|
|
13101
|
+
|
|
13102
|
+
var _c = _vm._self._c || _h;
|
|
13103
|
+
|
|
13104
|
+
return _c('div', {
|
|
13105
|
+
staticClass: "audio-speed-control",
|
|
13106
|
+
on: {
|
|
13107
|
+
"click": _vm.toggleSpeed
|
|
13108
|
+
}
|
|
13109
|
+
}, [_c('div', {
|
|
13110
|
+
staticClass: "speed-circle",
|
|
13111
|
+
class: {
|
|
13112
|
+
'active': _vm.audioSpeed !== 1
|
|
13113
|
+
}
|
|
13114
|
+
}, [_vm._v("\n " + _vm._s(_vm.audioSpeed === 1 ? '1x' : _vm.audioSpeed + 'x') + "\n ")])]);
|
|
13115
|
+
};
|
|
13116
|
+
|
|
12903
13117
|
var __vue_staticRenderFns__$9 = [];
|
|
12904
13118
|
/* style */
|
|
12905
13119
|
|
|
12906
13120
|
const __vue_inject_styles__$9 = function (inject) {
|
|
12907
13121
|
if (!inject) return;
|
|
12908
|
-
inject("data-v-
|
|
12909
|
-
source: ".
|
|
13122
|
+
inject("data-v-19e08482_0", {
|
|
13123
|
+
source: ".audio-speed-control[data-v-19e08482]{display:flex;align-items:center;cursor:pointer;margin-left:10px}.speed-circle[data-v-19e08482]{width:40px;height:40px;background-color:#f1f3f4;border:solid #000 1px;color:#000;display:flex;justify-content:center;align-items:center;border-radius:50%;font-weight:700;transition:background-color .3s}.speed-circle.active[data-v-19e08482]{background-color:#f1f3f4;border:solid #00f 1px}",
|
|
12910
13124
|
map: undefined,
|
|
12911
13125
|
media: undefined
|
|
12912
13126
|
});
|
|
@@ -12914,7 +13128,7 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
12914
13128
|
/* scoped */
|
|
12915
13129
|
|
|
12916
13130
|
|
|
12917
|
-
const __vue_scope_id__$9 = "data-v-
|
|
13131
|
+
const __vue_scope_id__$9 = "data-v-19e08482";
|
|
12918
13132
|
/* module identifier */
|
|
12919
13133
|
|
|
12920
13134
|
const __vue_module_identifier__$9 = undefined;
|
|
@@ -12930,13 +13144,14 @@ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
12930
13144
|
staticRenderFns: __vue_staticRenderFns__$9
|
|
12931
13145
|
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
12932
13146
|
|
|
12933
|
-
var
|
|
13147
|
+
var AudioSpeedControl = __vue_component__$d;
|
|
12934
13148
|
|
|
12935
13149
|
//
|
|
12936
13150
|
var script$8 = {
|
|
12937
13151
|
mixins: [fileHandler],
|
|
12938
13152
|
components: {
|
|
12939
|
-
Loader
|
|
13153
|
+
Loader,
|
|
13154
|
+
AudioSpeedControl
|
|
12940
13155
|
},
|
|
12941
13156
|
props: {
|
|
12942
13157
|
anexo: {
|
|
@@ -12967,7 +13182,7 @@ var script$8 = {
|
|
|
12967
13182
|
data() {
|
|
12968
13183
|
return {
|
|
12969
13184
|
imgErro: false,
|
|
12970
|
-
imgMsgErro:
|
|
13185
|
+
imgMsgErro: ""
|
|
12971
13186
|
};
|
|
12972
13187
|
},
|
|
12973
13188
|
|
|
@@ -12980,6 +13195,11 @@ var script$8 = {
|
|
|
12980
13195
|
},
|
|
12981
13196
|
|
|
12982
13197
|
methods: {
|
|
13198
|
+
changeAudioSpeed(newSpeed) {
|
|
13199
|
+
// Aplique a velocidade ao elemento de áudio
|
|
13200
|
+
this.$refs.audioPlayer.playbackRate = newSpeed;
|
|
13201
|
+
},
|
|
13202
|
+
|
|
12983
13203
|
validarAnexo() {
|
|
12984
13204
|
let status = true; //caso for audio ou documento ignorar
|
|
12985
13205
|
|
|
@@ -13040,7 +13260,11 @@ var __vue_render__$8 = function () {
|
|
|
13040
13260
|
return _vm.showImage(_vm.imageURL);
|
|
13041
13261
|
}
|
|
13042
13262
|
}
|
|
13043
|
-
}) : _vm.audio ? _c('
|
|
13263
|
+
}) : _vm.audio ? _c('div', {
|
|
13264
|
+
staticClass: "divAudioPai"
|
|
13265
|
+
}, [_c('audio', {
|
|
13266
|
+
ref: "audioPlayer",
|
|
13267
|
+
staticClass: "audioStyle",
|
|
13044
13268
|
attrs: {
|
|
13045
13269
|
"controls": "controls"
|
|
13046
13270
|
}
|
|
@@ -13049,7 +13273,11 @@ var __vue_render__$8 = function () {
|
|
|
13049
13273
|
"src": _vm.docURL,
|
|
13050
13274
|
"type": _vm.fileType
|
|
13051
13275
|
}
|
|
13052
|
-
}), _vm._v("\n
|
|
13276
|
+
}), _vm._v("\n Sem suporte para o elemento audio\n ")]), _vm._v(" "), _c('audio-speed-control', {
|
|
13277
|
+
on: {
|
|
13278
|
+
"change-speed": _vm.changeAudioSpeed
|
|
13279
|
+
}
|
|
13280
|
+
})], 1) : _vm.video ? _c('video', {
|
|
13053
13281
|
attrs: {
|
|
13054
13282
|
"controls": "controls"
|
|
13055
13283
|
}
|
|
@@ -13181,19 +13409,19 @@ var __vue_render__$8 = function () {
|
|
|
13181
13409
|
}], null, false, 3778778370)
|
|
13182
13410
|
}, [_vm._v(" "), _c('div', {
|
|
13183
13411
|
staticClass: "tippy-confirmation"
|
|
13184
|
-
}, [_c('p', [_vm._v("
|
|
13412
|
+
}, [_c('p', [_vm._v("Deseja fazer download de todos anexos da tela?")]), _vm._v(" "), _c('button', {
|
|
13185
13413
|
staticClass: "cancel box-shadow",
|
|
13186
13414
|
on: {
|
|
13187
13415
|
"click": _vm.closeTippy
|
|
13188
13416
|
}
|
|
13189
|
-
}, [_vm._v("
|
|
13417
|
+
}, [_vm._v("\n Cancelar\n ")]), _vm._v(" "), _c('button', {
|
|
13190
13418
|
staticClass: "confirm box-shadow",
|
|
13191
13419
|
on: {
|
|
13192
13420
|
"click": function ($event) {
|
|
13193
13421
|
return _vm.downloadAllFilesHandler(_vm.referenceSelector);
|
|
13194
13422
|
}
|
|
13195
13423
|
}
|
|
13196
|
-
}, [_vm._v("
|
|
13424
|
+
}, [_vm._v("\n Confirmar\n ")])])])] : _vm._e()], 2) : _vm._e()])]);
|
|
13197
13425
|
};
|
|
13198
13426
|
|
|
13199
13427
|
var __vue_staticRenderFns__$8 = [];
|
|
@@ -13201,12 +13429,12 @@ var __vue_staticRenderFns__$8 = [];
|
|
|
13201
13429
|
|
|
13202
13430
|
const __vue_inject_styles__$8 = function (inject) {
|
|
13203
13431
|
if (!inject) return;
|
|
13204
|
-
inject("data-v-
|
|
13432
|
+
inject("data-v-211a7686_0", {
|
|
13205
13433
|
source: ".tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme{background-color:#fff;border:1px solid #ccc;color:#333;-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)}.tippy-confirmation p{margin-bottom:3px}.tippy-confirmation button{border:unset;background-color:#f1f1f1;border-radius:3px;padding:5px 8px;cursor:pointer;font-size:.75rem}.tippy-confirmation button.cancel{border-bottom:2px solid red;margin-right:15px}.tippy-confirmation button.confirm{border-bottom:2px solid green}",
|
|
13206
13434
|
map: undefined,
|
|
13207
13435
|
media: undefined
|
|
13208
|
-
}), inject("data-v-
|
|
13209
|
-
source: ".mensagem__principal .default-doc[data-v-
|
|
13436
|
+
}), inject("data-v-211a7686_1", {
|
|
13437
|
+
source: ".mensagem__principal .default-doc[data-v-211a7686]{background-color:var(--files-bg)}.mensagem__principal .default-doc[data-v-211a7686]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .default-doc[data-v-211a7686]{background-color:rgba(100,100,100,.1)}.mensagem__outros .default-doc[data-v-211a7686]:hover{background-color:rgba(100,100,100,.3)}.default-doc:hover p[data-v-211a7686]{text-decoration:underline}.default-doc[data-v-211a7686]{display:flex;align-items:center;padding:10px;border-radius:5px;width:100%;max-width:100%;cursor:pointer;transition:background-color 150ms ease-in-out}.default-doc svg[data-v-211a7686]{font-size:1.2rem;margin-right:5px}.default-doc p[data-v-211a7686]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-actions[data-v-211a7686]{display:flex;justify-content:flex-end;width:100%;padding:5px}.file-actions a[data-v-211a7686]{margin-right:0}.mensagem__principal .file-action-button[data-v-211a7686]{background-color:var(--files-bg)}.mensagem__outros .file-action-button[data-v-211a7686]{background-color:rgba(100,100,100,.1)}.mensagem__principal .file-action-button[data-v-211a7686]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .file-action-button[data-v-211a7686]:hover{background-color:rgba(100,100,100,.3)}.file-action-button[data-v-211a7686]{display:flex;justify-content:center;align-items:center;margin-left:12px;cursor:pointer;padding:5px;border-radius:5px;transition:background-color 150ms ease-in-out}.file-action-button a[data-v-211a7686]{margin:0}.fade-enter-active[data-v-211a7686],.fade-leave-active[data-v-211a7686]{transition:opacity .5s}.fade-enter[data-v-211a7686],.fade-leave-to[data-v-211a7686]{opacity:0}.mensagem-div-anexo[data-v-211a7686]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-211a7686]{width:100%;margin-top:5px;overflow:hidden;display:flex;max-height:300px}.anexo-container .arquivo-erro[data-v-211a7686],.anexo-container a[data-v-211a7686]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-211a7686]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-211a7686],.anexo-container p[data-v-211a7686]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-211a7686]{font-size:2rem}.anexo-mensagem audio .divAudioPai[data-v-211a7686]{outline:0;width:100%;margin-bottom:5px}.audioStyle[data-v-211a7686]{width:370px}.divAudioPai[data-v-211a7686]{display:flex;background-color:#f1f3f4;border-radius:50%;width:100%;border-bottom-right-radius:26px;border-top-right-radius:26px}.anexo-mensagem video[data-v-211a7686]{flex:1;width:100%;max-width:350px;cursor:pointer;margin-bottom:5px}.anexos-links-container[data-v-211a7686]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-211a7686]{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-211a7686]{cursor:pointer}.mensagem-div-anexo img[data-v-211a7686]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-211a7686]{width:100%;height:100%}.anexo-mensagem[data-v-211a7686]{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.alert-danger[data-v-211a7686]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-211a7686]{position:relative;padding:.65rem 1.2rem;margin:5px 0;border:1px solid transparent;border-radius:.25rem;text-align:center}.alert svg[data-v-211a7686]{font-size:1.025em;margin-right:2px}.pdf[data-v-211a7686]{color:#e74c3c}.doc[data-v-211a7686]{color:#006bc9}",
|
|
13210
13438
|
map: undefined,
|
|
13211
13439
|
media: undefined
|
|
13212
13440
|
});
|
|
@@ -13214,7 +13442,7 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
13214
13442
|
/* scoped */
|
|
13215
13443
|
|
|
13216
13444
|
|
|
13217
|
-
const __vue_scope_id__$8 = "data-v-
|
|
13445
|
+
const __vue_scope_id__$8 = "data-v-211a7686";
|
|
13218
13446
|
/* module identifier */
|
|
13219
13447
|
|
|
13220
13448
|
const __vue_module_identifier__$8 = undefined;
|
|
@@ -13372,7 +13600,7 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
13372
13600
|
|
|
13373
13601
|
const __vue_inject_styles__$7 = function (inject) {
|
|
13374
13602
|
if (!inject) return;
|
|
13375
|
-
inject("data-v-
|
|
13603
|
+
inject("data-v-180b8532_0", {
|
|
13376
13604
|
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%)}.bg-none{background-color:transparent!important}.bg-white{background-color:#fff}.border-radius-5{border-radius:5px}.mt-5{margin-top:5px}.interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#111b21;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}.border-bottom-none{border-bottom:none!important}.padding-none{padding:unset!important}.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}",
|
|
13377
13605
|
map: undefined,
|
|
13378
13606
|
media: undefined
|
|
@@ -13555,8 +13783,8 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
13555
13783
|
|
|
13556
13784
|
const __vue_inject_styles__$6 = function (inject) {
|
|
13557
13785
|
if (!inject) return;
|
|
13558
|
-
inject("data-v-
|
|
13559
|
-
source: ".link-preview[data-v-
|
|
13786
|
+
inject("data-v-4ba7fedc_0", {
|
|
13787
|
+
source: ".link-preview[data-v-4ba7fedc]{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-4ba7fedc]{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-4ba7fedc]{margin:5px;font-size:.615em;font-weight:700}.link-preview-author.mb-0[data-v-4ba7fedc]{margin-bottom:0}.link-preview-author h1[data-v-4ba7fedc]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-preview-image img[data-v-4ba7fedc]{min-width:100px;max-width:200px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-infos[data-v-4ba7fedc]{background-color:#2626261a;padding:5px;margin:5px;font-size:.83em;border-radius:5px}.link-preview[data-v-4ba7fedc]:hover{opacity:1}.link-preview:hover .link-preview-infos p[data-v-4ba7fedc]{text-decoration:underline}",
|
|
13560
13788
|
map: undefined,
|
|
13561
13789
|
media: undefined
|
|
13562
13790
|
});
|
|
@@ -13564,7 +13792,7 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
13564
13792
|
/* scoped */
|
|
13565
13793
|
|
|
13566
13794
|
|
|
13567
|
-
const __vue_scope_id__$6 = "data-v-
|
|
13795
|
+
const __vue_scope_id__$6 = "data-v-4ba7fedc";
|
|
13568
13796
|
/* module identifier */
|
|
13569
13797
|
|
|
13570
13798
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -13588,14 +13816,17 @@ var script$5 = {
|
|
|
13588
13816
|
AnexoMensagem,
|
|
13589
13817
|
InteratividadeBotoes,
|
|
13590
13818
|
InteratividadeFormulario,
|
|
13591
|
-
LinkPreview
|
|
13819
|
+
LinkPreview,
|
|
13820
|
+
Picker
|
|
13592
13821
|
},
|
|
13593
|
-
props: ["smartchannel", "messageIndex", "dictionary", "autor", "origem", "msg", "link", "anexo", "imgAnexo", "tipoDoc", "docAnexo", "nomeArquivo", "audio", "video", "horario", "status", "logo", "msgTooltip", "seq", "mapa", "histMsg", "erro", "msgErro", "origemExterna", "anexos", "dominio", "corMsg", "interatividade", "msgReply", "hasReply", "iniDialogo", "dialogoId", "dialogoOrigem", "expSessao", "referenceSelector", "replyMessage", "isReply", "defaultReplyMessage", "showReplyIcon", "showControlFiles"],
|
|
13822
|
+
props: ["smartchannel", "messageIndex", "dictionary", "autor", "origem", "msg", "link", "anexo", "imgAnexo", "tipoDoc", "docAnexo", "nomeArquivo", "audio", "video", "horario", "status", "logo", "msgTooltip", "seq", "mapa", "histMsg", "erro", "msgErro", "origemExterna", "anexos", "dominio", "corMsg", "interatividade", "msgReply", "hasReply", "iniDialogo", "dialogoId", "dialogoOrigem", "expSessao", "referenceSelector", "replyMessage", "isReply", "defaultReplyMessage", "showReplyIcon", "showControlFiles", "showMenu", "id_ext_msg", "tipo_origem"],
|
|
13594
13823
|
|
|
13595
13824
|
created() {
|
|
13596
13825
|
if (!this.$root.$refs.chatMessages) this.$root.$refs.chatMessages = this;
|
|
13597
13826
|
},
|
|
13598
13827
|
|
|
13828
|
+
mixins: [mixin_1],
|
|
13829
|
+
|
|
13599
13830
|
data() {
|
|
13600
13831
|
return {
|
|
13601
13832
|
strTooltipAux: "",
|
|
@@ -13624,7 +13855,11 @@ var script$5 = {
|
|
|
13624
13855
|
rotateControl: false,
|
|
13625
13856
|
fullscreenControl: false,
|
|
13626
13857
|
disableDefaultUI: false
|
|
13627
|
-
}
|
|
13858
|
+
},
|
|
13859
|
+
isMenuOpen: false,
|
|
13860
|
+
showMenuOptions: false,
|
|
13861
|
+
isEmojisOpen: false,
|
|
13862
|
+
messageReaction: ""
|
|
13628
13863
|
};
|
|
13629
13864
|
},
|
|
13630
13865
|
|
|
@@ -13663,20 +13898,35 @@ var script$5 = {
|
|
|
13663
13898
|
let tooltipStar = "";
|
|
13664
13899
|
|
|
13665
13900
|
if (this.iniDialogo == 1) {
|
|
13666
|
-
tooltipStar += this.dictionary[
|
|
13901
|
+
tooltipStar += this.dictionary["ini_sessao"] + "<br/>";
|
|
13667
13902
|
} else {
|
|
13668
|
-
tooltipStar += this.dictionary[
|
|
13903
|
+
tooltipStar += this.dictionary["ini_sessao_padrao"] + "<br/>";
|
|
13904
|
+
}
|
|
13905
|
+
|
|
13906
|
+
tooltipStar += this.dialogoId ? this.dictionary["id_conversa"] + " - " + this.dialogoId + "<br/>" : "";
|
|
13907
|
+
tooltipStar += this.dialogoOrigem ? this.dictionary["origem_conversa"] + " - " + this.dialogoOrigem + "<br/>" : "";
|
|
13908
|
+
tooltipStar += this.expSessao ? this.dictionary["expiracao_sessao"] + " - " + formataTimezoneData(this.expSessao) + "<br/>" : "";
|
|
13909
|
+
|
|
13910
|
+
if (tipo_origem) {
|
|
13911
|
+
tooltipStar += `${this.dictionary["tipo_origem"]}: ${this.dictionary[`tipo_origem_${tipo_origem}`] ? this.dictionary[`tipo_origem_${tipo_origem}`] : tipo_origem}<br/>`;
|
|
13669
13912
|
}
|
|
13670
13913
|
|
|
13671
|
-
tooltipStar += this.dialogoId ? this.dictionary['id_conversa'] + " - " + this.dialogoId + "<br/>" : "";
|
|
13672
|
-
tooltipStar += this.dialogoOrigem ? this.dictionary['origem_conversa'] + " - " + this.dialogoOrigem + "<br/>" : "";
|
|
13673
|
-
tooltipStar += this.expSessao ? this.dictionary['expiracao_sessao'] + " - " + formataTimezoneData(this.expSessao) + "<br/>" : "";
|
|
13674
13914
|
return tooltipStar;
|
|
13675
13915
|
},
|
|
13676
13916
|
|
|
13677
13917
|
validadeSeq() {
|
|
13678
13918
|
if (this.seq && this.seq.substring(0, 2) == "HW") return true;
|
|
13679
13919
|
this.reply = "reply reply-with-2-icons";
|
|
13920
|
+
return false;
|
|
13921
|
+
},
|
|
13922
|
+
|
|
13923
|
+
hasAnyMenu() {
|
|
13924
|
+
if (!this.showMenu || typeof this.showMenu !== "object") return false;
|
|
13925
|
+
|
|
13926
|
+
for (let key in this.showMenu) {
|
|
13927
|
+
if (this.showMenu.hasOwnProperty(key) && this.showMenu[key] === true) return true;
|
|
13928
|
+
}
|
|
13929
|
+
|
|
13680
13930
|
return false;
|
|
13681
13931
|
}
|
|
13682
13932
|
|
|
@@ -13689,9 +13939,63 @@ var script$5 = {
|
|
|
13689
13939
|
},
|
|
13690
13940
|
|
|
13691
13941
|
methods: {
|
|
13942
|
+
closeMenu() {
|
|
13943
|
+
this.isMenuOpen = false;
|
|
13944
|
+
},
|
|
13945
|
+
|
|
13946
|
+
toggleIsMenuOpen() {
|
|
13947
|
+
this.isMenuOpen = !this.isMenuOpen;
|
|
13948
|
+
},
|
|
13949
|
+
|
|
13950
|
+
responderMensagemHandler() {
|
|
13951
|
+
if (this.isMenuOpen) this.closeMenu();
|
|
13952
|
+
this.$emit("responder-mensagem", {
|
|
13953
|
+
messageIndex: this.messageIndex,
|
|
13954
|
+
autor: this.autor,
|
|
13955
|
+
origem: this.origem,
|
|
13956
|
+
msg: this.msg,
|
|
13957
|
+
anexo: this.anexo,
|
|
13958
|
+
imgAnexo: this.imgAnexo,
|
|
13959
|
+
tipoDoc: this.tipoDoc,
|
|
13960
|
+
docAnexo: this.docAnexo,
|
|
13961
|
+
nomeArquivo: this.nomeArquivo,
|
|
13962
|
+
audio: this.audio,
|
|
13963
|
+
video: this.video,
|
|
13964
|
+
seq: this.seq,
|
|
13965
|
+
mapa: this.mapa,
|
|
13966
|
+
anexos: this.anexos,
|
|
13967
|
+
interatividade: this.interatividade,
|
|
13968
|
+
referenceSelector: this.referenceSelector,
|
|
13969
|
+
id_ext_msg: this.id_ext_msg
|
|
13970
|
+
});
|
|
13971
|
+
},
|
|
13972
|
+
|
|
13973
|
+
reagirMensagemHandler() {
|
|
13974
|
+
if (this.isMenuOpen) this.closeMenu();
|
|
13975
|
+
this.isEmojisOpen = !this.isEmojisOpen;
|
|
13976
|
+
},
|
|
13977
|
+
|
|
13978
|
+
addReaction(emoji) {
|
|
13979
|
+
this.messageReaction = this.messageReaction && this.messageReaction.hexa === emoji.hexa ? "" : {
|
|
13980
|
+
hexa: emoji.hexa,
|
|
13981
|
+
finalEmoji: emoji.finalEmoji
|
|
13982
|
+
};
|
|
13983
|
+
this.isEmojisOpen = false;
|
|
13984
|
+
this.$emit("reagir-mensagem", {
|
|
13985
|
+
emoji,
|
|
13986
|
+
seq: this.seq,
|
|
13987
|
+
id_ext_msg: this.id_ext_msg,
|
|
13988
|
+
hasEmojiReaction: this.messageReaction ? true : false
|
|
13989
|
+
});
|
|
13990
|
+
},
|
|
13991
|
+
|
|
13992
|
+
closeEmojis() {
|
|
13993
|
+
this.isEmojisOpen = false;
|
|
13994
|
+
},
|
|
13995
|
+
|
|
13692
13996
|
validateInterativity() {
|
|
13693
13997
|
try {
|
|
13694
|
-
if (this.interatividade && this.interatividade.formulario && this.interatividade.formulario.length || this.interatividade.list && this.interatividade.tipo ==
|
|
13998
|
+
if (this.interatividade && this.interatividade.formulario && this.interatividade.formulario.length || this.interatividade.list && this.interatividade.tipo == "listItem") {
|
|
13695
13999
|
return true;
|
|
13696
14000
|
}
|
|
13697
14001
|
|
|
@@ -13722,7 +14026,7 @@ var script$5 = {
|
|
|
13722
14026
|
},
|
|
13723
14027
|
|
|
13724
14028
|
removeUrlStickerByString(url) {
|
|
13725
|
-
let msg = this.message.replace(`KSTICKERK ${url}`,
|
|
14029
|
+
let msg = this.message.replace(`KSTICKERK ${url}`, "");
|
|
13726
14030
|
return msg;
|
|
13727
14031
|
},
|
|
13728
14032
|
|
|
@@ -13740,7 +14044,7 @@ var script$5 = {
|
|
|
13740
14044
|
setCorMsg() {
|
|
13741
14045
|
try {
|
|
13742
14046
|
const root = document.documentElement;
|
|
13743
|
-
root.style.setProperty(
|
|
14047
|
+
root.style.setProperty("--message-color", this.corMsg);
|
|
13744
14048
|
this.adjustFontColor(this.corMsg);
|
|
13745
14049
|
} catch (e) {
|
|
13746
14050
|
console.error("Erro ao atribuir a cor as mensagens");
|
|
@@ -13824,16 +14128,16 @@ var script$5 = {
|
|
|
13824
14128
|
l = Math.round(l);
|
|
13825
14129
|
h = Math.round(360 * h);
|
|
13826
14130
|
const root = document.documentElement;
|
|
13827
|
-
root.style.setProperty(
|
|
13828
|
-
root.style.setProperty(
|
|
13829
|
-
root.style.setProperty(
|
|
14131
|
+
root.style.setProperty("--text-color", l <= 50 ? "#FFF" : "#111B21");
|
|
14132
|
+
root.style.setProperty("--files-bg", l <= 50 ? "rgba(255, 255, 255, 0.1)" : "rgba(100, 100, 100, 0.1)");
|
|
14133
|
+
root.style.setProperty("--files-bg-hover", l <= 50 ? "rgba(255, 255, 255, 0.3)" : "rgba(100, 100, 100, 0.3)");
|
|
13830
14134
|
} catch (e) {
|
|
13831
14135
|
console.error("Erro ao ajustar a cor da mensagem: ", e);
|
|
13832
14136
|
}
|
|
13833
14137
|
},
|
|
13834
14138
|
|
|
13835
14139
|
formatMsg(msg) {
|
|
13836
|
-
if (this.status ==
|
|
14140
|
+
if (this.status == "O") return this.dictionary.msg_excluida ? this.dictionary.msg_excluida : "MENSAGEM DELETADA";
|
|
13837
14141
|
const regex = /(\n| )/g;
|
|
13838
14142
|
if (regex.test(msg)) msg = msg.replace(regex, "<br>");
|
|
13839
14143
|
return msg;
|
|
@@ -13942,7 +14246,7 @@ var __vue_render__$5 = function () {
|
|
|
13942
14246
|
return _vm.abrirPopup(info.value);
|
|
13943
14247
|
}
|
|
13944
14248
|
}
|
|
13945
|
-
}, [_vm._v("
|
|
14249
|
+
}, [_vm._v("\n " + _vm._s(info.textLink) + " "), _c('fa-icon', {
|
|
13946
14250
|
attrs: {
|
|
13947
14251
|
"icon": ['fas', 'map-marker-alt']
|
|
13948
14252
|
}
|
|
@@ -14154,7 +14458,94 @@ var __vue_render__$5 = function () {
|
|
|
14154
14458
|
domProps: {
|
|
14155
14459
|
"innerHTML": _vm._s(_vm.autor)
|
|
14156
14460
|
}
|
|
14157
|
-
})
|
|
14461
|
+
}), _vm._v(" "), _vm.hasAnyMenu ? _c('div', {
|
|
14462
|
+
staticClass: "menu-primario",
|
|
14463
|
+
class: _vm.origem
|
|
14464
|
+
}, [_vm.showMenu.reply ? _c('span', {
|
|
14465
|
+
directives: [{
|
|
14466
|
+
name: "tippy",
|
|
14467
|
+
rawName: "v-tippy"
|
|
14468
|
+
}],
|
|
14469
|
+
staticClass: "menu-mensagem",
|
|
14470
|
+
attrs: {
|
|
14471
|
+
"content": _vm.dictionary.tit_responder_msg
|
|
14472
|
+
},
|
|
14473
|
+
on: {
|
|
14474
|
+
"click": _vm.responderMensagemHandler
|
|
14475
|
+
}
|
|
14476
|
+
}, [_c('fa-icon', {
|
|
14477
|
+
attrs: {
|
|
14478
|
+
"icon": ['fas', 'reply']
|
|
14479
|
+
}
|
|
14480
|
+
})], 1) : _vm._e(), _vm._v(" "), _vm.showMenu.reaction ? _c('span', {
|
|
14481
|
+
directives: [{
|
|
14482
|
+
name: "tippy",
|
|
14483
|
+
rawName: "v-tippy"
|
|
14484
|
+
}],
|
|
14485
|
+
staticClass: "menu-mensagem",
|
|
14486
|
+
attrs: {
|
|
14487
|
+
"content": _vm.dictionary.tit_reagir_msg
|
|
14488
|
+
},
|
|
14489
|
+
on: {
|
|
14490
|
+
"click": _vm.reagirMensagemHandler
|
|
14491
|
+
}
|
|
14492
|
+
}, [_c('fa-icon', {
|
|
14493
|
+
attrs: {
|
|
14494
|
+
"icon": ['fas', 'smile']
|
|
14495
|
+
}
|
|
14496
|
+
})], 1) : _vm._e()]) : _vm._e(), _vm._v(" "), _vm.isEmojisOpen ? _c('div', {
|
|
14497
|
+
directives: [{
|
|
14498
|
+
name: "on-clickaway",
|
|
14499
|
+
rawName: "v-on-clickaway",
|
|
14500
|
+
value: _vm.closeEmojis,
|
|
14501
|
+
expression: "closeEmojis"
|
|
14502
|
+
}],
|
|
14503
|
+
staticClass: "emoji-message-container"
|
|
14504
|
+
}, [_c('Picker', {
|
|
14505
|
+
on: {
|
|
14506
|
+
"insert-emoji": _vm.addReaction
|
|
14507
|
+
}
|
|
14508
|
+
})], 1) : _vm._e(), _vm._v(" "), _vm.isMenuOpen ? _c('transition', {
|
|
14509
|
+
attrs: {
|
|
14510
|
+
"name": "fade",
|
|
14511
|
+
"mode": "out-in"
|
|
14512
|
+
}
|
|
14513
|
+
}, [_c('ul', {
|
|
14514
|
+
directives: [{
|
|
14515
|
+
name: "on-clickaway",
|
|
14516
|
+
rawName: "v-on-clickaway",
|
|
14517
|
+
value: _vm.closeMenu,
|
|
14518
|
+
expression: "closeMenu"
|
|
14519
|
+
}],
|
|
14520
|
+
staticClass: "menu-flutuante",
|
|
14521
|
+
class: _vm.origem
|
|
14522
|
+
}, [_vm.showMenu.reply ? _c('li', {
|
|
14523
|
+
on: {
|
|
14524
|
+
"click": _vm.responderMensagemHandler
|
|
14525
|
+
}
|
|
14526
|
+
}, [_c('span', [_vm._v(" " + _vm._s(_vm.dictionary.tit_responder_msg) + " ")])]) : _vm._e(), _vm._v(" "), _vm.showMenu.reaction ? _c('li', {
|
|
14527
|
+
on: {
|
|
14528
|
+
"click": _vm.reagirMensagemHandler
|
|
14529
|
+
}
|
|
14530
|
+
}, [_c('span', [_vm._v(" " + _vm._s(_vm.dictionary.tit_reagir_msg) + " ")])]) : _vm._e()])]) : _vm._e(), _vm._v(" "), _vm.messageReaction ? _c('transition', {
|
|
14531
|
+
attrs: {
|
|
14532
|
+
"name": "fade",
|
|
14533
|
+
"mode": "out-in"
|
|
14534
|
+
}
|
|
14535
|
+
}, [_c('span', {
|
|
14536
|
+
directives: [{
|
|
14537
|
+
name: "tippy",
|
|
14538
|
+
rawName: "v-tippy"
|
|
14539
|
+
}],
|
|
14540
|
+
staticClass: "reaction",
|
|
14541
|
+
attrs: {
|
|
14542
|
+
"content": _vm.dictionary.tit_mensagem_reagida + " " + _vm.messageReaction.finalEmoji
|
|
14543
|
+
}
|
|
14544
|
+
}, [_c('span', {
|
|
14545
|
+
domProps: {
|
|
14546
|
+
"innerHTML": _vm._s(_vm.messageReaction.finalEmoji)
|
|
14547
|
+
}
|
|
14548
|
+
})])]) : _vm._e()], 2)], 1) : _vm._e();
|
|
14158
14549
|
};
|
|
14159
14550
|
|
|
14160
14551
|
var __vue_staticRenderFns__$5 = [];
|
|
@@ -14162,8 +14553,8 @@ var __vue_staticRenderFns__$5 = [];
|
|
|
14162
14553
|
|
|
14163
14554
|
const __vue_inject_styles__$5 = function (inject) {
|
|
14164
14555
|
if (!inject) return;
|
|
14165
|
-
inject("data-v-
|
|
14166
|
-
source: ":root{--message-color:#373737;--text-color:#
|
|
14556
|
+
inject("data-v-2dea9a7a_0", {
|
|
14557
|
+
source: ":root{--message-color:#373737;--text-color:#fff;--files-bg:rgba(255, 255, 255, 0.1);--files-bg-hover:rgba(255, 255, 255, 0.1);--light:80;--threshold:60}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem-reply{padding:5px 10px;font-size:.75rem;color:#666;transition:background-color 150ms ease-in-out;border-radius:5px;margin:5px 0;overflow:hidden;max-width:100%}.mensagem-reply p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-reply-principal{border-left:3px solid transparent;background-color:rgba(100,100,100,.1)}.message-reply-principal:hover{background-color:rgba(100,100,100,.2)}.message-reply-outros{background-color:#f5f5f5;border-left:3px solid var(--message-color)}.message-reply-outros:hover{background-color:#ebebeb}.mensagem-reply-vazia{display:flex;align-items:center}.mensagem-reply-vazia svg{margin-right:5px;color:#ba181b}.mensagem{padding:20px 7px 14px 7px;border-radius: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:.75rem;word-break:break-word;-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)}.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:hover .menu-primario{visibility:visible;opacity:1}.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}.menu-primario{visibility:hidden;opacity:0;transition:opacity 150ms ease-in-out;position:absolute;font-size:.7rem;top:3px;display:flex;gap:5px;padding:2px 4px}.menu-primario.principal{left:4px;color:var(--text-color);background-color:var(--message-color)}.menu-primario.outros{right:4px;color:var(--text-color);background-color:#fff}.menu-primario.outros>span:nth-child(1){order:10}.menu-mensagem{cursor:pointer;padding:1px}.menu-flutuante{background-color:#fff;-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);border-radius:10px;position:absolute;top:20px;width:120px;min-height:50px;height:50px;max-height:50px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;display:flex;flex-direction:column;z-index:1}.menu-flutuante.principal{left:3px}.menu-flutuante.outros{right:3px}.menu-flutuante li{transition:background-color .3s ease-in-out;width:100%;cursor:pointer;padding:5px 10px;display:flex;align-items:center}.menu-flutuante li:hover{background-color:#e9e9e9}.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:var(--text-color)}.mensagem__principal>.mensagem .horario-envio{color:var(--text-color)}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:var(--text-color)}.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:.85em}.info-mapa li.url{font-size:.85em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.emoji-message-container{position:absolute;top:0;z-index:1;width:300px;height:250px}.emoji-message-container .sm-emoji-picker{width:300px;height:250px}.emoji-message-container .sm-emoji-picker .sm-emoji-header{overflow-x:auto;overflow-y:hidden}.reaction{position:absolute;bottom:0;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:rgba(100,100,100,.4);padding:5px;font-size:1.3em;min-width:1.8em;min-height:1.8em;max-width:1.8em;max-height:1.8em}.reaction>span{display:block;transform:translateY(-1px)}.mensagem__outros .reaction{right:-30px}.mensagem__principal .reaction{left:-30px}",
|
|
14167
14558
|
map: undefined,
|
|
14168
14559
|
media: undefined
|
|
14169
14560
|
});
|
|
@@ -14241,7 +14632,7 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
14241
14632
|
|
|
14242
14633
|
const __vue_inject_styles__$4 = function (inject) {
|
|
14243
14634
|
if (!inject) return;
|
|
14244
|
-
inject("data-v-
|
|
14635
|
+
inject("data-v-f9c5e7d8_0", {
|
|
14245
14636
|
source: ".simple-btn--icon.custom>span{width:20px;height:20px}",
|
|
14246
14637
|
map: undefined,
|
|
14247
14638
|
media: undefined
|
|
@@ -14368,7 +14759,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
14368
14759
|
|
|
14369
14760
|
const __vue_inject_styles__$3 = function (inject) {
|
|
14370
14761
|
if (!inject) return;
|
|
14371
|
-
inject("data-v-
|
|
14762
|
+
inject("data-v-b7424d62_0", {
|
|
14372
14763
|
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}",
|
|
14373
14764
|
map: undefined,
|
|
14374
14765
|
media: undefined
|
|
@@ -14560,11 +14951,11 @@ var __vue_staticRenderFns__$2 = [];
|
|
|
14560
14951
|
|
|
14561
14952
|
const __vue_inject_styles__$2 = function (inject) {
|
|
14562
14953
|
if (!inject) return;
|
|
14563
|
-
inject("data-v-
|
|
14564
|
-
source: ".fade-enter-active[data-v-
|
|
14954
|
+
inject("data-v-179843a2_0", {
|
|
14955
|
+
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}",
|
|
14565
14956
|
map: undefined,
|
|
14566
14957
|
media: undefined
|
|
14567
|
-
}), inject("data-v-
|
|
14958
|
+
}), inject("data-v-179843a2_1", {
|
|
14568
14959
|
source: ".btn-rolagem{position:absolute;bottom:10px;right:20px}.btn-rolagem.higher{bottom:36px}.btn-rolagem svg{font-size:2.4rem;color:#757575;transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer}.btn-rolagem svg:hover{opacity:1}.sinalizar-msg-nova{position:absolute;top:-10px;left:-10px;background-color:#4f772d;width:12.5px;height:12.5px;border-radius:50%;animation-name:blink;animation-duration:1s;animation-direction:alternate;animation-iteration-count:infinite}@keyframes blink{from{opacity:.8 - .1}to{opacity:1}}",
|
|
14569
14960
|
map: undefined,
|
|
14570
14961
|
media: undefined
|
|
@@ -14573,7 +14964,7 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
14573
14964
|
/* scoped */
|
|
14574
14965
|
|
|
14575
14966
|
|
|
14576
|
-
const __vue_scope_id__$2 = "data-v-
|
|
14967
|
+
const __vue_scope_id__$2 = "data-v-179843a2";
|
|
14577
14968
|
/* module identifier */
|
|
14578
14969
|
|
|
14579
14970
|
const __vue_module_identifier__$2 = undefined;
|
|
@@ -14686,8 +15077,8 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
14686
15077
|
|
|
14687
15078
|
const __vue_inject_styles__$1 = function (inject) {
|
|
14688
15079
|
if (!inject) return;
|
|
14689
|
-
inject("data-v-
|
|
14690
|
-
source: ".mr-5[data-v-
|
|
15080
|
+
inject("data-v-df17eba8_0", {
|
|
15081
|
+
source: ".mr-5[data-v-df17eba8]{margin-right:5px}.anexo-img[data-v-df17eba8]{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-df17eba8]:hover{opacity:1}.anexo-img img[data-v-df17eba8]{width:95%;max-height:50px}.box-shadow[data-v-df17eba8]{-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-df17eba8]{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.anexo-icone[data-v-df17eba8]:hover{opacity:1}.anexo-icone[data-v-df17eba8]:visited{color:inherit}.anexo-icone.pdf[data-v-df17eba8]{position:relative}.anexo-icone.pdf svg[data-v-df17eba8]{color:#e74c3c}.anexo-icone.pdf[data-v-df17eba8]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px}.anexo-icone.doc[data-v-df17eba8]{color:#15517f}.anexo-icone.doc[data-v-df17eba8]::after{content:\"\";position:absolute;width:20px;height:20px}.align-items-center[data-v-df17eba8]{align-items:center}.flex-wrap[data-v-df17eba8]{flex-wrap:wrap}.d-flex[data-v-df17eba8]{display:flex}.mb-5[data-v-df17eba8]{margin-bottom:5px}.mx-5[data-v-df17eba8]{margin-left:5px;margin-right:5px}",
|
|
14691
15082
|
map: undefined,
|
|
14692
15083
|
media: undefined
|
|
14693
15084
|
});
|
|
@@ -14695,7 +15086,7 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
14695
15086
|
/* scoped */
|
|
14696
15087
|
|
|
14697
15088
|
|
|
14698
|
-
const __vue_scope_id__$1 = "data-v-
|
|
15089
|
+
const __vue_scope_id__$1 = "data-v-df17eba8";
|
|
14699
15090
|
/* module identifier */
|
|
14700
15091
|
|
|
14701
15092
|
const __vue_module_identifier__$1 = undefined;
|
|
@@ -14877,8 +15268,8 @@ var __vue_staticRenderFns__ = [];
|
|
|
14877
15268
|
|
|
14878
15269
|
const __vue_inject_styles__ = function (inject) {
|
|
14879
15270
|
if (!inject) return;
|
|
14880
|
-
inject("data-v-
|
|
14881
|
-
source: ".w-100[data-v-
|
|
15271
|
+
inject("data-v-06a38972_0", {
|
|
15272
|
+
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}",
|
|
14882
15273
|
map: undefined,
|
|
14883
15274
|
media: undefined
|
|
14884
15275
|
});
|
|
@@ -14886,7 +15277,7 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
14886
15277
|
/* scoped */
|
|
14887
15278
|
|
|
14888
15279
|
|
|
14889
|
-
const __vue_scope_id__ = "data-v-
|
|
15280
|
+
const __vue_scope_id__ = "data-v-06a38972";
|
|
14890
15281
|
/* module identifier */
|
|
14891
15282
|
|
|
14892
15283
|
const __vue_module_identifier__ = undefined;
|
|
@@ -14906,12 +15297,12 @@ var __vue_component__$1 = __vue_component__;
|
|
|
14906
15297
|
|
|
14907
15298
|
var components = /*#__PURE__*/Object.freeze({
|
|
14908
15299
|
__proto__: null,
|
|
14909
|
-
TemplateGenerator: __vue_component__$
|
|
15300
|
+
TemplateGenerator: __vue_component__$q,
|
|
14910
15301
|
TextFooter: TextFooter,
|
|
14911
|
-
ExpandTextarea: __vue_component__$
|
|
14912
|
-
Card: __vue_component__$
|
|
15302
|
+
ExpandTextarea: __vue_component__$o,
|
|
15303
|
+
Card: __vue_component__$k,
|
|
14913
15304
|
InteratividadeFormulario: InteratividadeFormulario,
|
|
14914
|
-
CardMessages: __vue_component__$
|
|
15305
|
+
CardMessages: __vue_component__$f,
|
|
14915
15306
|
ChatMessages: __vue_component__$9,
|
|
14916
15307
|
BtnEmojis: BtnEmojis,
|
|
14917
15308
|
SimpleButton: __vue_component__$6,
|
|
@@ -14928,4 +15319,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
14928
15319
|
});
|
|
14929
15320
|
}; // Create module definition for Vue.use()
|
|
14930
15321
|
|
|
14931
|
-
export { BtnEmojis, __vue_component__$
|
|
15322
|
+
export { BtnEmojis, __vue_component__$k as Card, __vue_component__$f as CardMessages, __vue_component__$9 as ChatMessages, __vue_component__$1 as Email, __vue_component__$o as ExpandTextarea, InteratividadeFormulario, __vue_component__$4 as ScrollContent, __vue_component__$6 as SimpleButton, __vue_component__$q as TemplateGenerator, TextFooter, Loader as VueLoader, install as default };
|