vue-intergrall-plugins 0.0.134 → 0.0.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue-intergrall-plugins.esm.js +441 -263
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +372 -263
- package/package.json +1 -1
- package/src/lib-components/Buttons/SimpleButton.vue +1 -1
- package/src/lib-components/Chat/ExpandTextarea.vue +0 -2
- package/src/lib-components/Chat/Picker.vue +0 -1
- package/src/lib-components/Chat/TextFooter.vue +0 -2
- package/src/lib-components/Messages/AnexoMensagem.vue +5 -5
- package/src/lib-components/Messages/CardAttachment.vue +3 -2
- package/src/lib-components/Messages/InteratividadeBotoes.vue +94 -4
- package/src/lib-components/Messages/InteratividadePopup.vue +78 -0
|
@@ -1755,7 +1755,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1755
1755
|
//
|
|
1756
1756
|
//
|
|
1757
1757
|
//
|
|
1758
|
-
var script$
|
|
1758
|
+
var script$n = {
|
|
1759
1759
|
data: function data() {
|
|
1760
1760
|
return {
|
|
1761
1761
|
varValues: {},
|
|
@@ -2040,10 +2040,10 @@ var script$m = {
|
|
|
2040
2040
|
}
|
|
2041
2041
|
return script;
|
|
2042
2042
|
}/* script */
|
|
2043
|
-
var __vue_script__$
|
|
2043
|
+
var __vue_script__$n = script$n;
|
|
2044
2044
|
/* template */
|
|
2045
2045
|
|
|
2046
|
-
var __vue_render__$
|
|
2046
|
+
var __vue_render__$n = function __vue_render__() {
|
|
2047
2047
|
var _vm = this;
|
|
2048
2048
|
|
|
2049
2049
|
var _h = _vm.$createElement;
|
|
@@ -2075,31 +2075,31 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
2075
2075
|
})], 2)]) : _vm._e()], 2);
|
|
2076
2076
|
};
|
|
2077
2077
|
|
|
2078
|
-
var __vue_staticRenderFns__$
|
|
2078
|
+
var __vue_staticRenderFns__$n = [];
|
|
2079
2079
|
/* style */
|
|
2080
2080
|
|
|
2081
|
-
var __vue_inject_styles__$
|
|
2081
|
+
var __vue_inject_styles__$n = undefined;
|
|
2082
2082
|
/* scoped */
|
|
2083
2083
|
|
|
2084
|
-
var __vue_scope_id__$
|
|
2084
|
+
var __vue_scope_id__$n = undefined;
|
|
2085
2085
|
/* module identifier */
|
|
2086
2086
|
|
|
2087
|
-
var __vue_module_identifier__$
|
|
2087
|
+
var __vue_module_identifier__$n = "data-v-b408301c";
|
|
2088
2088
|
/* functional template */
|
|
2089
2089
|
|
|
2090
|
-
var __vue_is_functional_template__$
|
|
2090
|
+
var __vue_is_functional_template__$n = false;
|
|
2091
2091
|
/* style inject */
|
|
2092
2092
|
|
|
2093
2093
|
/* style inject SSR */
|
|
2094
2094
|
|
|
2095
2095
|
/* style inject shadow dom */
|
|
2096
2096
|
|
|
2097
|
-
var __vue_component__$
|
|
2098
|
-
render: __vue_render__$
|
|
2099
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2100
|
-
}, __vue_inject_styles__$
|
|
2097
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
2098
|
+
render: __vue_render__$n,
|
|
2099
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
2100
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
2101
2101
|
|
|
2102
|
-
var TemplateSingle = __vue_component__$
|
|
2102
|
+
var TemplateSingle = __vue_component__$t;var setResizeListeners = function setResizeListeners($el, inputClass, parentClass) {
|
|
2103
2103
|
var inputTargets = $el.querySelectorAll(inputClass);
|
|
2104
2104
|
inputTargets.forEach(function (target) {
|
|
2105
2105
|
target.addEventListener("input", function () {
|
|
@@ -2279,7 +2279,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2279
2279
|
//
|
|
2280
2280
|
//
|
|
2281
2281
|
//
|
|
2282
|
-
var script$
|
|
2282
|
+
var script$m = {};function createInjectorSSR(context) {
|
|
2283
2283
|
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
2284
2284
|
context = __VUE_SSR_CONTEXT__;
|
|
2285
2285
|
}
|
|
@@ -2320,10 +2320,10 @@ function renderStyles(styles) {
|
|
|
2320
2320
|
}
|
|
2321
2321
|
return css;
|
|
2322
2322
|
}/* script */
|
|
2323
|
-
var __vue_script__$
|
|
2323
|
+
var __vue_script__$m = script$m;
|
|
2324
2324
|
/* template */
|
|
2325
2325
|
|
|
2326
|
-
var __vue_render__$
|
|
2326
|
+
var __vue_render__$m = function __vue_render__() {
|
|
2327
2327
|
var _vm = this;
|
|
2328
2328
|
|
|
2329
2329
|
var _h = _vm.$createElement;
|
|
@@ -2335,10 +2335,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
2335
2335
|
}, [_vm._ssrNode("<div class=\"skeleton-options\"><div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div></div> <div class=\"skeleton-input box-shadow ov__skeleton--animation\"></div> <div class=\"skeleton-label box-shadow ov__skeleton--animation\"></div> <div class=\"skeleton-list\"><div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div> <div class=\"opt box-shadow ov__skeleton--animation\"></div></div>")]);
|
|
2336
2336
|
};
|
|
2337
2337
|
|
|
2338
|
-
var __vue_staticRenderFns__$
|
|
2338
|
+
var __vue_staticRenderFns__$m = [];
|
|
2339
2339
|
/* style */
|
|
2340
2340
|
|
|
2341
|
-
var __vue_inject_styles__$
|
|
2341
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
2342
2342
|
if (!inject) return;
|
|
2343
2343
|
inject("data-v-606babe9_0", {
|
|
2344
2344
|
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}",
|
|
@@ -2349,22 +2349,22 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
2349
2349
|
/* scoped */
|
|
2350
2350
|
|
|
2351
2351
|
|
|
2352
|
-
var __vue_scope_id__$
|
|
2352
|
+
var __vue_scope_id__$m = undefined;
|
|
2353
2353
|
/* module identifier */
|
|
2354
2354
|
|
|
2355
|
-
var __vue_module_identifier__$
|
|
2355
|
+
var __vue_module_identifier__$m = "data-v-606babe9";
|
|
2356
2356
|
/* functional template */
|
|
2357
2357
|
|
|
2358
|
-
var __vue_is_functional_template__$
|
|
2358
|
+
var __vue_is_functional_template__$m = false;
|
|
2359
2359
|
/* style inject shadow dom */
|
|
2360
2360
|
|
|
2361
|
-
var __vue_component__$
|
|
2362
|
-
render: __vue_render__$
|
|
2363
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2364
|
-
}, __vue_inject_styles__$
|
|
2361
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
2362
|
+
render: __vue_render__$m,
|
|
2363
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
2364
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);
|
|
2365
2365
|
|
|
2366
|
-
var SkeletonPicker = __vue_component__$
|
|
2367
|
-
var script$
|
|
2366
|
+
var SkeletonPicker = __vue_component__$s;//
|
|
2367
|
+
var script$l = {
|
|
2368
2368
|
components: {
|
|
2369
2369
|
SkeletonPicker: SkeletonPicker
|
|
2370
2370
|
},
|
|
@@ -2549,15 +2549,13 @@ var script$k = {
|
|
|
2549
2549
|
} else {
|
|
2550
2550
|
this.filteredList = [];
|
|
2551
2551
|
}
|
|
2552
|
-
|
|
2553
|
-
console.log("this.filteredList: ", this.filteredList);
|
|
2554
2552
|
}
|
|
2555
2553
|
}
|
|
2556
2554
|
};/* script */
|
|
2557
|
-
var __vue_script__$
|
|
2555
|
+
var __vue_script__$l = script$l;
|
|
2558
2556
|
/* template */
|
|
2559
2557
|
|
|
2560
|
-
var __vue_render__$
|
|
2558
|
+
var __vue_render__$l = function __vue_render__() {
|
|
2561
2559
|
var _vm = this;
|
|
2562
2560
|
|
|
2563
2561
|
var _h = _vm.$createElement;
|
|
@@ -2579,12 +2577,12 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
2579
2577
|
}) + "</div>") + "</div>")], 2);
|
|
2580
2578
|
};
|
|
2581
2579
|
|
|
2582
|
-
var __vue_staticRenderFns__$
|
|
2580
|
+
var __vue_staticRenderFns__$l = [];
|
|
2583
2581
|
/* style */
|
|
2584
2582
|
|
|
2585
|
-
var __vue_inject_styles__$
|
|
2583
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
2586
2584
|
if (!inject) return;
|
|
2587
|
-
inject("data-v-
|
|
2585
|
+
inject("data-v-678ca55c_0", {
|
|
2588
2586
|
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}",
|
|
2589
2587
|
map: undefined,
|
|
2590
2588
|
media: undefined
|
|
@@ -2593,22 +2591,22 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
2593
2591
|
/* scoped */
|
|
2594
2592
|
|
|
2595
2593
|
|
|
2596
|
-
var __vue_scope_id__$
|
|
2594
|
+
var __vue_scope_id__$l = undefined;
|
|
2597
2595
|
/* module identifier */
|
|
2598
2596
|
|
|
2599
|
-
var __vue_module_identifier__$
|
|
2597
|
+
var __vue_module_identifier__$l = "data-v-678ca55c";
|
|
2600
2598
|
/* functional template */
|
|
2601
2599
|
|
|
2602
|
-
var __vue_is_functional_template__$
|
|
2600
|
+
var __vue_is_functional_template__$l = false;
|
|
2603
2601
|
/* style inject shadow dom */
|
|
2604
2602
|
|
|
2605
|
-
var __vue_component__$
|
|
2606
|
-
render: __vue_render__$
|
|
2607
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2608
|
-
}, __vue_inject_styles__$
|
|
2603
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
2604
|
+
render: __vue_render__$l,
|
|
2605
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
2606
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);
|
|
2609
2607
|
|
|
2610
|
-
var Picker = __vue_component__$
|
|
2611
|
-
var script$
|
|
2608
|
+
var Picker = __vue_component__$r;//
|
|
2609
|
+
var script$k = {
|
|
2612
2610
|
components: {
|
|
2613
2611
|
Picker: Picker
|
|
2614
2612
|
},
|
|
@@ -2698,10 +2696,10 @@ var script$j = {
|
|
|
2698
2696
|
}
|
|
2699
2697
|
}
|
|
2700
2698
|
};/* script */
|
|
2701
|
-
var __vue_script__$
|
|
2699
|
+
var __vue_script__$k = script$k;
|
|
2702
2700
|
/* template */
|
|
2703
2701
|
|
|
2704
|
-
var __vue_render__$
|
|
2702
|
+
var __vue_render__$k = function __vue_render__() {
|
|
2705
2703
|
var _vm = this;
|
|
2706
2704
|
|
|
2707
2705
|
var _h = _vm.$createElement;
|
|
@@ -2734,10 +2732,10 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
2734
2732
|
})], 1)], 2);
|
|
2735
2733
|
};
|
|
2736
2734
|
|
|
2737
|
-
var __vue_staticRenderFns__$
|
|
2735
|
+
var __vue_staticRenderFns__$k = [];
|
|
2738
2736
|
/* style */
|
|
2739
2737
|
|
|
2740
|
-
var __vue_inject_styles__$
|
|
2738
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
2741
2739
|
if (!inject) return;
|
|
2742
2740
|
inject("data-v-7b7b5e22_0", {
|
|
2743
2741
|
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}",
|
|
@@ -2748,27 +2746,27 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
2748
2746
|
/* scoped */
|
|
2749
2747
|
|
|
2750
2748
|
|
|
2751
|
-
var __vue_scope_id__$
|
|
2749
|
+
var __vue_scope_id__$k = undefined;
|
|
2752
2750
|
/* module identifier */
|
|
2753
2751
|
|
|
2754
|
-
var __vue_module_identifier__$
|
|
2752
|
+
var __vue_module_identifier__$k = "data-v-7b7b5e22";
|
|
2755
2753
|
/* functional template */
|
|
2756
2754
|
|
|
2757
|
-
var __vue_is_functional_template__$
|
|
2755
|
+
var __vue_is_functional_template__$k = false;
|
|
2758
2756
|
/* style inject shadow dom */
|
|
2759
2757
|
|
|
2760
|
-
var __vue_component__$
|
|
2761
|
-
render: __vue_render__$
|
|
2762
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2763
|
-
}, __vue_inject_styles__$
|
|
2758
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
2759
|
+
render: __vue_render__$k,
|
|
2760
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
2761
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);
|
|
2764
2762
|
|
|
2765
|
-
var BtnEmojis = __vue_component__$
|
|
2763
|
+
var BtnEmojis = __vue_component__$q;//
|
|
2766
2764
|
//
|
|
2767
2765
|
//
|
|
2768
2766
|
//
|
|
2769
2767
|
//
|
|
2770
2768
|
//
|
|
2771
|
-
var script$
|
|
2769
|
+
var script$j = {
|
|
2772
2770
|
props: {
|
|
2773
2771
|
hasBg: {
|
|
2774
2772
|
type: Boolean,
|
|
@@ -2789,10 +2787,10 @@ var script$i = {
|
|
|
2789
2787
|
}
|
|
2790
2788
|
}
|
|
2791
2789
|
};/* script */
|
|
2792
|
-
var __vue_script__$
|
|
2790
|
+
var __vue_script__$j = script$j;
|
|
2793
2791
|
/* template */
|
|
2794
2792
|
|
|
2795
|
-
var __vue_render__$
|
|
2793
|
+
var __vue_render__$j = function __vue_render__() {
|
|
2796
2794
|
var _vm = this;
|
|
2797
2795
|
|
|
2798
2796
|
var _h = _vm.$createElement;
|
|
@@ -2811,10 +2809,10 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
2811
2809
|
}) + "></div>")]);
|
|
2812
2810
|
};
|
|
2813
2811
|
|
|
2814
|
-
var __vue_staticRenderFns__$
|
|
2812
|
+
var __vue_staticRenderFns__$j = [];
|
|
2815
2813
|
/* style */
|
|
2816
2814
|
|
|
2817
|
-
var __vue_inject_styles__$
|
|
2815
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
2818
2816
|
if (!inject) return;
|
|
2819
2817
|
inject("data-v-423f52bb_0", {
|
|
2820
2818
|
source: ".req-loader-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.req-loader-container.light-bg{background-color:rgba(0,0,0,.3);border-radius:inherit}.req-loader-container.align-right{justify-content:flex-end}.req-loader-container.align-right .req-loader{margin-right:15px}.req-loader{border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;width:20px;height:20px;min-width:20px;min-height:20px;animation:spin 2s linear infinite}.req-loader.big{width:40px;height:40px;animation:spin 3s linear infinite}.req-loader.slow{animation:spin 4s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
@@ -2825,21 +2823,21 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
|
2825
2823
|
/* scoped */
|
|
2826
2824
|
|
|
2827
2825
|
|
|
2828
|
-
var __vue_scope_id__$
|
|
2826
|
+
var __vue_scope_id__$j = undefined;
|
|
2829
2827
|
/* module identifier */
|
|
2830
2828
|
|
|
2831
|
-
var __vue_module_identifier__$
|
|
2829
|
+
var __vue_module_identifier__$j = "data-v-423f52bb";
|
|
2832
2830
|
/* functional template */
|
|
2833
2831
|
|
|
2834
|
-
var __vue_is_functional_template__$
|
|
2832
|
+
var __vue_is_functional_template__$j = false;
|
|
2835
2833
|
/* style inject shadow dom */
|
|
2836
2834
|
|
|
2837
|
-
var __vue_component__$
|
|
2838
|
-
render: __vue_render__$
|
|
2839
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2840
|
-
}, __vue_inject_styles__$
|
|
2835
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
2836
|
+
render: __vue_render__$j,
|
|
2837
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
2838
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);
|
|
2841
2839
|
|
|
2842
|
-
var Loader = __vue_component__$
|
|
2840
|
+
var Loader = __vue_component__$p;//
|
|
2843
2841
|
//
|
|
2844
2842
|
//
|
|
2845
2843
|
//
|
|
@@ -2847,7 +2845,7 @@ var Loader = __vue_component__$o;//
|
|
|
2847
2845
|
//
|
|
2848
2846
|
//
|
|
2849
2847
|
//
|
|
2850
|
-
var script$
|
|
2848
|
+
var script$i = {
|
|
2851
2849
|
props: {
|
|
2852
2850
|
message: {
|
|
2853
2851
|
type: String,
|
|
@@ -2865,10 +2863,10 @@ var script$h = {
|
|
|
2865
2863
|
}
|
|
2866
2864
|
}
|
|
2867
2865
|
};/* script */
|
|
2868
|
-
var __vue_script__$
|
|
2866
|
+
var __vue_script__$i = script$i;
|
|
2869
2867
|
/* template */
|
|
2870
2868
|
|
|
2871
|
-
var __vue_render__$
|
|
2869
|
+
var __vue_render__$i = function __vue_render__() {
|
|
2872
2870
|
var _vm = this;
|
|
2873
2871
|
|
|
2874
2872
|
var _h = _vm.$createElement;
|
|
@@ -2883,37 +2881,37 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
2883
2881
|
}, []) : _vm._e();
|
|
2884
2882
|
};
|
|
2885
2883
|
|
|
2886
|
-
var __vue_staticRenderFns__$
|
|
2884
|
+
var __vue_staticRenderFns__$i = [];
|
|
2887
2885
|
/* style */
|
|
2888
2886
|
|
|
2889
|
-
var __vue_inject_styles__$
|
|
2887
|
+
var __vue_inject_styles__$i = undefined;
|
|
2890
2888
|
/* scoped */
|
|
2891
2889
|
|
|
2892
|
-
var __vue_scope_id__$
|
|
2890
|
+
var __vue_scope_id__$i = undefined;
|
|
2893
2891
|
/* module identifier */
|
|
2894
2892
|
|
|
2895
|
-
var __vue_module_identifier__$
|
|
2893
|
+
var __vue_module_identifier__$i = "data-v-f8dac3e4";
|
|
2896
2894
|
/* functional template */
|
|
2897
2895
|
|
|
2898
|
-
var __vue_is_functional_template__$
|
|
2896
|
+
var __vue_is_functional_template__$i = false;
|
|
2899
2897
|
/* style inject */
|
|
2900
2898
|
|
|
2901
2899
|
/* style inject SSR */
|
|
2902
2900
|
|
|
2903
2901
|
/* style inject shadow dom */
|
|
2904
2902
|
|
|
2905
|
-
var __vue_component__$
|
|
2906
|
-
render: __vue_render__$
|
|
2907
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2908
|
-
}, __vue_inject_styles__$
|
|
2903
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
2904
|
+
render: __vue_render__$i,
|
|
2905
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
2906
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
2909
2907
|
|
|
2910
|
-
var RemainingCharacters = __vue_component__$
|
|
2908
|
+
var RemainingCharacters = __vue_component__$o;//
|
|
2911
2909
|
//
|
|
2912
2910
|
//
|
|
2913
2911
|
//
|
|
2914
2912
|
//
|
|
2915
2913
|
//
|
|
2916
|
-
var script$
|
|
2914
|
+
var script$h = {
|
|
2917
2915
|
props: {
|
|
2918
2916
|
dictionary: {
|
|
2919
2917
|
type: Object,
|
|
@@ -2983,10 +2981,10 @@ var script$g = {
|
|
|
2983
2981
|
}
|
|
2984
2982
|
}
|
|
2985
2983
|
};/* script */
|
|
2986
|
-
var __vue_script__$
|
|
2984
|
+
var __vue_script__$h = script$h;
|
|
2987
2985
|
/* template */
|
|
2988
2986
|
|
|
2989
|
-
var __vue_render__$
|
|
2987
|
+
var __vue_render__$h = function __vue_render__() {
|
|
2990
2988
|
var _vm = this;
|
|
2991
2989
|
|
|
2992
2990
|
var _h = _vm.$createElement;
|
|
@@ -3008,31 +3006,31 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
3008
3006
|
})], 1);
|
|
3009
3007
|
};
|
|
3010
3008
|
|
|
3011
|
-
var __vue_staticRenderFns__$
|
|
3009
|
+
var __vue_staticRenderFns__$h = [];
|
|
3012
3010
|
/* style */
|
|
3013
3011
|
|
|
3014
|
-
var __vue_inject_styles__$
|
|
3012
|
+
var __vue_inject_styles__$h = undefined;
|
|
3015
3013
|
/* scoped */
|
|
3016
3014
|
|
|
3017
|
-
var __vue_scope_id__$
|
|
3015
|
+
var __vue_scope_id__$h = undefined;
|
|
3018
3016
|
/* module identifier */
|
|
3019
3017
|
|
|
3020
|
-
var __vue_module_identifier__$
|
|
3018
|
+
var __vue_module_identifier__$h = "data-v-291765d5";
|
|
3021
3019
|
/* functional template */
|
|
3022
3020
|
|
|
3023
|
-
var __vue_is_functional_template__$
|
|
3021
|
+
var __vue_is_functional_template__$h = false;
|
|
3024
3022
|
/* style inject */
|
|
3025
3023
|
|
|
3026
3024
|
/* style inject SSR */
|
|
3027
3025
|
|
|
3028
3026
|
/* style inject shadow dom */
|
|
3029
3027
|
|
|
3030
|
-
var __vue_component__$
|
|
3031
|
-
render: __vue_render__$
|
|
3032
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3033
|
-
}, __vue_inject_styles__$
|
|
3028
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
3029
|
+
render: __vue_render__$h,
|
|
3030
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
3031
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
3034
3032
|
|
|
3035
|
-
var BtnMic = __vue_component__$
|
|
3033
|
+
var BtnMic = __vue_component__$n;//
|
|
3036
3034
|
//
|
|
3037
3035
|
//
|
|
3038
3036
|
//
|
|
@@ -3054,7 +3052,7 @@ var BtnMic = __vue_component__$m;//
|
|
|
3054
3052
|
//
|
|
3055
3053
|
//
|
|
3056
3054
|
//
|
|
3057
|
-
var script$
|
|
3055
|
+
var script$g = {
|
|
3058
3056
|
props: {
|
|
3059
3057
|
dictionary: {
|
|
3060
3058
|
type: Object,
|
|
@@ -3091,10 +3089,10 @@ var script$f = {
|
|
|
3091
3089
|
}
|
|
3092
3090
|
}
|
|
3093
3091
|
};/* script */
|
|
3094
|
-
var __vue_script__$
|
|
3092
|
+
var __vue_script__$g = script$g;
|
|
3095
3093
|
/* template */
|
|
3096
3094
|
|
|
3097
|
-
var __vue_render__$
|
|
3095
|
+
var __vue_render__$g = function __vue_render__() {
|
|
3098
3096
|
var _vm = this;
|
|
3099
3097
|
|
|
3100
3098
|
var _h = _vm.$createElement;
|
|
@@ -3118,10 +3116,10 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
3118
3116
|
}), _vm._ssrNode(_vm._ssrEscape("\n " + _vm._s(_vm.file.name) + "\n "))], 2) : _vm._e(), _vm._ssrNode(" " + (_vm.imagePreview ? "<div class=\"text-footer-image-preview\"><img" + _vm._ssrAttr("src", _vm.imagePreview) + _vm._ssrAttr("alt", _vm.dictionary.alt_previa_img) + "></div>" : "<!---->"))]], 2);
|
|
3119
3117
|
};
|
|
3120
3118
|
|
|
3121
|
-
var __vue_staticRenderFns__$
|
|
3119
|
+
var __vue_staticRenderFns__$g = [];
|
|
3122
3120
|
/* style */
|
|
3123
3121
|
|
|
3124
|
-
var __vue_inject_styles__$
|
|
3122
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
3125
3123
|
if (!inject) return;
|
|
3126
3124
|
inject("data-v-6d0392fe_0", {
|
|
3127
3125
|
source: ".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%}",
|
|
@@ -3132,22 +3130,22 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
3132
3130
|
/* scoped */
|
|
3133
3131
|
|
|
3134
3132
|
|
|
3135
|
-
var __vue_scope_id__$
|
|
3133
|
+
var __vue_scope_id__$g = undefined;
|
|
3136
3134
|
/* module identifier */
|
|
3137
3135
|
|
|
3138
|
-
var __vue_module_identifier__$
|
|
3136
|
+
var __vue_module_identifier__$g = "data-v-6d0392fe";
|
|
3139
3137
|
/* functional template */
|
|
3140
3138
|
|
|
3141
|
-
var __vue_is_functional_template__$
|
|
3139
|
+
var __vue_is_functional_template__$g = false;
|
|
3142
3140
|
/* style inject shadow dom */
|
|
3143
3141
|
|
|
3144
|
-
var __vue_component__$
|
|
3145
|
-
render: __vue_render__$
|
|
3146
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3147
|
-
}, __vue_inject_styles__$
|
|
3142
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
3143
|
+
render: __vue_render__$g,
|
|
3144
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
3145
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);
|
|
3148
3146
|
|
|
3149
|
-
var SingleFilePreview = __vue_component__$
|
|
3150
|
-
var script$
|
|
3147
|
+
var SingleFilePreview = __vue_component__$m;//
|
|
3148
|
+
var script$f = {
|
|
3151
3149
|
components: {
|
|
3152
3150
|
Loader: Loader
|
|
3153
3151
|
},
|
|
@@ -3223,10 +3221,10 @@ var script$e = {
|
|
|
3223
3221
|
}
|
|
3224
3222
|
}
|
|
3225
3223
|
};/* script */
|
|
3226
|
-
var __vue_script__$
|
|
3224
|
+
var __vue_script__$f = script$f;
|
|
3227
3225
|
/* template */
|
|
3228
3226
|
|
|
3229
|
-
var __vue_render__$
|
|
3227
|
+
var __vue_render__$f = function __vue_render__() {
|
|
3230
3228
|
var _vm = this;
|
|
3231
3229
|
|
|
3232
3230
|
var _h = _vm.$createElement;
|
|
@@ -3316,10 +3314,10 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
3316
3314
|
})], 2)], 1);
|
|
3317
3315
|
};
|
|
3318
3316
|
|
|
3319
|
-
var __vue_staticRenderFns__$
|
|
3317
|
+
var __vue_staticRenderFns__$f = [];
|
|
3320
3318
|
/* style */
|
|
3321
3319
|
|
|
3322
|
-
var __vue_inject_styles__$
|
|
3320
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
3323
3321
|
if (!inject) return;
|
|
3324
3322
|
inject("data-v-55cbc293_0", {
|
|
3325
3323
|
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::-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{font-weight:500}.text-footer-invalid-format h4{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-left:5px}.file-title>svg{margin-right:5px}.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 .pdf{display:flex;justify-content:center;align-items:center;font-size:30px;color:#e74c3c}.small-img .pdf svg{z-index:1}.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;border-radius:50%;background-color:#fff;min-width:1rem;min-height:1rem;cursor:pointer}.delete-file>svg{font-size:1rem;color:#e74c3c}",
|
|
@@ -3330,22 +3328,22 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
3330
3328
|
/* scoped */
|
|
3331
3329
|
|
|
3332
3330
|
|
|
3333
|
-
var __vue_scope_id__$
|
|
3331
|
+
var __vue_scope_id__$f = undefined;
|
|
3334
3332
|
/* module identifier */
|
|
3335
3333
|
|
|
3336
|
-
var __vue_module_identifier__$
|
|
3334
|
+
var __vue_module_identifier__$f = "data-v-55cbc293";
|
|
3337
3335
|
/* functional template */
|
|
3338
3336
|
|
|
3339
|
-
var __vue_is_functional_template__$
|
|
3337
|
+
var __vue_is_functional_template__$f = false;
|
|
3340
3338
|
/* style inject shadow dom */
|
|
3341
3339
|
|
|
3342
|
-
var __vue_component__$
|
|
3343
|
-
render: __vue_render__$
|
|
3344
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3345
|
-
}, __vue_inject_styles__$
|
|
3340
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
3341
|
+
render: __vue_render__$f,
|
|
3342
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
3343
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);
|
|
3346
3344
|
|
|
3347
|
-
var MultipleFilePreview = __vue_component__$
|
|
3348
|
-
var script$
|
|
3345
|
+
var MultipleFilePreview = __vue_component__$l;//
|
|
3346
|
+
var script$e = {
|
|
3349
3347
|
components: {
|
|
3350
3348
|
SingleFilePreview: SingleFilePreview,
|
|
3351
3349
|
MultipleFilePreview: MultipleFilePreview
|
|
@@ -3554,10 +3552,10 @@ var script$d = {
|
|
|
3554
3552
|
}
|
|
3555
3553
|
}
|
|
3556
3554
|
};/* script */
|
|
3557
|
-
var __vue_script__$
|
|
3555
|
+
var __vue_script__$e = script$e;
|
|
3558
3556
|
/* template */
|
|
3559
3557
|
|
|
3560
|
-
var __vue_render__$
|
|
3558
|
+
var __vue_render__$e = function __vue_render__() {
|
|
3561
3559
|
var _vm = this;
|
|
3562
3560
|
|
|
3563
3561
|
var _h = _vm.$createElement;
|
|
@@ -3688,10 +3686,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
3688
3686
|
})], 1)])], 2);
|
|
3689
3687
|
};
|
|
3690
3688
|
|
|
3691
|
-
var __vue_staticRenderFns__$
|
|
3689
|
+
var __vue_staticRenderFns__$e = [];
|
|
3692
3690
|
/* style */
|
|
3693
3691
|
|
|
3694
|
-
var __vue_inject_styles__$
|
|
3692
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
3695
3693
|
if (!inject) return;
|
|
3696
3694
|
inject("data-v-4859e108_0", {
|
|
3697
3695
|
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}",
|
|
@@ -3702,27 +3700,27 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
3702
3700
|
/* scoped */
|
|
3703
3701
|
|
|
3704
3702
|
|
|
3705
|
-
var __vue_scope_id__$
|
|
3703
|
+
var __vue_scope_id__$e = undefined;
|
|
3706
3704
|
/* module identifier */
|
|
3707
3705
|
|
|
3708
|
-
var __vue_module_identifier__$
|
|
3706
|
+
var __vue_module_identifier__$e = "data-v-4859e108";
|
|
3709
3707
|
/* functional template */
|
|
3710
3708
|
|
|
3711
|
-
var __vue_is_functional_template__$
|
|
3709
|
+
var __vue_is_functional_template__$e = false;
|
|
3712
3710
|
/* style inject shadow dom */
|
|
3713
3711
|
|
|
3714
|
-
var __vue_component__$
|
|
3715
|
-
render: __vue_render__$
|
|
3716
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3717
|
-
}, __vue_inject_styles__$
|
|
3712
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
3713
|
+
render: __vue_render__$e,
|
|
3714
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
3715
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);
|
|
3718
3716
|
|
|
3719
|
-
var BtnFiles = __vue_component__$
|
|
3717
|
+
var BtnFiles = __vue_component__$k;//
|
|
3720
3718
|
//
|
|
3721
3719
|
//
|
|
3722
3720
|
//
|
|
3723
3721
|
//
|
|
3724
3722
|
//
|
|
3725
|
-
var script$
|
|
3723
|
+
var script$d = {
|
|
3726
3724
|
props: {
|
|
3727
3725
|
dictionary: {
|
|
3728
3726
|
type: Object,
|
|
@@ -3731,10 +3729,10 @@ var script$c = {
|
|
|
3731
3729
|
}
|
|
3732
3730
|
}
|
|
3733
3731
|
};/* script */
|
|
3734
|
-
var __vue_script__$
|
|
3732
|
+
var __vue_script__$d = script$d;
|
|
3735
3733
|
/* template */
|
|
3736
3734
|
|
|
3737
|
-
var __vue_render__$
|
|
3735
|
+
var __vue_render__$d = function __vue_render__() {
|
|
3738
3736
|
var _vm = this;
|
|
3739
3737
|
|
|
3740
3738
|
var _h = _vm.$createElement;
|
|
@@ -3758,32 +3756,32 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
3758
3756
|
})], 1);
|
|
3759
3757
|
};
|
|
3760
3758
|
|
|
3761
|
-
var __vue_staticRenderFns__$
|
|
3759
|
+
var __vue_staticRenderFns__$d = [];
|
|
3762
3760
|
/* style */
|
|
3763
3761
|
|
|
3764
|
-
var __vue_inject_styles__$
|
|
3762
|
+
var __vue_inject_styles__$d = undefined;
|
|
3765
3763
|
/* scoped */
|
|
3766
3764
|
|
|
3767
|
-
var __vue_scope_id__$
|
|
3765
|
+
var __vue_scope_id__$d = undefined;
|
|
3768
3766
|
/* module identifier */
|
|
3769
3767
|
|
|
3770
|
-
var __vue_module_identifier__$
|
|
3768
|
+
var __vue_module_identifier__$d = "data-v-c2fae61e";
|
|
3771
3769
|
/* functional template */
|
|
3772
3770
|
|
|
3773
|
-
var __vue_is_functional_template__$
|
|
3771
|
+
var __vue_is_functional_template__$d = false;
|
|
3774
3772
|
/* style inject */
|
|
3775
3773
|
|
|
3776
3774
|
/* style inject SSR */
|
|
3777
3775
|
|
|
3778
3776
|
/* style inject shadow dom */
|
|
3779
3777
|
|
|
3780
|
-
var __vue_component__$
|
|
3781
|
-
render: __vue_render__$
|
|
3782
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3783
|
-
}, __vue_inject_styles__$
|
|
3778
|
+
var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
3779
|
+
render: __vue_render__$d,
|
|
3780
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
3781
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
|
|
3784
3782
|
|
|
3785
|
-
var BtnExpand = __vue_component__$
|
|
3786
|
-
var script$
|
|
3783
|
+
var BtnExpand = __vue_component__$j;//
|
|
3784
|
+
var script$c = {
|
|
3787
3785
|
components: {
|
|
3788
3786
|
BtnEmojis: BtnEmojis,
|
|
3789
3787
|
Loader: Loader,
|
|
@@ -3924,8 +3922,6 @@ var script$b = {
|
|
|
3924
3922
|
insertEmoji: function insertEmoji(emoji) {
|
|
3925
3923
|
try {
|
|
3926
3924
|
var textarea = document.querySelector("#text-footer-".concat(this.textId));
|
|
3927
|
-
console.log("emoji: ", emoji);
|
|
3928
|
-
console.log(textarea);
|
|
3929
3925
|
|
|
3930
3926
|
if (document.activeElement === textarea) {
|
|
3931
3927
|
var cursorStart = textarea.selectionStart;
|
|
@@ -4165,10 +4161,10 @@ var script$b = {
|
|
|
4165
4161
|
// this.$root.$off("resize-footer-template")
|
|
4166
4162
|
}
|
|
4167
4163
|
};/* script */
|
|
4168
|
-
var __vue_script__$
|
|
4164
|
+
var __vue_script__$c = script$c;
|
|
4169
4165
|
/* template */
|
|
4170
4166
|
|
|
4171
|
-
var __vue_render__$
|
|
4167
|
+
var __vue_render__$c = function __vue_render__() {
|
|
4172
4168
|
var _vm = this;
|
|
4173
4169
|
|
|
4174
4170
|
var _h = _vm.$createElement;
|
|
@@ -4287,12 +4283,12 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
4287
4283
|
})], 2) : _vm._e()], 2)]) : _vm._e();
|
|
4288
4284
|
};
|
|
4289
4285
|
|
|
4290
|
-
var __vue_staticRenderFns__$
|
|
4286
|
+
var __vue_staticRenderFns__$c = [];
|
|
4291
4287
|
/* style */
|
|
4292
4288
|
|
|
4293
|
-
var __vue_inject_styles__$
|
|
4289
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
4294
4290
|
if (!inject) return;
|
|
4295
|
-
inject("data-v-
|
|
4291
|
+
inject("data-v-1233d3a5_0", {
|
|
4296
4292
|
source: ".toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}.text-footer-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;position:relative}.text-footer-container .text-footer{min-height:48px;box-shadow:0 3px 7px -2px rgba(0,0,0,.45);position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;padding:5px 2px 5px 5px;border-radius:5px}.text-footer-container .text-footer.full{width:100%}.text-footer-container .text-footer.almostFull{width:95%}.text-footer-container .text-footer.medium{width:75%}.text-footer-container.bigger .text-footer{height:80px}.text-footer-container.bigger .text-footer>textarea{font-size:.875rem;height:75px;max-height:75px;min-height:75px}.text-footer-container textarea{margin:0 5px;border:unset;flex:1;resize:none;min-height:30px;max-height:60px;font-size:.875rem;font-family:inherit;background:inherit}.text-footer-container textarea:focus{outline:unset}.text-footer-container textarea::placeholder{font-size:.75rem}.text-footer-container .text-footer-audio{flex:1;display:flex;justify-content:center;align-items:center}.text-footer-container audio{flex:1;outline:unset;width:auto;height:38px}.text-footer-container .delete-audio{display:flex;justify-content:center;align-items:center;color:#e74c3c;transition:background .3s;border-radius:50%;font-size:1rem;padding:10px;cursor:pointer;margin:0 5px;width:31px;height:31px}.text-footer-container .delete-audio:hover{background-color:rgba(208,0,0,.2)}.text-footer-container .max-characters{font-size:.575rem;z-index:1;color:#444;position:relative;top:30px;left:-30px}.text-footer-container .max-characters.no-width{width:0}.text-footer-container .text-footer-actions{display:flex}.text-footer-container .text-footer-actions.outside-buttons{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:-42px;right:2px;background-color:#ddd;box-shadow:inset 0 -10px 5px -11px rgba(0,0,0,.5)}.text-footer-container .text-footer-actions .text-footer-actions--btn{display:flex;justify-content:center;align-items:center;color:#777;border-radius:50%;transition:background .3s;padding:10px;font-size:1rem;width:36px;height:36px;cursor:pointer;margin-right:2.5px}.text-footer-container .text-footer-actions .text-footer-actions--btn:last-child{margin-right:unset}.text-footer-container .text-footer-actions .text-footer-actions--btn:hover{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.files-activated{background-color:rgba(0,0,0,.1)}.text-footer-container .text-footer-actions .text-footer-actions--btn.audio-activated{background-color:rgba(208,0,0,.7);color:#fff}.text-footer-container .text-footer-actions .text-footer-actions--btn.left-button{position:absolute;left:0}.text-footer-container .text-footer-hsm-container{margin:12px 0 7px 0}.text-footer-container .text-footer-hsm-container.full{width:100%}.text-footer-container .text-footer-hsm-container.almostFull{width:95%}.text-footer-container .text-footer-hsm-container.medium{width:75%}.text-footer-container .text-footer-hsm-container .text-footer-v-select{border-radius:5px;margin-bottom:5px}.text-footer-container .text-footer-hsm-container .text-footer-select-03{display:flex;align-items:center;flex:1;width:100%}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer-v-select{flex:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -3px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px;display:flex;justify-content:center;align-items:center;margin-left:5px;margin-bottom:5px;background-color:#f7fe72;width:32px;height:32px}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:hover{opacity:1}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.text-footer-container .text-footer-hsm-container .text-footer-select-03 .text-footer--btn-select-03 svg{font-size:1rem}.text-footer-container .text-footer-files-container{position:absolute;right:0;top:-55px;padding:5px;background-color:rgba(0,0,0,.4);border-radius:5px;display:flex;align-items:center;justify-content:space-between;z-index:1}.text-footer-container .text-footer-files-container.horizontal{right:-55px;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn{transition-duration:.3s;transition-property:opacity;opacity:.8;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:3px;width:40px;height:40px;font-size:1rem;color:#fff}.text-footer-container .text-footer-files-container .files-btn:hover{opacity:1}.text-footer-container .text-footer-files-container .files-btn svg{color:#fff}.text-footer-container .text-footer-files-container .files-btn.images{background-color:#9575cd;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.images.margin-bottom{margin-right:unset;margin-bottom:5px}.text-footer-container .text-footer-files-container .files-btn.docs{background-color:#7986cb}.text-footer-container .text-footer-preview-container{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}",
|
|
4297
4293
|
map: undefined,
|
|
4298
4294
|
media: undefined
|
|
@@ -4301,22 +4297,22 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
4301
4297
|
/* scoped */
|
|
4302
4298
|
|
|
4303
4299
|
|
|
4304
|
-
var __vue_scope_id__$
|
|
4300
|
+
var __vue_scope_id__$c = undefined;
|
|
4305
4301
|
/* module identifier */
|
|
4306
4302
|
|
|
4307
|
-
var __vue_module_identifier__$
|
|
4303
|
+
var __vue_module_identifier__$c = "data-v-1233d3a5";
|
|
4308
4304
|
/* functional template */
|
|
4309
4305
|
|
|
4310
|
-
var __vue_is_functional_template__$
|
|
4306
|
+
var __vue_is_functional_template__$c = false;
|
|
4311
4307
|
/* style inject shadow dom */
|
|
4312
4308
|
|
|
4313
|
-
var __vue_component__$
|
|
4314
|
-
render: __vue_render__$
|
|
4315
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4316
|
-
}, __vue_inject_styles__$
|
|
4309
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
4310
|
+
render: __vue_render__$c,
|
|
4311
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
4312
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);
|
|
4317
4313
|
|
|
4318
|
-
var TextFooter = __vue_component__$
|
|
4319
|
-
var script$
|
|
4314
|
+
var TextFooter = __vue_component__$i;//
|
|
4315
|
+
var script$b = {
|
|
4320
4316
|
components: {
|
|
4321
4317
|
TextFooter: TextFooter
|
|
4322
4318
|
},
|
|
@@ -4360,10 +4356,10 @@ var script$a = {
|
|
|
4360
4356
|
}
|
|
4361
4357
|
}
|
|
4362
4358
|
};/* script */
|
|
4363
|
-
var __vue_script__$
|
|
4359
|
+
var __vue_script__$b = script$b;
|
|
4364
4360
|
/* template */
|
|
4365
4361
|
|
|
4366
|
-
var __vue_render__$
|
|
4362
|
+
var __vue_render__$b = function __vue_render__() {
|
|
4367
4363
|
var _vm = this;
|
|
4368
4364
|
|
|
4369
4365
|
var _h = _vm.$createElement;
|
|
@@ -4396,32 +4392,32 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
4396
4392
|
})], 2)]) : _vm._e()], 2)])]);
|
|
4397
4393
|
};
|
|
4398
4394
|
|
|
4399
|
-
var __vue_staticRenderFns__$
|
|
4395
|
+
var __vue_staticRenderFns__$b = [];
|
|
4400
4396
|
/* style */
|
|
4401
4397
|
|
|
4402
|
-
var __vue_inject_styles__$
|
|
4398
|
+
var __vue_inject_styles__$b = undefined;
|
|
4403
4399
|
/* scoped */
|
|
4404
4400
|
|
|
4405
|
-
var __vue_scope_id__$
|
|
4401
|
+
var __vue_scope_id__$b = undefined;
|
|
4406
4402
|
/* module identifier */
|
|
4407
4403
|
|
|
4408
|
-
var __vue_module_identifier__$
|
|
4404
|
+
var __vue_module_identifier__$b = "data-v-4d24e86b";
|
|
4409
4405
|
/* functional template */
|
|
4410
4406
|
|
|
4411
|
-
var __vue_is_functional_template__$
|
|
4407
|
+
var __vue_is_functional_template__$b = false;
|
|
4412
4408
|
/* style inject */
|
|
4413
4409
|
|
|
4414
4410
|
/* style inject SSR */
|
|
4415
4411
|
|
|
4416
4412
|
/* style inject shadow dom */
|
|
4417
4413
|
|
|
4418
|
-
var __vue_component__$
|
|
4419
|
-
render: __vue_render__$
|
|
4420
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4421
|
-
}, __vue_inject_styles__$
|
|
4414
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
4415
|
+
render: __vue_render__$b,
|
|
4416
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
4417
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
|
|
4422
4418
|
|
|
4423
|
-
var TemplateMessage = __vue_component__$
|
|
4424
|
-
var script$
|
|
4419
|
+
var TemplateMessage = __vue_component__$h;//
|
|
4420
|
+
var script$a = {
|
|
4425
4421
|
components: {
|
|
4426
4422
|
TemplateSingle: TemplateSingle,
|
|
4427
4423
|
TemplateMessage: TemplateMessage
|
|
@@ -4608,10 +4604,10 @@ var script$9 = {
|
|
|
4608
4604
|
}
|
|
4609
4605
|
}
|
|
4610
4606
|
};/* script */
|
|
4611
|
-
var __vue_script__$
|
|
4607
|
+
var __vue_script__$a = script$a;
|
|
4612
4608
|
/* template */
|
|
4613
4609
|
|
|
4614
|
-
var __vue_render__$
|
|
4610
|
+
var __vue_render__$a = function __vue_render__() {
|
|
4615
4611
|
var _vm = this;
|
|
4616
4612
|
|
|
4617
4613
|
var _h = _vm.$createElement;
|
|
@@ -4678,10 +4674,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
4678
4674
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
4679
4675
|
};
|
|
4680
4676
|
|
|
4681
|
-
var __vue_staticRenderFns__$
|
|
4677
|
+
var __vue_staticRenderFns__$a = [];
|
|
4682
4678
|
/* style */
|
|
4683
4679
|
|
|
4684
|
-
var __vue_inject_styles__$
|
|
4680
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
4685
4681
|
if (!inject) return;
|
|
4686
4682
|
inject("data-v-1c24c23b_0", {
|
|
4687
4683
|
source: "*{box-sizing:border-box}.toasted svg{margin-right:10px}.d-none{display:none}ul{list-style-type:none}h1,h2,h3,h4,p{margin:0;padding:0}.tg-container{width:100%;max-width:800px;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.tg-options{width:100%;display:flex}.tg-options.column{flex-direction:column}.tg-options h4{margin-right:5px}.tg-select{flex:1;height:34px;overflow:hidden}.tg-select .vs__dropdown-toggle{background-color:#fff;height:34px;overflow:hidden;display:flex;align-items:center}.tg-select .vs__selected-options{height:34px;overflow:hidden}.tg-select .vs__selected-options>span{white-space:nowrap;text-overflow:ellipsis;flex:1}.tg-select .vs__selected-options>input{flex-grow:0}.vs__dropdown-option{transition:background-color 150ms;white-space:normal}.vs__dropdown-option:nth-child(odd){background-color:#f1f1f1}.vs__dropdown-option--highlight,.vs__dropdown-option--selected,.vs__dropdown-option:active,.vs__dropdown-option:focus,.vs__dropdown-option:hover{background-color:#5897fb!important;color:#fff}.tg-component{width:100%}.ts-container{width:100%;display:flex;justify-content:space-between}.ts-content{--border-color:#CCC;--background-color:#DFF0D8;--input-background-color:#FFF;--input-border-default:#007BFF;--input-border-error:#E74C3C;--placeholder-color:#BBB;flex:2;font-size:.7rem;padding:10px 0}.ts-content footer,.ts-content header,.ts-content section{padding:3px 5px;background-color:var(--background-color)}.ts-content header,.ts-content section{border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)}.ts-content header{border-top-left-radius:2.5px;border-top-right-radius:2.5px;border-top:1px solid var(--border-color)}.ts-content header{font-weight:550}.ts-content section{line-height:25px}.ts-content section.margin-bottom{border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;border-bottom:1px solid var(--border-color)}.ts-content footer{border:1px solid var(--border-color);border-top:unset;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px}.ts-content input{border:1px solid transparent;outline:0;font-size:.8rem;padding:2.5px 5px;background-color:var(--input-background-color)}.ts-content input::placeholder{color:var(--placeholder-color)}.ts-content input.active,.ts-content input:focus{border:1px solid var(--input-border-default)}.ts-content input.invalid{border:1px solid var(--input-border-error)!important}.ts-content__var{display:inline-block;position:relative}.ts-dropdown{margin:0;padding:0;position:absolute;top:19px;left:0;background:#eee;width:100%;z-index:1;transition:all 150ms;visibility:hidden;opacity:0;list-style-type:none;border:1px solid #444;border-top:unset}.ts-dropdown li{width:100%;opacity:.9;cursor:pointer;font-weight:550;padding:2px 5px;transition:background-color 150ms}.ts-dropdown li:focus,.ts-dropdown li:focus-within,.ts-dropdown li:hover{opacity:1;background-color:#555;color:#fff}.ts-dropdown.visible{visibility:visible;opacity:1}.tg-btn{width:40%;display:flex;justify-content:center;align-items:center}.tg-btn button{outline:unset;border:unset;display:block;min-width:180px;height:35px;padding:0 10px;font-weight:500;background-color:#007bff;color:#fff;transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:2.5px}.tg-btn button>svg{margin-right:5px;color:#003166}.tg-btn button:hover{opacity:1}.tg-btn button:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.tg-btn button:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.tg-btn button:active,.tg-btn button:focus{outline:unset}.tg-btn.small-btn{width:auto;margin-left:5px}.tg-btn.small-btn svg{margin-right:0}.tg-btn.small-btn button{min-width:35px;width:35px;padding:0;display:flex;justify-content:center;align-items:center}.tm-container{border:1px solid var(--border-color);border-radius:2.5px;display:flex}",
|
|
@@ -4692,22 +4688,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
4692
4688
|
/* scoped */
|
|
4693
4689
|
|
|
4694
4690
|
|
|
4695
|
-
var __vue_scope_id__$
|
|
4691
|
+
var __vue_scope_id__$a = undefined;
|
|
4696
4692
|
/* module identifier */
|
|
4697
4693
|
|
|
4698
|
-
var __vue_module_identifier__$
|
|
4694
|
+
var __vue_module_identifier__$a = "data-v-1c24c23b";
|
|
4699
4695
|
/* functional template */
|
|
4700
4696
|
|
|
4701
|
-
var __vue_is_functional_template__$
|
|
4697
|
+
var __vue_is_functional_template__$a = false;
|
|
4702
4698
|
/* style inject shadow dom */
|
|
4703
4699
|
|
|
4704
|
-
var __vue_component__$
|
|
4705
|
-
render: __vue_render__$
|
|
4706
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4707
|
-
}, __vue_inject_styles__$
|
|
4700
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
4701
|
+
render: __vue_render__$a,
|
|
4702
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
4703
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);
|
|
4708
4704
|
|
|
4709
|
-
var __vue_component__$
|
|
4710
|
-
var script$
|
|
4705
|
+
var __vue_component__$g = __vue_component__$f;//
|
|
4706
|
+
var script$9 = {
|
|
4711
4707
|
components: {
|
|
4712
4708
|
BtnEmojis: BtnEmojis,
|
|
4713
4709
|
BtnFiles: BtnFiles
|
|
@@ -4947,8 +4943,6 @@ var script$8 = {
|
|
|
4947
4943
|
insertEmoji: function insertEmoji(emoji) {
|
|
4948
4944
|
try {
|
|
4949
4945
|
var textarea = this.$refs["".concat(this.identifier)];
|
|
4950
|
-
console.log("emoji: ", emoji);
|
|
4951
|
-
console.log(textarea);
|
|
4952
4946
|
|
|
4953
4947
|
if (document.activeElement === textarea) {
|
|
4954
4948
|
var cursorStart = textarea.selectionStart;
|
|
@@ -4975,10 +4969,10 @@ var script$8 = {
|
|
|
4975
4969
|
}
|
|
4976
4970
|
}
|
|
4977
4971
|
};/* script */
|
|
4978
|
-
var __vue_script__$
|
|
4972
|
+
var __vue_script__$9 = script$9;
|
|
4979
4973
|
/* template */
|
|
4980
4974
|
|
|
4981
|
-
var __vue_render__$
|
|
4975
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
4982
4976
|
var _vm = this;
|
|
4983
4977
|
|
|
4984
4978
|
var _h = _vm.$createElement;
|
|
@@ -5044,12 +5038,12 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
5044
5038
|
}) : _vm._e(), _vm._ssrNode(" "), _vm._t("btn-1"), _vm._ssrNode(" "), _vm._t("btn-2")], 2)], 2)], 2);
|
|
5045
5039
|
};
|
|
5046
5040
|
|
|
5047
|
-
var __vue_staticRenderFns__$
|
|
5041
|
+
var __vue_staticRenderFns__$9 = [];
|
|
5048
5042
|
/* style */
|
|
5049
5043
|
|
|
5050
|
-
var __vue_inject_styles__$
|
|
5044
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
5051
5045
|
if (!inject) return;
|
|
5052
|
-
inject("data-v-
|
|
5046
|
+
inject("data-v-35df0b7d_0", {
|
|
5053
5047
|
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}",
|
|
5054
5048
|
map: undefined,
|
|
5055
5049
|
media: undefined
|
|
@@ -5058,21 +5052,21 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
5058
5052
|
/* scoped */
|
|
5059
5053
|
|
|
5060
5054
|
|
|
5061
|
-
var __vue_scope_id__$
|
|
5055
|
+
var __vue_scope_id__$9 = undefined;
|
|
5062
5056
|
/* module identifier */
|
|
5063
5057
|
|
|
5064
|
-
var __vue_module_identifier__$
|
|
5058
|
+
var __vue_module_identifier__$9 = "data-v-35df0b7d";
|
|
5065
5059
|
/* functional template */
|
|
5066
5060
|
|
|
5067
|
-
var __vue_is_functional_template__$
|
|
5061
|
+
var __vue_is_functional_template__$9 = false;
|
|
5068
5062
|
/* style inject shadow dom */
|
|
5069
5063
|
|
|
5070
|
-
var __vue_component__$
|
|
5071
|
-
render: __vue_render__$
|
|
5072
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5073
|
-
}, __vue_inject_styles__$
|
|
5064
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
5065
|
+
render: __vue_render__$9,
|
|
5066
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
5067
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);
|
|
5074
5068
|
|
|
5075
|
-
var __vue_component__$
|
|
5069
|
+
var __vue_component__$e = __vue_component__$d;var textoLongo = {
|
|
5076
5070
|
methods: {
|
|
5077
5071
|
tratarTextoLongo: function tratarTextoLongo(textoLongo) {
|
|
5078
5072
|
var maxLength = 100;
|
|
@@ -5172,7 +5166,7 @@ var __vue_component__$d = __vue_component__$c;var textoLongo = {
|
|
|
5172
5166
|
console.error(e);
|
|
5173
5167
|
}
|
|
5174
5168
|
}//
|
|
5175
|
-
var script$
|
|
5169
|
+
var script$8 = {
|
|
5176
5170
|
props: {
|
|
5177
5171
|
anexo: {
|
|
5178
5172
|
type: Object,
|
|
@@ -5247,10 +5241,10 @@ var script$7 = {
|
|
|
5247
5241
|
}
|
|
5248
5242
|
}
|
|
5249
5243
|
};/* script */
|
|
5250
|
-
var __vue_script__$
|
|
5244
|
+
var __vue_script__$8 = script$8;
|
|
5251
5245
|
/* template */
|
|
5252
5246
|
|
|
5253
|
-
var __vue_render__$
|
|
5247
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
5254
5248
|
var _vm = this;
|
|
5255
5249
|
|
|
5256
5250
|
var _h = _vm.$createElement;
|
|
@@ -5293,7 +5287,8 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
5293
5287
|
class: [_vm.iconeClass],
|
|
5294
5288
|
attrs: {
|
|
5295
5289
|
"title": _vm.nomeArquivo,
|
|
5296
|
-
"target": "_blank"
|
|
5290
|
+
"target": "_blank",
|
|
5291
|
+
"rel": "noreferrer noopener"
|
|
5297
5292
|
},
|
|
5298
5293
|
on: {
|
|
5299
5294
|
"click": function click($event) {
|
|
@@ -5310,6 +5305,7 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
5310
5305
|
"href": _vm.imgAnexo ? _vm.imgAnexo : _vm.docAnexo,
|
|
5311
5306
|
"download": "" + _vm.nomeArquivo,
|
|
5312
5307
|
"target": "_blank",
|
|
5308
|
+
"rel": "noreferrer noopener",
|
|
5313
5309
|
"title": "Download " + _vm.nomeArquivo
|
|
5314
5310
|
}
|
|
5315
5311
|
}, [_c('fa-icon', {
|
|
@@ -5319,13 +5315,13 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
5319
5315
|
})], 1)]], 2)], 1);
|
|
5320
5316
|
};
|
|
5321
5317
|
|
|
5322
|
-
var __vue_staticRenderFns__$
|
|
5318
|
+
var __vue_staticRenderFns__$8 = [];
|
|
5323
5319
|
/* style */
|
|
5324
5320
|
|
|
5325
|
-
var __vue_inject_styles__$
|
|
5321
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
5326
5322
|
if (!inject) return;
|
|
5327
|
-
inject("data-v-
|
|
5328
|
-
source: ".fade-enter-active[data-v-
|
|
5323
|
+
inject("data-v-037d5568_0", {
|
|
5324
|
+
source: ".fade-enter-active[data-v-037d5568],.fade-leave-active[data-v-037d5568]{transition:opacity .5s}.fade-enter[data-v-037d5568],.fade-leave-to[data-v-037d5568]{opacity:0}",
|
|
5329
5325
|
map: undefined,
|
|
5330
5326
|
media: undefined
|
|
5331
5327
|
});
|
|
@@ -5333,22 +5329,22 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
5333
5329
|
/* scoped */
|
|
5334
5330
|
|
|
5335
5331
|
|
|
5336
|
-
var __vue_scope_id__$
|
|
5332
|
+
var __vue_scope_id__$8 = "data-v-037d5568";
|
|
5337
5333
|
/* module identifier */
|
|
5338
5334
|
|
|
5339
|
-
var __vue_module_identifier__$
|
|
5335
|
+
var __vue_module_identifier__$8 = "data-v-037d5568";
|
|
5340
5336
|
/* functional template */
|
|
5341
5337
|
|
|
5342
|
-
var __vue_is_functional_template__$
|
|
5338
|
+
var __vue_is_functional_template__$8 = false;
|
|
5343
5339
|
/* style inject shadow dom */
|
|
5344
5340
|
|
|
5345
|
-
var __vue_component__$
|
|
5346
|
-
render: __vue_render__$
|
|
5347
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5348
|
-
}, __vue_inject_styles__$
|
|
5341
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
5342
|
+
render: __vue_render__$8,
|
|
5343
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
5344
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);
|
|
5349
5345
|
|
|
5350
|
-
var CardAttachment = __vue_component__$
|
|
5351
|
-
var script$
|
|
5346
|
+
var CardAttachment = __vue_component__$c;//
|
|
5347
|
+
var script$7 = {
|
|
5352
5348
|
components: {
|
|
5353
5349
|
CardAttachment: CardAttachment
|
|
5354
5350
|
},
|
|
@@ -5456,10 +5452,10 @@ var script$6 = {
|
|
|
5456
5452
|
}
|
|
5457
5453
|
}
|
|
5458
5454
|
};/* script */
|
|
5459
|
-
var __vue_script__$
|
|
5455
|
+
var __vue_script__$7 = script$7;
|
|
5460
5456
|
/* template */
|
|
5461
5457
|
|
|
5462
|
-
var __vue_render__$
|
|
5458
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
5463
5459
|
var _vm = this;
|
|
5464
5460
|
|
|
5465
5461
|
var _h = _vm.$createElement;
|
|
@@ -5500,10 +5496,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
5500
5496
|
}), 0) : _vm._e()], 2)], 2) : _vm._e();
|
|
5501
5497
|
};
|
|
5502
5498
|
|
|
5503
|
-
var __vue_staticRenderFns__$
|
|
5499
|
+
var __vue_staticRenderFns__$7 = [];
|
|
5504
5500
|
/* style */
|
|
5505
5501
|
|
|
5506
|
-
var __vue_inject_styles__$
|
|
5502
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
5507
5503
|
if (!inject) return;
|
|
5508
5504
|
inject("data-v-152fb67e_0", {
|
|
5509
5505
|
source: ".fade-enter-active[data-v-152fb67e],.fade-leave-active[data-v-152fb67e]{transition:opacity .2s}.fade-enter[data-v-152fb67e],.fade-leave-to[data-v-152fb67e]{opacity:0}.card-cli[data-v-152fb67e],.card-ope[data-v-152fb67e]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-152fb67e],.card-ope.msgNova[data-v-152fb67e]{margin-top:30px}.novas-mensagens[data-v-152fb67e]{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-152fb67e]{border-left:3px solid #90b823}.card-ope[data-v-152fb67e]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-152fb67e]{border-right:3px solid #007535}.card[data-v-152fb67e]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p[data-v-152fb67e]{word-break:break-all}.card-header[data-v-152fb67e]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg[data-v-152fb67e]{font-size:1rem}.card-canal[data-v-152fb67e]{flex:1;margin-right:10px}.card-datas[data-v-152fb67e]{display:flex;flex-direction:column;margin-right:10px}.card-data[data-v-152fb67e]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-152fb67e]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-152fb67e]{margin-right:5px;color:#232323}.card-expand[data-v-152fb67e]{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-152fb67e]:hover{opacity:1}.card-footer[data-v-152fb67e]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip[data-v-152fb67e]{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-152fb67e]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-152fb67e]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-152fb67e]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-152fb67e]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-152fb67e]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-152fb67e]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-152fb67e]:hover{background-color:rgba(231,76,60,.25)}.card-anexo[data-v-152fb67e]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-152fb67e]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-152fb67e]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-152fb67e]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-152fb67e]{max-width:45px;max-height:45px}.anexo-icone[data-v-152fb67e]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-152fb67e]:hover{opacity:1}.anexo-icone[data-v-152fb67e]:visited{color:inherit}svg[data-v-152fb67e]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-152fb67e]{position:relative}.anexo-icone.pdf svg[data-v-152fb67e]{color:#e74c3c}.anexo-icone.pdf[data-v-152fb67e]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-152fb67e]{color:#15517f}.anexo-icone.doc[data-v-152fb67e]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-152fb67e]{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-152fb67e]:hover{opacity:1}.anexo-img img[data-v-152fb67e]{width:95%}",
|
|
@@ -5514,22 +5510,22 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
5514
5510
|
/* scoped */
|
|
5515
5511
|
|
|
5516
5512
|
|
|
5517
|
-
var __vue_scope_id__$
|
|
5513
|
+
var __vue_scope_id__$7 = "data-v-152fb67e";
|
|
5518
5514
|
/* module identifier */
|
|
5519
5515
|
|
|
5520
|
-
var __vue_module_identifier__$
|
|
5516
|
+
var __vue_module_identifier__$7 = "data-v-152fb67e";
|
|
5521
5517
|
/* functional template */
|
|
5522
5518
|
|
|
5523
|
-
var __vue_is_functional_template__$
|
|
5519
|
+
var __vue_is_functional_template__$7 = false;
|
|
5524
5520
|
/* style inject shadow dom */
|
|
5525
5521
|
|
|
5526
|
-
var __vue_component__$
|
|
5527
|
-
render: __vue_render__$
|
|
5528
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5529
|
-
}, __vue_inject_styles__$
|
|
5522
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
5523
|
+
render: __vue_render__$7,
|
|
5524
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
5525
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);
|
|
5530
5526
|
|
|
5531
|
-
var __vue_component__$
|
|
5532
|
-
var script$
|
|
5527
|
+
var __vue_component__$b = __vue_component__$a;//
|
|
5528
|
+
var script$6 = {
|
|
5533
5529
|
components: {
|
|
5534
5530
|
Loader: Loader
|
|
5535
5531
|
},
|
|
@@ -5603,10 +5599,10 @@ var script$5 = {
|
|
|
5603
5599
|
}
|
|
5604
5600
|
}
|
|
5605
5601
|
};/* script */
|
|
5606
|
-
var __vue_script__$
|
|
5602
|
+
var __vue_script__$6 = script$6;
|
|
5607
5603
|
/* template */
|
|
5608
5604
|
|
|
5609
|
-
var __vue_render__$
|
|
5605
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
5610
5606
|
var _vm = this;
|
|
5611
5607
|
|
|
5612
5608
|
var _h = _vm.$createElement;
|
|
@@ -5671,7 +5667,8 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
5671
5667
|
}, [_c('p', [_vm._v(" " + _vm._s(_vm.dictionary.msg_erro_audio) + " "), _c('a', {
|
|
5672
5668
|
attrs: {
|
|
5673
5669
|
"href": _vm.docAnexo,
|
|
5674
|
-
"target": "_blank"
|
|
5670
|
+
"target": "_blank",
|
|
5671
|
+
"rel": "noreferrer noopener"
|
|
5675
5672
|
}
|
|
5676
5673
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.msg_abrir_audio) + " ")])])]) : _vm._e(), _vm._v(" "), _vm.video ? _c('video', {
|
|
5677
5674
|
attrs: {
|
|
@@ -5682,12 +5679,14 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
5682
5679
|
}, [_c('p', [_vm._v(" " + _vm._s(_vm.dictionary.msg_erro_video) + " "), _vm.tipoDoc != 'erro' ? _c('a', {
|
|
5683
5680
|
attrs: {
|
|
5684
5681
|
"href": _vm.docAnexo,
|
|
5685
|
-
"target": "_blank"
|
|
5682
|
+
"target": "_blank",
|
|
5683
|
+
"rel": "noreferrer noopener"
|
|
5686
5684
|
}
|
|
5687
5685
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.msg_abrir_video) + " ")]) : _vm._e()])]) : _vm._e()] : [_vm.tipoDoc != 'erro' ? _c('a', {
|
|
5688
5686
|
attrs: {
|
|
5689
5687
|
"href": _vm.docAnexo,
|
|
5690
5688
|
"target": "_blank",
|
|
5689
|
+
"rel": "noreferrer noopener",
|
|
5691
5690
|
"title": _vm.tipoDoc + " - " + _vm.nomeArquivo
|
|
5692
5691
|
}
|
|
5693
5692
|
}, [_c('fa-icon', {
|
|
@@ -5711,7 +5710,8 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
5711
5710
|
attrs: {
|
|
5712
5711
|
"href": _vm.imgAnexo,
|
|
5713
5712
|
"download": "" + _vm.nomeArquivo,
|
|
5714
|
-
"target": "_blank"
|
|
5713
|
+
"target": "_blank",
|
|
5714
|
+
"rel": "noreferrer noopener"
|
|
5715
5715
|
}
|
|
5716
5716
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.titulo_baixar_img) + " "), _c('fa-icon', {
|
|
5717
5717
|
attrs: {
|
|
@@ -5721,7 +5721,8 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
5721
5721
|
attrs: {
|
|
5722
5722
|
"href": _vm.docAnexo,
|
|
5723
5723
|
"download": "" + _vm.nomeArquivo,
|
|
5724
|
-
"target": "_blank"
|
|
5724
|
+
"target": "_blank",
|
|
5725
|
+
"rel": "noreferrer noopener"
|
|
5725
5726
|
}
|
|
5726
5727
|
}, [_vm._v(" " + _vm._s(_vm.dictionary.titulo_baixar_doc) + " "), _c('fa-icon', {
|
|
5727
5728
|
attrs: {
|
|
@@ -5730,13 +5731,85 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
5730
5731
|
})], 1) : _vm._e()])], 1)], 1);
|
|
5731
5732
|
};
|
|
5732
5733
|
|
|
5734
|
+
var __vue_staticRenderFns__$6 = [];
|
|
5735
|
+
/* style */
|
|
5736
|
+
|
|
5737
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
5738
|
+
if (!inject) return;
|
|
5739
|
+
inject("data-v-23ebefcd_0", {
|
|
5740
|
+
source: ".fade-enter-active[data-v-23ebefcd],.fade-leave-active[data-v-23ebefcd]{transition:opacity .5s}.fade-enter[data-v-23ebefcd],.fade-leave-to[data-v-23ebefcd]{opacity:0}.mensagem-div-anexo[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-23ebefcd]{width:100%;margin-top:5px}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container a[data-v-23ebefcd]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container p[data-v-23ebefcd]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-23ebefcd]{font-size:2rem}.anexo-container audio[data-v-23ebefcd]{outline:0;width:100%}.anexo-container video[data-v-23ebefcd]{width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-23ebefcd]{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-23ebefcd]{cursor:pointer}.mensagem-div-anexo img[data-v-23ebefcd]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-23ebefcd]{width:100%;height:100%}.anexo-mensagem[data-v-23ebefcd]{display:flex;justify-content:center;align-items:center;flex-direction:column}",
|
|
5741
|
+
map: undefined,
|
|
5742
|
+
media: undefined
|
|
5743
|
+
});
|
|
5744
|
+
};
|
|
5745
|
+
/* scoped */
|
|
5746
|
+
|
|
5747
|
+
|
|
5748
|
+
var __vue_scope_id__$6 = "data-v-23ebefcd";
|
|
5749
|
+
/* module identifier */
|
|
5750
|
+
|
|
5751
|
+
var __vue_module_identifier__$6 = "data-v-23ebefcd";
|
|
5752
|
+
/* functional template */
|
|
5753
|
+
|
|
5754
|
+
var __vue_is_functional_template__$6 = false;
|
|
5755
|
+
/* style inject shadow dom */
|
|
5756
|
+
|
|
5757
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
5758
|
+
render: __vue_render__$6,
|
|
5759
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
5760
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);
|
|
5761
|
+
|
|
5762
|
+
var AnexoMensagem = __vue_component__$9;//
|
|
5763
|
+
var script$5 = {
|
|
5764
|
+
mixins: [mixin_1],
|
|
5765
|
+
props: {
|
|
5766
|
+
lista: {
|
|
5767
|
+
type: [Array, Object],
|
|
5768
|
+
required: true
|
|
5769
|
+
},
|
|
5770
|
+
titulo: {
|
|
5771
|
+
type: String,
|
|
5772
|
+
required: false
|
|
5773
|
+
}
|
|
5774
|
+
},
|
|
5775
|
+
methods: {
|
|
5776
|
+
away: function away() {
|
|
5777
|
+
this.$emit("close");
|
|
5778
|
+
}
|
|
5779
|
+
}
|
|
5780
|
+
};/* script */
|
|
5781
|
+
var __vue_script__$5 = script$5;
|
|
5782
|
+
/* template */
|
|
5783
|
+
|
|
5784
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
5785
|
+
var _vm = this;
|
|
5786
|
+
|
|
5787
|
+
var _h = _vm.$createElement;
|
|
5788
|
+
|
|
5789
|
+
var _c = _vm._self._c || _h;
|
|
5790
|
+
|
|
5791
|
+
return _c('div', {
|
|
5792
|
+
directives: [{
|
|
5793
|
+
name: "on-clickaway",
|
|
5794
|
+
rawName: "v-on-clickaway",
|
|
5795
|
+
value: _vm.away,
|
|
5796
|
+
expression: "away"
|
|
5797
|
+
}],
|
|
5798
|
+
staticClass: "interatividade-popup box-shadow"
|
|
5799
|
+
}, [_vm._ssrNode((_vm.titulo ? "<div class=\"interatividade-popup-titulo\"><h1>" + _vm._ssrEscape(_vm._s(_vm.titulo)) + "</h1></div>" : "<!---->") + " " + _vm._ssrList(_vm.lista, function (objItem, index) {
|
|
5800
|
+
return "<div class=\"interatividade-popup-conteudo\">" + (objItem.items && objItem.items.length ? _vm._ssrList(objItem.items, function (item, indexItem) {
|
|
5801
|
+
return "<div class=\"interatividade-popup-item\">" + (item.title ? "<p class=\"interatividade-popup-item-titulo\">" + _vm._ssrEscape(_vm._s(item.title)) + "</p>" : "<!---->") + " " + (item.description ? "<p class=\"interatividade-popup-item-desc\">" + _vm._ssrEscape(_vm._s(item.description)) + "</p>" : "<!---->") + "</div>";
|
|
5802
|
+
}) : "<!---->") + "</div>";
|
|
5803
|
+
}))]);
|
|
5804
|
+
};
|
|
5805
|
+
|
|
5733
5806
|
var __vue_staticRenderFns__$5 = [];
|
|
5734
5807
|
/* style */
|
|
5735
5808
|
|
|
5736
5809
|
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
5737
5810
|
if (!inject) return;
|
|
5738
|
-
inject("data-v-
|
|
5739
|
-
source: ".
|
|
5811
|
+
inject("data-v-f5d7144e_0", {
|
|
5812
|
+
source: ".box-shadow{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.interatividade-popup{position:absolute;top:-55px;left:-265px;width:250px;height:auto;max-height:300px;overflow-y:auto;overflow-x:hidden;background-color:#fff;border-radius:15px;color:#333;font-size:.875rem}.interatividade-popup-titulo h1{padding:4px 10px;background-color:#333;color:#fff;font-size:1.2em}.interatividade-popup-item{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-popup-item-desc{font-size:.9em;color:#767676}",
|
|
5740
5813
|
map: undefined,
|
|
5741
5814
|
media: undefined
|
|
5742
5815
|
});
|
|
@@ -5744,10 +5817,10 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
5744
5817
|
/* scoped */
|
|
5745
5818
|
|
|
5746
5819
|
|
|
5747
|
-
var __vue_scope_id__$5 =
|
|
5820
|
+
var __vue_scope_id__$5 = undefined;
|
|
5748
5821
|
/* module identifier */
|
|
5749
5822
|
|
|
5750
|
-
var __vue_module_identifier__$5 = "data-v-
|
|
5823
|
+
var __vue_module_identifier__$5 = "data-v-f5d7144e";
|
|
5751
5824
|
/* functional template */
|
|
5752
5825
|
|
|
5753
5826
|
var __vue_is_functional_template__$5 = false;
|
|
@@ -5758,15 +5831,16 @@ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
5758
5831
|
staticRenderFns: __vue_staticRenderFns__$5
|
|
5759
5832
|
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);
|
|
5760
5833
|
|
|
5761
|
-
var
|
|
5762
|
-
//
|
|
5763
|
-
//
|
|
5764
|
-
//
|
|
5765
|
-
//
|
|
5766
|
-
//
|
|
5767
|
-
//
|
|
5768
|
-
//
|
|
5834
|
+
var InteratividadePopup = __vue_component__$8;//
|
|
5769
5835
|
var script$4 = {
|
|
5836
|
+
components: {
|
|
5837
|
+
InteratividadePopup: InteratividadePopup
|
|
5838
|
+
},
|
|
5839
|
+
data: function data() {
|
|
5840
|
+
return {
|
|
5841
|
+
listaEstaAberta: false
|
|
5842
|
+
};
|
|
5843
|
+
},
|
|
5770
5844
|
props: {
|
|
5771
5845
|
interatividade: {
|
|
5772
5846
|
type: Object,
|
|
@@ -5778,7 +5852,28 @@ var script$4 = {
|
|
|
5778
5852
|
return this.interatividade.tipo;
|
|
5779
5853
|
},
|
|
5780
5854
|
arrBotoes: function arrBotoes() {
|
|
5781
|
-
|
|
5855
|
+
var botoes = this.interatividade.botoes;
|
|
5856
|
+
return botoes ? botoes : [];
|
|
5857
|
+
},
|
|
5858
|
+
objItens: function objItens() {
|
|
5859
|
+
var itens = this.interatividade.itens;
|
|
5860
|
+
return itens ? itens : {};
|
|
5861
|
+
},
|
|
5862
|
+
listaExpandida: function listaExpandida() {
|
|
5863
|
+
try {
|
|
5864
|
+
var list = this.objItens.list;
|
|
5865
|
+
var sections = list.sections;
|
|
5866
|
+
return sections ? sections : [];
|
|
5867
|
+
} catch (e) {
|
|
5868
|
+
console.error("Erro ao definir a lista a ser expandida");
|
|
5869
|
+
console.error(e);
|
|
5870
|
+
return [];
|
|
5871
|
+
}
|
|
5872
|
+
}
|
|
5873
|
+
},
|
|
5874
|
+
methods: {
|
|
5875
|
+
expandirLista: function expandirLista() {
|
|
5876
|
+
this.listaEstaAberta = !this.listaEstaAberta;
|
|
5782
5877
|
}
|
|
5783
5878
|
}
|
|
5784
5879
|
};/* script */
|
|
@@ -5794,9 +5889,23 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
5794
5889
|
|
|
5795
5890
|
return _c('div', {
|
|
5796
5891
|
staticClass: "interatividade"
|
|
5797
|
-
}, [
|
|
5892
|
+
}, [_c('transition', {
|
|
5893
|
+
attrs: {
|
|
5894
|
+
"name": "show-x"
|
|
5895
|
+
}
|
|
5896
|
+
}, [_vm.listaEstaAberta ? _c('InteratividadePopup', {
|
|
5897
|
+
attrs: {
|
|
5898
|
+
"lista": _vm.listaExpandida,
|
|
5899
|
+
"titulo": _vm.objItens.list.title
|
|
5900
|
+
},
|
|
5901
|
+
on: {
|
|
5902
|
+
"close": function close($event) {
|
|
5903
|
+
_vm.listaEstaAberta = false;
|
|
5904
|
+
}
|
|
5905
|
+
}
|
|
5906
|
+
}) : _vm._e()], 1), _vm._ssrNode(" " + (_vm.arrBotoes.length ? _vm._ssrList(_vm.arrBotoes, function (btn, index) {
|
|
5798
5907
|
return "<div" + _vm._ssrAttr("title", btn.titulo) + " class=\"interatividade-btn\"><p class=\"interatividade-titulo\">" + _vm._ssrEscape(_vm._s(btn.titulo)) + "</p></div>";
|
|
5799
|
-
}))]);
|
|
5908
|
+
}) : Object.keys(_vm.objItens).length ? "<div class=\"interatividade-lista\"><div class=\"interatividade-lista-conteudo\">" + (_vm.objItens.header.text ? "<p class=\"interatividade-lista-titulo\">" + _vm._ssrEscape(_vm._s(_vm.objItens.header.text)) + "</p>" : "<!---->") + " " + (_vm.objItens.body.text ? "<p class=\"interatividade-lista-corpo\">" + _vm._ssrEscape(_vm._s(_vm.objItens.body.text)) + "</p>" : "<!---->") + " " + (_vm.objItens.footer.text ? "<p class=\"interatividade-lista-rodape\">" + _vm._ssrEscape(_vm._s(_vm.objItens.footer.text)) + "</p>" : "<!---->") + "</div> " + (_vm.objItens.list.title ? "<p class=\"interatividade-lista-link\">" + _vm._ssrEscape(_vm._s(_vm.objItens.list.title)) + "</p>" : "<!---->") + "</div>" : "<!---->"))], 2);
|
|
5800
5909
|
};
|
|
5801
5910
|
|
|
5802
5911
|
var __vue_staticRenderFns__$4 = [];
|
|
@@ -5804,8 +5913,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
5804
5913
|
|
|
5805
5914
|
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
5806
5915
|
if (!inject) return;
|
|
5807
|
-
inject("data-v-
|
|
5808
|
-
source: ".interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:var(--message-color);padding:10px 12px;border-radius:5px;margin-bottom:10px}.interatividade-btn:nth-child(1){margin-top:10px}.interatividade-titulo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin:0;padding:0}",
|
|
5916
|
+
inject("data-v-265335df_0", {
|
|
5917
|
+
source: ".show-x-enter-active,.show-x-leave-enter{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter,.show-x-leave-to{opacity:0;transform:translateX(5%)}.interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:var(--message-color);padding:10px 12px;border-radius:5px;margin-bottom:10px}.interatividade-btn:nth-child(1){margin-top:10px}.interatividade-titulo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape{color:#818181;margin-top:5px}.interatividade-lista-link{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link:hover{color:#00628f}",
|
|
5809
5918
|
map: undefined,
|
|
5810
5919
|
media: undefined
|
|
5811
5920
|
});
|
|
@@ -5816,7 +5925,7 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
5816
5925
|
var __vue_scope_id__$4 = undefined;
|
|
5817
5926
|
/* module identifier */
|
|
5818
5927
|
|
|
5819
|
-
var __vue_module_identifier__$4 = "data-v-
|
|
5928
|
+
var __vue_module_identifier__$4 = "data-v-265335df";
|
|
5820
5929
|
/* functional template */
|
|
5821
5930
|
|
|
5822
5931
|
var __vue_is_functional_template__$4 = false;
|
|
@@ -6293,7 +6402,7 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
6293
6402
|
attrs: {
|
|
6294
6403
|
"icon": _vm.faIcon.length ? _vm.faIcon : _vm.svgIcon
|
|
6295
6404
|
}
|
|
6296
|
-
})], 1)] : _vm._e(), _vm._ssrNode(" " + (!_vm.activeLoader ? "<span class=\"simple-btn--text\">" + _vm._ssrEscape(_vm._s(_vm.btnText)) + "</span>" : "<
|
|
6405
|
+
})], 1)] : _vm._e(), _vm._ssrNode(" " + (!_vm.activeLoader ? "<span class=\"simple-btn--text\">" + _vm._ssrEscape(_vm._s(_vm.btnText)) + "</span>" : "<VueLoader></VueLoader>"))], 2);
|
|
6297
6406
|
};
|
|
6298
6407
|
|
|
6299
6408
|
var __vue_staticRenderFns__$1 = [];
|
|
@@ -6301,7 +6410,7 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
6301
6410
|
|
|
6302
6411
|
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
6303
6412
|
if (!inject) return;
|
|
6304
|
-
inject("data-v-
|
|
6413
|
+
inject("data-v-b7424d62_0", {
|
|
6305
6414
|
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}",
|
|
6306
6415
|
map: undefined,
|
|
6307
6416
|
media: undefined
|
|
@@ -6313,7 +6422,7 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
|
6313
6422
|
var __vue_scope_id__$1 = undefined;
|
|
6314
6423
|
/* module identifier */
|
|
6315
6424
|
|
|
6316
|
-
var __vue_module_identifier__$1 = "data-v-
|
|
6425
|
+
var __vue_module_identifier__$1 = "data-v-b7424d62";
|
|
6317
6426
|
/* functional template */
|
|
6318
6427
|
|
|
6319
6428
|
var __vue_is_functional_template__$1 = false;
|
|
@@ -6508,7 +6617,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
6508
6617
|
staticRenderFns: __vue_staticRenderFns__
|
|
6509
6618
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);
|
|
6510
6619
|
|
|
6511
|
-
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$
|
|
6620
|
+
var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,TemplateGenerator:__vue_component__$g,TextFooter:TextFooter,ExpandTextarea:__vue_component__$e,CardMessages:__vue_component__$b,ChatMessages:__vue_component__$6,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$3,ScrollContent:__vue_component__$1,VueLoader:Loader});var install = function installVueIntergrallPlugins(Vue) {
|
|
6512
6621
|
Object.entries(components$1).forEach(function (_ref) {
|
|
6513
6622
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
6514
6623
|
componentName = _ref2[0],
|
|
@@ -6517,7 +6626,7 @@ var __vue_component__$1 = __vue_component__;var components$1=/*#__PURE__*/Object
|
|
|
6517
6626
|
Vue.component(componentName, component);
|
|
6518
6627
|
});
|
|
6519
6628
|
}; // Create module definition for Vue.use()
|
|
6520
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$
|
|
6629
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,TemplateGenerator:__vue_component__$g,TextFooter:TextFooter,ExpandTextarea:__vue_component__$e,CardMessages:__vue_component__$b,ChatMessages:__vue_component__$6,BtnEmojis:BtnEmojis,SimpleButton:__vue_component__$3,ScrollContent:__vue_component__$1,VueLoader:Loader});// only expose one global var, with component exports exposed as properties of
|
|
6521
6630
|
// that global var (eg. plugin.component)
|
|
6522
6631
|
|
|
6523
6632
|
Object.entries(components).forEach(function (_ref) {
|