vue-intergrall-plugins 0.0.286 → 0.0.287
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 +502 -398
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +521 -433
- package/package.json +65 -65
- 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 +124 -124
- 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 +368 -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 +459 -385
- package/src/lib-components/Messages/CardAttachment.vue +61 -61
- package/src/lib-components/Messages/CardMessages.vue +460 -460
- package/src/lib-components/Messages/ChatMessages.vue +715 -715
- 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-317a5454_0", {
|
|
2651
|
+
source: ".btn-red button[data-v-317a5454]{background-color:red}.btn-red svg[data-v-317a5454]{color:#b60000}.container-btns[data-v-317a5454]{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-317a5454";
|
|
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-5cb744d5_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;
|
|
@@ -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-10e6d59a_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-6f58774c_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-2f9b92af_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-3c92522c_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-bba78656_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-6c6e9f52_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-9024288c_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-5cdd6708_0", {
|
|
9295
|
+
source: ".text-footer-actions--btn[data-v-5cdd6708]{position:relative}.text-footer-actions--btn>svg[data-v-5cdd6708]:nth-child(1){font-size:1.2rem}.text-footer-actions--btn>svg[data-v-5cdd6708]: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-5cdd6708";
|
|
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-372d4214_0", {
|
|
9393
|
+
source: ".multiplos[data-v-372d4214]{display:flex}.multiplos svg[data-v-372d4214]{font-size:.95rem}.multiplos svg.small[data-v-372d4214]{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-372d4214";
|
|
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-536e29f3_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-0f4bdf53_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-040fcc4b_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-6af76ab4_0", {
|
|
11570
|
+
source: ".fade-enter-active[data-v-6af76ab4],.fade-leave-active[data-v-6af76ab4]{transition:opacity .5s}.fade-enter[data-v-6af76ab4],.fade-leave-to[data-v-6af76ab4]{opacity:0}",
|
|
11571
11571
|
map: undefined,
|
|
11572
11572
|
media: undefined
|
|
11573
|
-
}), inject("data-v-
|
|
11573
|
+
}), inject("data-v-6af76ab4_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-6af76ab4";
|
|
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-f35be0de_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-379b55ef_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-2e6645f0_0", {
|
|
12509
|
+
source: ".show-x-enter-active[data-v-2e6645f0],.show-x-leave-enter[data-v-2e6645f0]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-2e6645f0],.show-x-leave-to[data-v-2e6645f0]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-2e6645f0]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-2e6645f0]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-2e6645f0]{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-2e6645f0]{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-2e6645f0]{margin:10px 0}.interatividade-titulo-form[data-v-2e6645f0]{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-2e6645f0]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-2e6645f0]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-2e6645f0]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-2e6645f0]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-2e6645f0]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-2e6645f0]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-2e6645f0]:hover{color:#00628f}.text-blue[data-v-2e6645f0]{color:#294ed3}.text-red[data-v-2e6645f0]{color:#e74c3c}.text-dark[data-v-2e6645f0]{color:#333}.ml-3[data-v-2e6645f0]{margin-left:3px}.fs-2[data-v-2e6645f0]{font-size:2rem}.flex-wrap[data-v-2e6645f0]{flex-wrap:wrap}.align-items-center[data-v-2e6645f0]{align-items:center}.d-flex[data-v-2e6645f0]{display:flex}.align-items-end[data-v-2e6645f0]{align-items:flex-end}.flex-column[data-v-2e6645f0]{flex-direction:column}.text-bold[data-v-2e6645f0]{font-weight:700}.m-5[data-v-2e6645f0]{margin:5px}.mb-5[data-v-2e6645f0]{margin-bottom:5px}.mx-5[data-v-2e6645f0]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-2e6645f0]{cursor:pointer}.bg-dark-white-2[data-v-2e6645f0]{background-color:#f7f7f7}.border-radius-10[data-v-2e6645f0]{border-radius:10px}.w-100[data-v-2e6645f0]{width:100%}.overflow-hidden[data-v-2e6645f0]{overflow:hidden}.mt-10[data-v-2e6645f0]{margin-top:10px}.flex-wrap[data-v-2e6645f0]{flex-wrap:wrap}.d-flex[data-v-2e6645f0]{display:flex}.p-10[data-v-2e6645f0]{padding:10px}.mb-5[data-v-2e6645f0]{margin-bottom:5px}.mb-10[data-v-2e6645f0]{margin-bottom:10px}.mx-10[data-v-2e6645f0]{margin-left:10px;margin-right:10px}.d-flex-center[data-v-2e6645f0]{display:flex;justify-content:center;align-items:center}.fs-_85[data-v-2e6645f0]{font-size:.85rem}.text-ellipsis[data-v-2e6645f0]{text-overflow:ellipsis}.text-left[data-v-2e6645f0]{text-align:left}.text-ellipsis[data-v-2e6645f0]{white-space:nowrap;overflow:hidden}.ml-5[data-v-2e6645f0]{margin-left:5px}.text-shadow[data-v-2e6645f0]{text-shadow:0 0 #000}.justify-content-between[data-v-2e6645f0]{justify-content:space-between}.mr-5[data-v-2e6645f0]{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-2e6645f0";
|
|
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-6ebf6985_0", {
|
|
12642
|
+
source: ".fade-enter-active[data-v-6ebf6985],.fade-leave-active[data-v-6ebf6985]{transition:opacity .5s}.fade-enter[data-v-6ebf6985],.fade-leave-to[data-v-6ebf6985]{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-6ebf6985";
|
|
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
|
},
|
|
@@ -12797,10 +12797,10 @@ var script$9 = {
|
|
|
12797
12797
|
};
|
|
12798
12798
|
|
|
12799
12799
|
/* script */
|
|
12800
|
-
const __vue_script__$
|
|
12800
|
+
const __vue_script__$a = script$a;
|
|
12801
12801
|
/* template */
|
|
12802
12802
|
|
|
12803
|
-
var __vue_render__$
|
|
12803
|
+
var __vue_render__$a = function () {
|
|
12804
12804
|
var _vm = this;
|
|
12805
12805
|
|
|
12806
12806
|
var _h = _vm.$createElement;
|
|
@@ -12936,13 +12936,102 @@ var __vue_render__$9 = function () {
|
|
|
12936
12936
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
12937
12937
|
};
|
|
12938
12938
|
|
|
12939
|
+
var __vue_staticRenderFns__$a = [];
|
|
12940
|
+
/* style */
|
|
12941
|
+
|
|
12942
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
12943
|
+
if (!inject) return;
|
|
12944
|
+
inject("data-v-bbf4eed6_0", {
|
|
12945
|
+
source: ".fade-enter-active[data-v-bbf4eed6],.fade-leave-active[data-v-bbf4eed6]{transition:opacity .2s}.fade-enter[data-v-bbf4eed6],.fade-leave-to[data-v-bbf4eed6]{opacity:0}.card-cli[data-v-bbf4eed6],.card-ope[data-v-bbf4eed6]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-bbf4eed6],.card-ope.msgNova[data-v-bbf4eed6]{margin-top:30px}.novas-mensagens[data-v-bbf4eed6]{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-bbf4eed6]{border-left:3px solid #90b823}.card-ope[data-v-bbf4eed6]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-bbf4eed6]{border-right:3px solid #007535}.card[data-v-bbf4eed6]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p[data-v-bbf4eed6]{word-break:break-all}.card-header[data-v-bbf4eed6]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg[data-v-bbf4eed6]{font-size:1rem}.card-canal[data-v-bbf4eed6]{flex:1;margin-right:10px}.card-datas[data-v-bbf4eed6]{display:flex;flex-direction:column;margin-right:10px}.card-data[data-v-bbf4eed6]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-bbf4eed6]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-bbf4eed6]{margin-right:5px;color:#232323}.card-expand[data-v-bbf4eed6]{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-bbf4eed6]:hover{opacity:1}.card-footer[data-v-bbf4eed6]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip-container[data-v-bbf4eed6]{display:flex;flex-wrap:wrap;width:100%;gap:5px}.card-chip[data-v-bbf4eed6]{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-bbf4eed6]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-bbf4eed6]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-bbf4eed6]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-bbf4eed6]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-bbf4eed6]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-bbf4eed6]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-bbf4eed6]:hover{background-color:rgba(231,76,60,.25)}.card-chip.green[data-v-bbf4eed6]{color:#0e3213;background-color:rgba(15,177,39,.3)}.card-chip.green[data-v-bbf4eed6]:hover{background-color:rgba(15,177,39,.4)}.card-anexo[data-v-bbf4eed6]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-bbf4eed6]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-bbf4eed6]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-bbf4eed6]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-bbf4eed6]{max-width:45px;max-height:45px}.anexo-icone[data-v-bbf4eed6]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-bbf4eed6]:hover{opacity:1}.anexo-icone[data-v-bbf4eed6]:visited{color:inherit}svg[data-v-bbf4eed6]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-bbf4eed6]{position:relative}.anexo-icone.pdf svg[data-v-bbf4eed6]{color:#e74c3c}.anexo-icone.pdf[data-v-bbf4eed6]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-bbf4eed6]{color:#15517f}.anexo-icone.doc[data-v-bbf4eed6]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-bbf4eed6]{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-bbf4eed6]:hover{opacity:1}.anexo-img img[data-v-bbf4eed6]{width:95%}",
|
|
12946
|
+
map: undefined,
|
|
12947
|
+
media: undefined
|
|
12948
|
+
});
|
|
12949
|
+
};
|
|
12950
|
+
/* scoped */
|
|
12951
|
+
|
|
12952
|
+
|
|
12953
|
+
const __vue_scope_id__$a = "data-v-bbf4eed6";
|
|
12954
|
+
/* module identifier */
|
|
12955
|
+
|
|
12956
|
+
const __vue_module_identifier__$a = undefined;
|
|
12957
|
+
/* functional template */
|
|
12958
|
+
|
|
12959
|
+
const __vue_is_functional_template__$a = false;
|
|
12960
|
+
/* style inject SSR */
|
|
12961
|
+
|
|
12962
|
+
/* style inject shadow dom */
|
|
12963
|
+
|
|
12964
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
12965
|
+
render: __vue_render__$a,
|
|
12966
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
12967
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
12968
|
+
|
|
12969
|
+
var __vue_component__$f = __vue_component__$e;
|
|
12970
|
+
|
|
12971
|
+
//
|
|
12972
|
+
//
|
|
12973
|
+
//
|
|
12974
|
+
//
|
|
12975
|
+
//
|
|
12976
|
+
//
|
|
12977
|
+
//
|
|
12978
|
+
//
|
|
12979
|
+
var script$9 = {
|
|
12980
|
+
data() {
|
|
12981
|
+
return {
|
|
12982
|
+
audioSpeed: 1.0 // Velocidade padrão
|
|
12983
|
+
|
|
12984
|
+
};
|
|
12985
|
+
},
|
|
12986
|
+
|
|
12987
|
+
methods: {
|
|
12988
|
+
toggleSpeed() {
|
|
12989
|
+
if (this.audioSpeed === 1) {
|
|
12990
|
+
this.audioSpeed = 1.5;
|
|
12991
|
+
} else if (this.audioSpeed === 1.5) {
|
|
12992
|
+
this.audioSpeed = 2;
|
|
12993
|
+
} else {
|
|
12994
|
+
this.audioSpeed = 1;
|
|
12995
|
+
} // Emita o evento sempre que a velocidade for alterada
|
|
12996
|
+
|
|
12997
|
+
|
|
12998
|
+
this.$emit("change-speed", this.audioSpeed);
|
|
12999
|
+
}
|
|
13000
|
+
|
|
13001
|
+
}
|
|
13002
|
+
};
|
|
13003
|
+
|
|
13004
|
+
/* script */
|
|
13005
|
+
const __vue_script__$9 = script$9;
|
|
13006
|
+
/* template */
|
|
13007
|
+
|
|
13008
|
+
var __vue_render__$9 = function () {
|
|
13009
|
+
var _vm = this;
|
|
13010
|
+
|
|
13011
|
+
var _h = _vm.$createElement;
|
|
13012
|
+
|
|
13013
|
+
var _c = _vm._self._c || _h;
|
|
13014
|
+
|
|
13015
|
+
return _c('div', {
|
|
13016
|
+
staticClass: "audio-speed-control",
|
|
13017
|
+
on: {
|
|
13018
|
+
"click": _vm.toggleSpeed
|
|
13019
|
+
}
|
|
13020
|
+
}, [_c('div', {
|
|
13021
|
+
staticClass: "speed-circle",
|
|
13022
|
+
class: {
|
|
13023
|
+
'active': _vm.audioSpeed !== 1
|
|
13024
|
+
}
|
|
13025
|
+
}, [_vm._v("\n " + _vm._s(_vm.audioSpeed === 1 ? '1x' : _vm.audioSpeed + 'x') + "\n ")])]);
|
|
13026
|
+
};
|
|
13027
|
+
|
|
12939
13028
|
var __vue_staticRenderFns__$9 = [];
|
|
12940
13029
|
/* style */
|
|
12941
13030
|
|
|
12942
13031
|
const __vue_inject_styles__$9 = function (inject) {
|
|
12943
13032
|
if (!inject) return;
|
|
12944
|
-
inject("data-v-
|
|
12945
|
-
source: ".
|
|
13033
|
+
inject("data-v-19e08482_0", {
|
|
13034
|
+
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}",
|
|
12946
13035
|
map: undefined,
|
|
12947
13036
|
media: undefined
|
|
12948
13037
|
});
|
|
@@ -12950,7 +13039,7 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
12950
13039
|
/* scoped */
|
|
12951
13040
|
|
|
12952
13041
|
|
|
12953
|
-
const __vue_scope_id__$9 = "data-v-
|
|
13042
|
+
const __vue_scope_id__$9 = "data-v-19e08482";
|
|
12954
13043
|
/* module identifier */
|
|
12955
13044
|
|
|
12956
13045
|
const __vue_module_identifier__$9 = undefined;
|
|
@@ -12966,13 +13055,14 @@ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
12966
13055
|
staticRenderFns: __vue_staticRenderFns__$9
|
|
12967
13056
|
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
12968
13057
|
|
|
12969
|
-
var
|
|
13058
|
+
var AudioSpeedControl = __vue_component__$d;
|
|
12970
13059
|
|
|
12971
13060
|
//
|
|
12972
13061
|
var script$8 = {
|
|
12973
13062
|
mixins: [fileHandler],
|
|
12974
13063
|
components: {
|
|
12975
|
-
Loader
|
|
13064
|
+
Loader,
|
|
13065
|
+
AudioSpeedControl
|
|
12976
13066
|
},
|
|
12977
13067
|
props: {
|
|
12978
13068
|
anexo: {
|
|
@@ -13003,7 +13093,7 @@ var script$8 = {
|
|
|
13003
13093
|
data() {
|
|
13004
13094
|
return {
|
|
13005
13095
|
imgErro: false,
|
|
13006
|
-
imgMsgErro:
|
|
13096
|
+
imgMsgErro: ""
|
|
13007
13097
|
};
|
|
13008
13098
|
},
|
|
13009
13099
|
|
|
@@ -13016,6 +13106,11 @@ var script$8 = {
|
|
|
13016
13106
|
},
|
|
13017
13107
|
|
|
13018
13108
|
methods: {
|
|
13109
|
+
changeAudioSpeed(newSpeed) {
|
|
13110
|
+
// Aplique a velocidade ao elemento de áudio
|
|
13111
|
+
this.$refs.audioPlayer.playbackRate = newSpeed;
|
|
13112
|
+
},
|
|
13113
|
+
|
|
13019
13114
|
validarAnexo() {
|
|
13020
13115
|
let status = true; //caso for audio ou documento ignorar
|
|
13021
13116
|
|
|
@@ -13076,7 +13171,11 @@ var __vue_render__$8 = function () {
|
|
|
13076
13171
|
return _vm.showImage(_vm.imageURL);
|
|
13077
13172
|
}
|
|
13078
13173
|
}
|
|
13079
|
-
}) : _vm.audio ? _c('
|
|
13174
|
+
}) : _vm.audio ? _c('div', {
|
|
13175
|
+
staticClass: "testeAudio"
|
|
13176
|
+
}, [_c('audio', {
|
|
13177
|
+
ref: "audioPlayer",
|
|
13178
|
+
staticClass: "audioStyle",
|
|
13080
13179
|
attrs: {
|
|
13081
13180
|
"controls": "controls"
|
|
13082
13181
|
}
|
|
@@ -13085,7 +13184,12 @@ var __vue_render__$8 = function () {
|
|
|
13085
13184
|
"src": _vm.docURL,
|
|
13086
13185
|
"type": _vm.fileType
|
|
13087
13186
|
}
|
|
13088
|
-
}), _vm._v("\n
|
|
13187
|
+
}), _vm._v("\n Sem suporte para o elemento audio\n ")]), _vm._v(" "), _c('audio-speed-control', {
|
|
13188
|
+
staticClass: "teste",
|
|
13189
|
+
on: {
|
|
13190
|
+
"change-speed": _vm.changeAudioSpeed
|
|
13191
|
+
}
|
|
13192
|
+
})], 1) : _vm.video ? _c('video', {
|
|
13089
13193
|
attrs: {
|
|
13090
13194
|
"controls": "controls"
|
|
13091
13195
|
}
|
|
@@ -13217,19 +13321,19 @@ var __vue_render__$8 = function () {
|
|
|
13217
13321
|
}], null, false, 3778778370)
|
|
13218
13322
|
}, [_vm._v(" "), _c('div', {
|
|
13219
13323
|
staticClass: "tippy-confirmation"
|
|
13220
|
-
}, [_c('p', [_vm._v("
|
|
13324
|
+
}, [_c('p', [_vm._v("Deseja fazer download de todos anexos da tela?")]), _vm._v(" "), _c('button', {
|
|
13221
13325
|
staticClass: "cancel box-shadow",
|
|
13222
13326
|
on: {
|
|
13223
13327
|
"click": _vm.closeTippy
|
|
13224
13328
|
}
|
|
13225
|
-
}, [_vm._v("
|
|
13329
|
+
}, [_vm._v("\n Cancelar\n ")]), _vm._v(" "), _c('button', {
|
|
13226
13330
|
staticClass: "confirm box-shadow",
|
|
13227
13331
|
on: {
|
|
13228
13332
|
"click": function ($event) {
|
|
13229
13333
|
return _vm.downloadAllFilesHandler(_vm.referenceSelector);
|
|
13230
13334
|
}
|
|
13231
13335
|
}
|
|
13232
|
-
}, [_vm._v("
|
|
13336
|
+
}, [_vm._v("\n Confirmar\n ")])])])] : _vm._e()], 2) : _vm._e()])]);
|
|
13233
13337
|
};
|
|
13234
13338
|
|
|
13235
13339
|
var __vue_staticRenderFns__$8 = [];
|
|
@@ -13237,12 +13341,12 @@ var __vue_staticRenderFns__$8 = [];
|
|
|
13237
13341
|
|
|
13238
13342
|
const __vue_inject_styles__$8 = function (inject) {
|
|
13239
13343
|
if (!inject) return;
|
|
13240
|
-
inject("data-v-
|
|
13344
|
+
inject("data-v-3ea82dee_0", {
|
|
13241
13345
|
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}",
|
|
13242
13346
|
map: undefined,
|
|
13243
13347
|
media: undefined
|
|
13244
|
-
}), inject("data-v-
|
|
13245
|
-
source: ".mensagem__principal .default-doc[data-v-
|
|
13348
|
+
}), inject("data-v-3ea82dee_1", {
|
|
13349
|
+
source: ".mensagem__principal .default-doc[data-v-3ea82dee]{background-color:var(--files-bg)}.mensagem__principal .default-doc[data-v-3ea82dee]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .default-doc[data-v-3ea82dee]{background-color:rgba(100,100,100,.1)}.mensagem__outros .default-doc[data-v-3ea82dee]:hover{background-color:rgba(100,100,100,.3)}.default-doc:hover p[data-v-3ea82dee]{text-decoration:underline}.default-doc[data-v-3ea82dee]{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-3ea82dee]{font-size:1.2rem;margin-right:5px}.default-doc p[data-v-3ea82dee]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-actions[data-v-3ea82dee]{display:flex;justify-content:flex-end;width:100%;padding:5px}.file-actions a[data-v-3ea82dee]{margin-right:0}.mensagem__principal .file-action-button[data-v-3ea82dee]{background-color:var(--files-bg)}.mensagem__outros .file-action-button[data-v-3ea82dee]{background-color:rgba(100,100,100,.1)}.mensagem__principal .file-action-button[data-v-3ea82dee]:hover{background-color:var(--files-bg-hover)}.mensagem__outros .file-action-button[data-v-3ea82dee]:hover{background-color:rgba(100,100,100,.3)}.file-action-button[data-v-3ea82dee]{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-3ea82dee]{margin:0}.fade-enter-active[data-v-3ea82dee],.fade-leave-active[data-v-3ea82dee]{transition:opacity .5s}.fade-enter[data-v-3ea82dee],.fade-leave-to[data-v-3ea82dee]{opacity:0}.mensagem-div-anexo[data-v-3ea82dee]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-3ea82dee]{width:100%;margin-top:5px;overflow:hidden;display:flex;max-height:300px}.anexo-container .arquivo-erro[data-v-3ea82dee],.anexo-container a[data-v-3ea82dee]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-3ea82dee]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-3ea82dee],.anexo-container p[data-v-3ea82dee]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-3ea82dee]{font-size:2rem}.anexo-mensagem audio .testeAudio[data-v-3ea82dee]{outline:0;width:100%;margin-bottom:5px}.audioStyle[data-v-3ea82dee]{width:370px}.testeAudio[data-v-3ea82dee]{display:flex;background-color:#f1f3f4;border-radius:50%;width:433px;border-bottom-right-radius:26px;border-top-right-radius:26px}.anexo-mensagem video[data-v-3ea82dee]{flex:1;width:100%;max-width:350px;cursor:pointer;margin-bottom:5px}.anexos-links-container[data-v-3ea82dee]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-3ea82dee]{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-3ea82dee]{cursor:pointer}.mensagem-div-anexo img[data-v-3ea82dee]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-3ea82dee]{width:100%;height:100%}.anexo-mensagem[data-v-3ea82dee]{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.alert-danger[data-v-3ea82dee]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-3ea82dee]{position:relative;padding:.65rem 1.2rem;margin:5px 0;border:1px solid transparent;border-radius:.25rem;text-align:center}.alert svg[data-v-3ea82dee]{font-size:1.025em;margin-right:2px}.pdf[data-v-3ea82dee]{color:#e74c3c}.doc[data-v-3ea82dee]{color:#006bc9}",
|
|
13246
13350
|
map: undefined,
|
|
13247
13351
|
media: undefined
|
|
13248
13352
|
});
|
|
@@ -13250,7 +13354,7 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
13250
13354
|
/* scoped */
|
|
13251
13355
|
|
|
13252
13356
|
|
|
13253
|
-
const __vue_scope_id__$8 = "data-v-
|
|
13357
|
+
const __vue_scope_id__$8 = "data-v-3ea82dee";
|
|
13254
13358
|
/* module identifier */
|
|
13255
13359
|
|
|
13256
13360
|
const __vue_module_identifier__$8 = undefined;
|
|
@@ -13408,7 +13512,7 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
13408
13512
|
|
|
13409
13513
|
const __vue_inject_styles__$7 = function (inject) {
|
|
13410
13514
|
if (!inject) return;
|
|
13411
|
-
inject("data-v-
|
|
13515
|
+
inject("data-v-245b9d47_0", {
|
|
13412
13516
|
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}",
|
|
13413
13517
|
map: undefined,
|
|
13414
13518
|
media: undefined
|
|
@@ -13591,8 +13695,8 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
13591
13695
|
|
|
13592
13696
|
const __vue_inject_styles__$6 = function (inject) {
|
|
13593
13697
|
if (!inject) return;
|
|
13594
|
-
inject("data-v-
|
|
13595
|
-
source: ".link-preview[data-v-
|
|
13698
|
+
inject("data-v-e858e616_0", {
|
|
13699
|
+
source: ".link-preview[data-v-e858e616]{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-e858e616]{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-e858e616]{margin:5px;font-size:.615em;font-weight:700}.link-preview-author.mb-0[data-v-e858e616]{margin-bottom:0}.link-preview-author h1[data-v-e858e616]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-preview-image img[data-v-e858e616]{min-width:100px;max-width:200px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-infos[data-v-e858e616]{background-color:#2626261a;padding:5px;margin:5px;font-size:.83em;border-radius:5px}.link-preview[data-v-e858e616]:hover{opacity:1}.link-preview:hover .link-preview-infos p[data-v-e858e616]{text-decoration:underline}",
|
|
13596
13700
|
map: undefined,
|
|
13597
13701
|
media: undefined
|
|
13598
13702
|
});
|
|
@@ -13600,7 +13704,7 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
13600
13704
|
/* scoped */
|
|
13601
13705
|
|
|
13602
13706
|
|
|
13603
|
-
const __vue_scope_id__$6 = "data-v-
|
|
13707
|
+
const __vue_scope_id__$6 = "data-v-e858e616";
|
|
13604
13708
|
/* module identifier */
|
|
13605
13709
|
|
|
13606
13710
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -14269,7 +14373,7 @@ var __vue_staticRenderFns__$5 = [];
|
|
|
14269
14373
|
|
|
14270
14374
|
const __vue_inject_styles__$5 = function (inject) {
|
|
14271
14375
|
if (!inject) return;
|
|
14272
|
-
inject("data-v-
|
|
14376
|
+
inject("data-v-5d9f67e2_0", {
|
|
14273
14377
|
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}",
|
|
14274
14378
|
map: undefined,
|
|
14275
14379
|
media: undefined
|
|
@@ -14348,7 +14452,7 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
14348
14452
|
|
|
14349
14453
|
const __vue_inject_styles__$4 = function (inject) {
|
|
14350
14454
|
if (!inject) return;
|
|
14351
|
-
inject("data-v-
|
|
14455
|
+
inject("data-v-0e0fb9d2_0", {
|
|
14352
14456
|
source: ".simple-btn--icon.custom>span{width:20px;height:20px}",
|
|
14353
14457
|
map: undefined,
|
|
14354
14458
|
media: undefined
|
|
@@ -14475,7 +14579,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
14475
14579
|
|
|
14476
14580
|
const __vue_inject_styles__$3 = function (inject) {
|
|
14477
14581
|
if (!inject) return;
|
|
14478
|
-
inject("data-v-
|
|
14582
|
+
inject("data-v-e320bcca_0", {
|
|
14479
14583
|
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}",
|
|
14480
14584
|
map: undefined,
|
|
14481
14585
|
media: undefined
|
|
@@ -14667,11 +14771,11 @@ var __vue_staticRenderFns__$2 = [];
|
|
|
14667
14771
|
|
|
14668
14772
|
const __vue_inject_styles__$2 = function (inject) {
|
|
14669
14773
|
if (!inject) return;
|
|
14670
|
-
inject("data-v-
|
|
14671
|
-
source: ".fade-enter-active[data-v-
|
|
14774
|
+
inject("data-v-580ebb55_0", {
|
|
14775
|
+
source: ".fade-enter-active[data-v-580ebb55],.fade-leave-active[data-v-580ebb55]{transition:opacity .3s}.fade-enter[data-v-580ebb55],.fade-leave-to[data-v-580ebb55]{opacity:0}",
|
|
14672
14776
|
map: undefined,
|
|
14673
14777
|
media: undefined
|
|
14674
|
-
}), inject("data-v-
|
|
14778
|
+
}), inject("data-v-580ebb55_1", {
|
|
14675
14779
|
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}}",
|
|
14676
14780
|
map: undefined,
|
|
14677
14781
|
media: undefined
|
|
@@ -14680,7 +14784,7 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
14680
14784
|
/* scoped */
|
|
14681
14785
|
|
|
14682
14786
|
|
|
14683
|
-
const __vue_scope_id__$2 = "data-v-
|
|
14787
|
+
const __vue_scope_id__$2 = "data-v-580ebb55";
|
|
14684
14788
|
/* module identifier */
|
|
14685
14789
|
|
|
14686
14790
|
const __vue_module_identifier__$2 = undefined;
|
|
@@ -14793,8 +14897,8 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
14793
14897
|
|
|
14794
14898
|
const __vue_inject_styles__$1 = function (inject) {
|
|
14795
14899
|
if (!inject) return;
|
|
14796
|
-
inject("data-v-
|
|
14797
|
-
source: ".mr-5[data-v-
|
|
14900
|
+
inject("data-v-ded4f6c2_0", {
|
|
14901
|
+
source: ".mr-5[data-v-ded4f6c2]{margin-right:5px}.anexo-img[data-v-ded4f6c2]{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-ded4f6c2]:hover{opacity:1}.anexo-img img[data-v-ded4f6c2]{width:95%;max-height:50px}.box-shadow[data-v-ded4f6c2]{-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-ded4f6c2]{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.anexo-icone[data-v-ded4f6c2]:hover{opacity:1}.anexo-icone[data-v-ded4f6c2]:visited{color:inherit}.anexo-icone.pdf[data-v-ded4f6c2]{position:relative}.anexo-icone.pdf svg[data-v-ded4f6c2]{color:#e74c3c}.anexo-icone.pdf[data-v-ded4f6c2]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px}.anexo-icone.doc[data-v-ded4f6c2]{color:#15517f}.anexo-icone.doc[data-v-ded4f6c2]::after{content:\"\";position:absolute;width:20px;height:20px}.align-items-center[data-v-ded4f6c2]{align-items:center}.flex-wrap[data-v-ded4f6c2]{flex-wrap:wrap}.d-flex[data-v-ded4f6c2]{display:flex}.mb-5[data-v-ded4f6c2]{margin-bottom:5px}.mx-5[data-v-ded4f6c2]{margin-left:5px;margin-right:5px}",
|
|
14798
14902
|
map: undefined,
|
|
14799
14903
|
media: undefined
|
|
14800
14904
|
});
|
|
@@ -14802,7 +14906,7 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
14802
14906
|
/* scoped */
|
|
14803
14907
|
|
|
14804
14908
|
|
|
14805
|
-
const __vue_scope_id__$1 = "data-v-
|
|
14909
|
+
const __vue_scope_id__$1 = "data-v-ded4f6c2";
|
|
14806
14910
|
/* module identifier */
|
|
14807
14911
|
|
|
14808
14912
|
const __vue_module_identifier__$1 = undefined;
|
|
@@ -14984,8 +15088,8 @@ var __vue_staticRenderFns__ = [];
|
|
|
14984
15088
|
|
|
14985
15089
|
const __vue_inject_styles__ = function (inject) {
|
|
14986
15090
|
if (!inject) return;
|
|
14987
|
-
inject("data-v-
|
|
14988
|
-
source: ".w-100[data-v-
|
|
15091
|
+
inject("data-v-78b6c60d_0", {
|
|
15092
|
+
source: ".w-100[data-v-78b6c60d]{width:100%}.text-dark[data-v-78b6c60d]{color:#333}.min-h-60[data-v-78b6c60d]{min-height:60px}.d-flex[data-v-78b6c60d]{display:flex}.flex-wrap[data-v-78b6c60d]{flex-wrap:wrap}.border-bottom-1[data-v-78b6c60d]{border-bottom:1px solid}.border-color-gray[data-v-78b6c60d]{border-color:#ccc}.transition-150[data-v-78b6c60d]{transition:all 150ms ease-in-out}.cursor-pointer[data-v-78b6c60d]{cursor:pointer}.justify-content-between[data-v-78b6c60d]{justify-content:space-between}.align-items-center[data-v-78b6c60d]{align-items:center}.align-self-start[data-v-78b6c60d]{align-self:flex-start}.border-radius-round[data-v-78b6c60d]{border-radius:50%!important}.w-36px[data-v-78b6c60d]{width:36px}.h-36px[data-v-78b6c60d]{height:36px}.border-1[data-v-78b6c60d]{border:1px solid}.mr-10[data-v-78b6c60d]{margin-right:10px}.flex-column[data-v-78b6c60d]{display:flex;flex-direction:column}.text-bold[data-v-78b6c60d]{font-weight:700}.fs-_9[data-v-78b6c60d]{font-size:.9rem}.fs-_8[data-v-78b6c60d]{font-size:.8rem}.text-gray[data-v-78b6c60d]{color:gray}.p-15[data-v-78b6c60d]{padding:15px}.text-ellipsis[data-v-78b6c60d]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.d-flex-center[data-v-78b6c60d]{display:flex;justify-content:center;align-items:center}",
|
|
14989
15093
|
map: undefined,
|
|
14990
15094
|
media: undefined
|
|
14991
15095
|
});
|
|
@@ -14993,7 +15097,7 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
14993
15097
|
/* scoped */
|
|
14994
15098
|
|
|
14995
15099
|
|
|
14996
|
-
const __vue_scope_id__ = "data-v-
|
|
15100
|
+
const __vue_scope_id__ = "data-v-78b6c60d";
|
|
14997
15101
|
/* module identifier */
|
|
14998
15102
|
|
|
14999
15103
|
const __vue_module_identifier__ = undefined;
|
|
@@ -15013,12 +15117,12 @@ var __vue_component__$1 = __vue_component__;
|
|
|
15013
15117
|
|
|
15014
15118
|
var components = /*#__PURE__*/Object.freeze({
|
|
15015
15119
|
__proto__: null,
|
|
15016
|
-
TemplateGenerator: __vue_component__$
|
|
15120
|
+
TemplateGenerator: __vue_component__$q,
|
|
15017
15121
|
TextFooter: TextFooter,
|
|
15018
|
-
ExpandTextarea: __vue_component__$
|
|
15019
|
-
Card: __vue_component__$
|
|
15122
|
+
ExpandTextarea: __vue_component__$o,
|
|
15123
|
+
Card: __vue_component__$k,
|
|
15020
15124
|
InteratividadeFormulario: InteratividadeFormulario,
|
|
15021
|
-
CardMessages: __vue_component__$
|
|
15125
|
+
CardMessages: __vue_component__$f,
|
|
15022
15126
|
ChatMessages: __vue_component__$9,
|
|
15023
15127
|
BtnEmojis: BtnEmojis,
|
|
15024
15128
|
SimpleButton: __vue_component__$6,
|
|
@@ -15035,4 +15139,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
15035
15139
|
});
|
|
15036
15140
|
}; // Create module definition for Vue.use()
|
|
15037
15141
|
|
|
15038
|
-
export { BtnEmojis, __vue_component__$
|
|
15142
|
+
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 };
|