vue-intergrall-plugins 0.0.129 → 0.0.130
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.
|
@@ -1803,7 +1803,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1803
1803
|
//
|
|
1804
1804
|
//
|
|
1805
1805
|
//
|
|
1806
|
-
var script$
|
|
1806
|
+
var script$m = {
|
|
1807
1807
|
data() {
|
|
1808
1808
|
return {
|
|
1809
1809
|
varValues: {},
|
|
@@ -2099,10 +2099,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
2099
2099
|
}
|
|
2100
2100
|
|
|
2101
2101
|
/* script */
|
|
2102
|
-
const __vue_script__$
|
|
2102
|
+
const __vue_script__$m = script$m;
|
|
2103
2103
|
/* template */
|
|
2104
2104
|
|
|
2105
|
-
var __vue_render__$
|
|
2105
|
+
var __vue_render__$m = function () {
|
|
2106
2106
|
var _vm = this;
|
|
2107
2107
|
|
|
2108
2108
|
var _h = _vm.$createElement;
|
|
@@ -2186,31 +2186,31 @@ var __vue_render__$k = function () {
|
|
|
2186
2186
|
})], 2)]) : _vm._e()]);
|
|
2187
2187
|
};
|
|
2188
2188
|
|
|
2189
|
-
var __vue_staticRenderFns__$
|
|
2189
|
+
var __vue_staticRenderFns__$m = [];
|
|
2190
2190
|
/* style */
|
|
2191
2191
|
|
|
2192
|
-
const __vue_inject_styles__$
|
|
2192
|
+
const __vue_inject_styles__$m = undefined;
|
|
2193
2193
|
/* scoped */
|
|
2194
2194
|
|
|
2195
|
-
const __vue_scope_id__$
|
|
2195
|
+
const __vue_scope_id__$m = undefined;
|
|
2196
2196
|
/* module identifier */
|
|
2197
2197
|
|
|
2198
|
-
const __vue_module_identifier__$
|
|
2198
|
+
const __vue_module_identifier__$m = undefined;
|
|
2199
2199
|
/* functional template */
|
|
2200
2200
|
|
|
2201
|
-
const __vue_is_functional_template__$
|
|
2201
|
+
const __vue_is_functional_template__$m = false;
|
|
2202
2202
|
/* style inject */
|
|
2203
2203
|
|
|
2204
2204
|
/* style inject SSR */
|
|
2205
2205
|
|
|
2206
2206
|
/* style inject shadow dom */
|
|
2207
2207
|
|
|
2208
|
-
const __vue_component__$
|
|
2209
|
-
render: __vue_render__$
|
|
2210
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2211
|
-
}, __vue_inject_styles__$
|
|
2208
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
2209
|
+
render: __vue_render__$m,
|
|
2210
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
2211
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
2212
2212
|
|
|
2213
|
-
var TemplateSingle = __vue_component__$
|
|
2213
|
+
var TemplateSingle = __vue_component__$s;
|
|
2214
2214
|
|
|
2215
2215
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2216
2216
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2399,7 +2399,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2399
2399
|
//
|
|
2400
2400
|
//
|
|
2401
2401
|
//
|
|
2402
|
-
var script$
|
|
2402
|
+
var script$l = {};
|
|
2403
2403
|
|
|
2404
2404
|
const isOldIE = typeof navigator !== 'undefined' &&
|
|
2405
2405
|
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
@@ -2455,10 +2455,10 @@ function addStyle(id, css) {
|
|
|
2455
2455
|
}
|
|
2456
2456
|
|
|
2457
2457
|
/* script */
|
|
2458
|
-
const __vue_script__$
|
|
2458
|
+
const __vue_script__$l = script$l;
|
|
2459
2459
|
/* template */
|
|
2460
2460
|
|
|
2461
|
-
var __vue_render__$
|
|
2461
|
+
var __vue_render__$l = function () {
|
|
2462
2462
|
var _vm = this;
|
|
2463
2463
|
|
|
2464
2464
|
var _h = _vm.$createElement;
|
|
@@ -2468,7 +2468,7 @@ var __vue_render__$j = function () {
|
|
|
2468
2468
|
return _vm._m(0);
|
|
2469
2469
|
};
|
|
2470
2470
|
|
|
2471
|
-
var __vue_staticRenderFns__$
|
|
2471
|
+
var __vue_staticRenderFns__$l = [function () {
|
|
2472
2472
|
var _vm = this;
|
|
2473
2473
|
|
|
2474
2474
|
var _h = _vm.$createElement;
|
|
@@ -2531,7 +2531,7 @@ var __vue_staticRenderFns__$j = [function () {
|
|
|
2531
2531
|
}];
|
|
2532
2532
|
/* style */
|
|
2533
2533
|
|
|
2534
|
-
const __vue_inject_styles__$
|
|
2534
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
2535
2535
|
if (!inject) return;
|
|
2536
2536
|
inject("data-v-606babe9_0", {
|
|
2537
2537
|
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}",
|
|
@@ -2542,26 +2542,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
2542
2542
|
/* scoped */
|
|
2543
2543
|
|
|
2544
2544
|
|
|
2545
|
-
const __vue_scope_id__$
|
|
2545
|
+
const __vue_scope_id__$l = undefined;
|
|
2546
2546
|
/* module identifier */
|
|
2547
2547
|
|
|
2548
|
-
const __vue_module_identifier__$
|
|
2548
|
+
const __vue_module_identifier__$l = undefined;
|
|
2549
2549
|
/* functional template */
|
|
2550
2550
|
|
|
2551
|
-
const __vue_is_functional_template__$
|
|
2551
|
+
const __vue_is_functional_template__$l = false;
|
|
2552
2552
|
/* style inject SSR */
|
|
2553
2553
|
|
|
2554
2554
|
/* style inject shadow dom */
|
|
2555
2555
|
|
|
2556
|
-
const __vue_component__$
|
|
2557
|
-
render: __vue_render__$
|
|
2558
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2559
|
-
}, __vue_inject_styles__$
|
|
2556
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
2557
|
+
render: __vue_render__$l,
|
|
2558
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
2559
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
2560
2560
|
|
|
2561
|
-
var SkeletonPicker = __vue_component__$
|
|
2561
|
+
var SkeletonPicker = __vue_component__$r;
|
|
2562
2562
|
|
|
2563
2563
|
//
|
|
2564
|
-
var script$
|
|
2564
|
+
var script$k = {
|
|
2565
2565
|
components: {
|
|
2566
2566
|
SkeletonPicker
|
|
2567
2567
|
},
|
|
@@ -2772,10 +2772,10 @@ var script$i = {
|
|
|
2772
2772
|
};
|
|
2773
2773
|
|
|
2774
2774
|
/* script */
|
|
2775
|
-
const __vue_script__$
|
|
2775
|
+
const __vue_script__$k = script$k;
|
|
2776
2776
|
/* template */
|
|
2777
2777
|
|
|
2778
|
-
var __vue_render__$
|
|
2778
|
+
var __vue_render__$k = function () {
|
|
2779
2779
|
var _vm = this;
|
|
2780
2780
|
|
|
2781
2781
|
var _h = _vm.$createElement;
|
|
@@ -2878,10 +2878,10 @@ var __vue_render__$i = function () {
|
|
|
2878
2878
|
}), 0)]], 2)], 1);
|
|
2879
2879
|
};
|
|
2880
2880
|
|
|
2881
|
-
var __vue_staticRenderFns__$
|
|
2881
|
+
var __vue_staticRenderFns__$k = [];
|
|
2882
2882
|
/* style */
|
|
2883
2883
|
|
|
2884
|
-
const __vue_inject_styles__$
|
|
2884
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
2885
2885
|
if (!inject) return;
|
|
2886
2886
|
inject("data-v-06f33c63_0", {
|
|
2887
2887
|
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}",
|
|
@@ -2892,26 +2892,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
2892
2892
|
/* scoped */
|
|
2893
2893
|
|
|
2894
2894
|
|
|
2895
|
-
const __vue_scope_id__$
|
|
2895
|
+
const __vue_scope_id__$k = undefined;
|
|
2896
2896
|
/* module identifier */
|
|
2897
2897
|
|
|
2898
|
-
const __vue_module_identifier__$
|
|
2898
|
+
const __vue_module_identifier__$k = undefined;
|
|
2899
2899
|
/* functional template */
|
|
2900
2900
|
|
|
2901
|
-
const __vue_is_functional_template__$
|
|
2901
|
+
const __vue_is_functional_template__$k = false;
|
|
2902
2902
|
/* style inject SSR */
|
|
2903
2903
|
|
|
2904
2904
|
/* style inject shadow dom */
|
|
2905
2905
|
|
|
2906
|
-
const __vue_component__$
|
|
2907
|
-
render: __vue_render__$
|
|
2908
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2909
|
-
}, __vue_inject_styles__$
|
|
2906
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
2907
|
+
render: __vue_render__$k,
|
|
2908
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
2909
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
2910
2910
|
|
|
2911
|
-
var Picker = __vue_component__$
|
|
2911
|
+
var Picker = __vue_component__$q;
|
|
2912
2912
|
|
|
2913
2913
|
//
|
|
2914
|
-
var script$
|
|
2914
|
+
var script$j = {
|
|
2915
2915
|
components: {
|
|
2916
2916
|
Picker
|
|
2917
2917
|
},
|
|
@@ -3011,10 +3011,10 @@ var script$h = {
|
|
|
3011
3011
|
};
|
|
3012
3012
|
|
|
3013
3013
|
/* script */
|
|
3014
|
-
const __vue_script__$
|
|
3014
|
+
const __vue_script__$j = script$j;
|
|
3015
3015
|
/* template */
|
|
3016
3016
|
|
|
3017
|
-
var __vue_render__$
|
|
3017
|
+
var __vue_render__$j = function () {
|
|
3018
3018
|
var _vm = this;
|
|
3019
3019
|
|
|
3020
3020
|
var _h = _vm.$createElement;
|
|
@@ -3057,10 +3057,10 @@ var __vue_render__$h = function () {
|
|
|
3057
3057
|
})], 1)], 1);
|
|
3058
3058
|
};
|
|
3059
3059
|
|
|
3060
|
-
var __vue_staticRenderFns__$
|
|
3060
|
+
var __vue_staticRenderFns__$j = [];
|
|
3061
3061
|
/* style */
|
|
3062
3062
|
|
|
3063
|
-
const __vue_inject_styles__$
|
|
3063
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
3064
3064
|
if (!inject) return;
|
|
3065
3065
|
inject("data-v-7b7b5e22_0", {
|
|
3066
3066
|
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}",
|
|
@@ -3071,23 +3071,23 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
3071
3071
|
/* scoped */
|
|
3072
3072
|
|
|
3073
3073
|
|
|
3074
|
-
const __vue_scope_id__$
|
|
3074
|
+
const __vue_scope_id__$j = undefined;
|
|
3075
3075
|
/* module identifier */
|
|
3076
3076
|
|
|
3077
|
-
const __vue_module_identifier__$
|
|
3077
|
+
const __vue_module_identifier__$j = undefined;
|
|
3078
3078
|
/* functional template */
|
|
3079
3079
|
|
|
3080
|
-
const __vue_is_functional_template__$
|
|
3080
|
+
const __vue_is_functional_template__$j = false;
|
|
3081
3081
|
/* style inject SSR */
|
|
3082
3082
|
|
|
3083
3083
|
/* style inject shadow dom */
|
|
3084
3084
|
|
|
3085
|
-
const __vue_component__$
|
|
3086
|
-
render: __vue_render__$
|
|
3087
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3088
|
-
}, __vue_inject_styles__$
|
|
3085
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
3086
|
+
render: __vue_render__$j,
|
|
3087
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3088
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
3089
3089
|
|
|
3090
|
-
var BtnEmojis = __vue_component__$
|
|
3090
|
+
var BtnEmojis = __vue_component__$p;
|
|
3091
3091
|
|
|
3092
3092
|
//
|
|
3093
3093
|
//
|
|
@@ -3095,7 +3095,7 @@ var BtnEmojis = __vue_component__$m;
|
|
|
3095
3095
|
//
|
|
3096
3096
|
//
|
|
3097
3097
|
//
|
|
3098
|
-
var script$
|
|
3098
|
+
var script$i = {
|
|
3099
3099
|
props: {
|
|
3100
3100
|
hasBg: {
|
|
3101
3101
|
type: Boolean,
|
|
@@ -3118,10 +3118,10 @@ var script$g = {
|
|
|
3118
3118
|
};
|
|
3119
3119
|
|
|
3120
3120
|
/* script */
|
|
3121
|
-
const __vue_script__$
|
|
3121
|
+
const __vue_script__$i = script$i;
|
|
3122
3122
|
/* template */
|
|
3123
3123
|
|
|
3124
|
-
var __vue_render__$
|
|
3124
|
+
var __vue_render__$i = function () {
|
|
3125
3125
|
var _vm = this;
|
|
3126
3126
|
|
|
3127
3127
|
var _h = _vm.$createElement;
|
|
@@ -3143,10 +3143,10 @@ var __vue_render__$g = function () {
|
|
|
3143
3143
|
})]);
|
|
3144
3144
|
};
|
|
3145
3145
|
|
|
3146
|
-
var __vue_staticRenderFns__$
|
|
3146
|
+
var __vue_staticRenderFns__$i = [];
|
|
3147
3147
|
/* style */
|
|
3148
3148
|
|
|
3149
|
-
const __vue_inject_styles__$
|
|
3149
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
3150
3150
|
if (!inject) return;
|
|
3151
3151
|
inject("data-v-423f52bb_0", {
|
|
3152
3152
|
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)}}",
|
|
@@ -3157,23 +3157,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
3157
3157
|
/* scoped */
|
|
3158
3158
|
|
|
3159
3159
|
|
|
3160
|
-
const __vue_scope_id__$
|
|
3160
|
+
const __vue_scope_id__$i = undefined;
|
|
3161
3161
|
/* module identifier */
|
|
3162
3162
|
|
|
3163
|
-
const __vue_module_identifier__$
|
|
3163
|
+
const __vue_module_identifier__$i = undefined;
|
|
3164
3164
|
/* functional template */
|
|
3165
3165
|
|
|
3166
|
-
const __vue_is_functional_template__$
|
|
3166
|
+
const __vue_is_functional_template__$i = false;
|
|
3167
3167
|
/* style inject SSR */
|
|
3168
3168
|
|
|
3169
3169
|
/* style inject shadow dom */
|
|
3170
3170
|
|
|
3171
|
-
const __vue_component__$
|
|
3172
|
-
render: __vue_render__$
|
|
3173
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3174
|
-
}, __vue_inject_styles__$
|
|
3171
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
3172
|
+
render: __vue_render__$i,
|
|
3173
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
3174
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
3175
3175
|
|
|
3176
|
-
var Loader = __vue_component__$
|
|
3176
|
+
var Loader = __vue_component__$o;
|
|
3177
3177
|
|
|
3178
3178
|
//
|
|
3179
3179
|
//
|
|
@@ -3183,7 +3183,7 @@ var Loader = __vue_component__$l;
|
|
|
3183
3183
|
//
|
|
3184
3184
|
//
|
|
3185
3185
|
//
|
|
3186
|
-
var script$
|
|
3186
|
+
var script$h = {
|
|
3187
3187
|
props: {
|
|
3188
3188
|
message: {
|
|
3189
3189
|
type: String,
|
|
@@ -3204,10 +3204,10 @@ var script$f = {
|
|
|
3204
3204
|
};
|
|
3205
3205
|
|
|
3206
3206
|
/* script */
|
|
3207
|
-
const __vue_script__$
|
|
3207
|
+
const __vue_script__$h = script$h;
|
|
3208
3208
|
/* template */
|
|
3209
3209
|
|
|
3210
|
-
var __vue_render__$
|
|
3210
|
+
var __vue_render__$h = function () {
|
|
3211
3211
|
var _vm = this;
|
|
3212
3212
|
|
|
3213
3213
|
var _h = _vm.$createElement;
|
|
@@ -3222,31 +3222,31 @@ var __vue_render__$f = function () {
|
|
|
3222
3222
|
}) : _vm._e();
|
|
3223
3223
|
};
|
|
3224
3224
|
|
|
3225
|
-
var __vue_staticRenderFns__$
|
|
3225
|
+
var __vue_staticRenderFns__$h = [];
|
|
3226
3226
|
/* style */
|
|
3227
3227
|
|
|
3228
|
-
const __vue_inject_styles__$
|
|
3228
|
+
const __vue_inject_styles__$h = undefined;
|
|
3229
3229
|
/* scoped */
|
|
3230
3230
|
|
|
3231
|
-
const __vue_scope_id__$
|
|
3231
|
+
const __vue_scope_id__$h = undefined;
|
|
3232
3232
|
/* module identifier */
|
|
3233
3233
|
|
|
3234
|
-
const __vue_module_identifier__$
|
|
3234
|
+
const __vue_module_identifier__$h = undefined;
|
|
3235
3235
|
/* functional template */
|
|
3236
3236
|
|
|
3237
|
-
const __vue_is_functional_template__$
|
|
3237
|
+
const __vue_is_functional_template__$h = false;
|
|
3238
3238
|
/* style inject */
|
|
3239
3239
|
|
|
3240
3240
|
/* style inject SSR */
|
|
3241
3241
|
|
|
3242
3242
|
/* style inject shadow dom */
|
|
3243
3243
|
|
|
3244
|
-
const __vue_component__$
|
|
3245
|
-
render: __vue_render__$
|
|
3246
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3247
|
-
}, __vue_inject_styles__$
|
|
3244
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
3245
|
+
render: __vue_render__$h,
|
|
3246
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
3247
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
3248
3248
|
|
|
3249
|
-
var RemainingCharacters = __vue_component__$
|
|
3249
|
+
var RemainingCharacters = __vue_component__$n;
|
|
3250
3250
|
|
|
3251
3251
|
//
|
|
3252
3252
|
//
|
|
@@ -3254,7 +3254,7 @@ var RemainingCharacters = __vue_component__$k;
|
|
|
3254
3254
|
//
|
|
3255
3255
|
//
|
|
3256
3256
|
//
|
|
3257
|
-
var script$
|
|
3257
|
+
var script$g = {
|
|
3258
3258
|
props: {
|
|
3259
3259
|
dictionary: {
|
|
3260
3260
|
type: Object,
|
|
@@ -3326,10 +3326,10 @@ var script$e = {
|
|
|
3326
3326
|
};
|
|
3327
3327
|
|
|
3328
3328
|
/* script */
|
|
3329
|
-
const __vue_script__$
|
|
3329
|
+
const __vue_script__$g = script$g;
|
|
3330
3330
|
/* template */
|
|
3331
3331
|
|
|
3332
|
-
var __vue_render__$
|
|
3332
|
+
var __vue_render__$g = function () {
|
|
3333
3333
|
var _vm = this;
|
|
3334
3334
|
|
|
3335
3335
|
var _h = _vm.$createElement;
|
|
@@ -3351,31 +3351,31 @@ var __vue_render__$e = function () {
|
|
|
3351
3351
|
})], 1);
|
|
3352
3352
|
};
|
|
3353
3353
|
|
|
3354
|
-
var __vue_staticRenderFns__$
|
|
3354
|
+
var __vue_staticRenderFns__$g = [];
|
|
3355
3355
|
/* style */
|
|
3356
3356
|
|
|
3357
|
-
const __vue_inject_styles__$
|
|
3357
|
+
const __vue_inject_styles__$g = undefined;
|
|
3358
3358
|
/* scoped */
|
|
3359
3359
|
|
|
3360
|
-
const __vue_scope_id__$
|
|
3360
|
+
const __vue_scope_id__$g = undefined;
|
|
3361
3361
|
/* module identifier */
|
|
3362
3362
|
|
|
3363
|
-
const __vue_module_identifier__$
|
|
3363
|
+
const __vue_module_identifier__$g = undefined;
|
|
3364
3364
|
/* functional template */
|
|
3365
3365
|
|
|
3366
|
-
const __vue_is_functional_template__$
|
|
3366
|
+
const __vue_is_functional_template__$g = false;
|
|
3367
3367
|
/* style inject */
|
|
3368
3368
|
|
|
3369
3369
|
/* style inject SSR */
|
|
3370
3370
|
|
|
3371
3371
|
/* style inject shadow dom */
|
|
3372
3372
|
|
|
3373
|
-
const __vue_component__$
|
|
3374
|
-
render: __vue_render__$
|
|
3375
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3376
|
-
}, __vue_inject_styles__$
|
|
3373
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
3374
|
+
render: __vue_render__$g,
|
|
3375
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
3376
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
3377
3377
|
|
|
3378
|
-
var BtnMic = __vue_component__$
|
|
3378
|
+
var BtnMic = __vue_component__$m;
|
|
3379
3379
|
|
|
3380
3380
|
//
|
|
3381
3381
|
//
|
|
@@ -3399,7 +3399,7 @@ var BtnMic = __vue_component__$j;
|
|
|
3399
3399
|
//
|
|
3400
3400
|
//
|
|
3401
3401
|
//
|
|
3402
|
-
var script$
|
|
3402
|
+
var script$f = {
|
|
3403
3403
|
props: {
|
|
3404
3404
|
dictionary: {
|
|
3405
3405
|
type: Object,
|
|
@@ -3440,10 +3440,10 @@ var script$d = {
|
|
|
3440
3440
|
};
|
|
3441
3441
|
|
|
3442
3442
|
/* script */
|
|
3443
|
-
const __vue_script__$
|
|
3443
|
+
const __vue_script__$f = script$f;
|
|
3444
3444
|
/* template */
|
|
3445
3445
|
|
|
3446
|
-
var __vue_render__$
|
|
3446
|
+
var __vue_render__$f = function () {
|
|
3447
3447
|
var _vm = this;
|
|
3448
3448
|
|
|
3449
3449
|
var _h = _vm.$createElement;
|
|
@@ -3497,10 +3497,10 @@ var __vue_render__$d = function () {
|
|
|
3497
3497
|
})]) : _vm._e()]], 2);
|
|
3498
3498
|
};
|
|
3499
3499
|
|
|
3500
|
-
var __vue_staticRenderFns__$
|
|
3500
|
+
var __vue_staticRenderFns__$f = [];
|
|
3501
3501
|
/* style */
|
|
3502
3502
|
|
|
3503
|
-
const __vue_inject_styles__$
|
|
3503
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
3504
3504
|
if (!inject) return;
|
|
3505
3505
|
inject("data-v-6d0392fe_0", {
|
|
3506
3506
|
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%}",
|
|
@@ -3511,26 +3511,26 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
3511
3511
|
/* scoped */
|
|
3512
3512
|
|
|
3513
3513
|
|
|
3514
|
-
const __vue_scope_id__$
|
|
3514
|
+
const __vue_scope_id__$f = undefined;
|
|
3515
3515
|
/* module identifier */
|
|
3516
3516
|
|
|
3517
|
-
const __vue_module_identifier__$
|
|
3517
|
+
const __vue_module_identifier__$f = undefined;
|
|
3518
3518
|
/* functional template */
|
|
3519
3519
|
|
|
3520
|
-
const __vue_is_functional_template__$
|
|
3520
|
+
const __vue_is_functional_template__$f = false;
|
|
3521
3521
|
/* style inject SSR */
|
|
3522
3522
|
|
|
3523
3523
|
/* style inject shadow dom */
|
|
3524
3524
|
|
|
3525
|
-
const __vue_component__$
|
|
3526
|
-
render: __vue_render__$
|
|
3527
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3528
|
-
}, __vue_inject_styles__$
|
|
3525
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
3526
|
+
render: __vue_render__$f,
|
|
3527
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
3528
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
3529
3529
|
|
|
3530
|
-
var SingleFilePreview = __vue_component__$
|
|
3530
|
+
var SingleFilePreview = __vue_component__$l;
|
|
3531
3531
|
|
|
3532
3532
|
//
|
|
3533
|
-
var script$
|
|
3533
|
+
var script$e = {
|
|
3534
3534
|
components: {
|
|
3535
3535
|
Loader
|
|
3536
3536
|
},
|
|
@@ -3613,10 +3613,10 @@ var script$c = {
|
|
|
3613
3613
|
};
|
|
3614
3614
|
|
|
3615
3615
|
/* script */
|
|
3616
|
-
const __vue_script__$
|
|
3616
|
+
const __vue_script__$e = script$e;
|
|
3617
3617
|
/* template */
|
|
3618
3618
|
|
|
3619
|
-
var __vue_render__$
|
|
3619
|
+
var __vue_render__$e = function () {
|
|
3620
3620
|
var _vm = this;
|
|
3621
3621
|
|
|
3622
3622
|
var _h = _vm.$createElement;
|
|
@@ -3706,10 +3706,10 @@ var __vue_render__$c = function () {
|
|
|
3706
3706
|
})], 2)], 1);
|
|
3707
3707
|
};
|
|
3708
3708
|
|
|
3709
|
-
var __vue_staticRenderFns__$
|
|
3709
|
+
var __vue_staticRenderFns__$e = [];
|
|
3710
3710
|
/* style */
|
|
3711
3711
|
|
|
3712
|
-
const __vue_inject_styles__$
|
|
3712
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
3713
3713
|
if (!inject) return;
|
|
3714
3714
|
inject("data-v-55cbc293_0", {
|
|
3715
3715
|
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}",
|
|
@@ -3720,26 +3720,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
3720
3720
|
/* scoped */
|
|
3721
3721
|
|
|
3722
3722
|
|
|
3723
|
-
const __vue_scope_id__$
|
|
3723
|
+
const __vue_scope_id__$e = undefined;
|
|
3724
3724
|
/* module identifier */
|
|
3725
3725
|
|
|
3726
|
-
const __vue_module_identifier__$
|
|
3726
|
+
const __vue_module_identifier__$e = undefined;
|
|
3727
3727
|
/* functional template */
|
|
3728
3728
|
|
|
3729
|
-
const __vue_is_functional_template__$
|
|
3729
|
+
const __vue_is_functional_template__$e = false;
|
|
3730
3730
|
/* style inject SSR */
|
|
3731
3731
|
|
|
3732
3732
|
/* style inject shadow dom */
|
|
3733
3733
|
|
|
3734
|
-
const __vue_component__$
|
|
3735
|
-
render: __vue_render__$
|
|
3736
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3737
|
-
}, __vue_inject_styles__$
|
|
3734
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
3735
|
+
render: __vue_render__$e,
|
|
3736
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
3737
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
3738
3738
|
|
|
3739
|
-
var MultipleFilePreview = __vue_component__$
|
|
3739
|
+
var MultipleFilePreview = __vue_component__$k;
|
|
3740
3740
|
|
|
3741
3741
|
//
|
|
3742
|
-
var script$
|
|
3742
|
+
var script$d = {
|
|
3743
3743
|
components: {
|
|
3744
3744
|
SingleFilePreview,
|
|
3745
3745
|
MultipleFilePreview
|
|
@@ -3955,10 +3955,10 @@ var script$b = {
|
|
|
3955
3955
|
};
|
|
3956
3956
|
|
|
3957
3957
|
/* script */
|
|
3958
|
-
const __vue_script__$
|
|
3958
|
+
const __vue_script__$d = script$d;
|
|
3959
3959
|
/* template */
|
|
3960
3960
|
|
|
3961
|
-
var __vue_render__$
|
|
3961
|
+
var __vue_render__$d = function () {
|
|
3962
3962
|
var _vm = this;
|
|
3963
3963
|
|
|
3964
3964
|
var _h = _vm.$createElement;
|
|
@@ -4125,10 +4125,10 @@ var __vue_render__$b = function () {
|
|
|
4125
4125
|
})], 1)])], 1);
|
|
4126
4126
|
};
|
|
4127
4127
|
|
|
4128
|
-
var __vue_staticRenderFns__$
|
|
4128
|
+
var __vue_staticRenderFns__$d = [];
|
|
4129
4129
|
/* style */
|
|
4130
4130
|
|
|
4131
|
-
const __vue_inject_styles__$
|
|
4131
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
4132
4132
|
if (!inject) return;
|
|
4133
4133
|
inject("data-v-4859e108_0", {
|
|
4134
4134
|
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}",
|
|
@@ -4139,23 +4139,23 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
4139
4139
|
/* scoped */
|
|
4140
4140
|
|
|
4141
4141
|
|
|
4142
|
-
const __vue_scope_id__$
|
|
4142
|
+
const __vue_scope_id__$d = undefined;
|
|
4143
4143
|
/* module identifier */
|
|
4144
4144
|
|
|
4145
|
-
const __vue_module_identifier__$
|
|
4145
|
+
const __vue_module_identifier__$d = undefined;
|
|
4146
4146
|
/* functional template */
|
|
4147
4147
|
|
|
4148
|
-
const __vue_is_functional_template__$
|
|
4148
|
+
const __vue_is_functional_template__$d = false;
|
|
4149
4149
|
/* style inject SSR */
|
|
4150
4150
|
|
|
4151
4151
|
/* style inject shadow dom */
|
|
4152
4152
|
|
|
4153
|
-
const __vue_component__$
|
|
4154
|
-
render: __vue_render__$
|
|
4155
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4156
|
-
}, __vue_inject_styles__$
|
|
4153
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
4154
|
+
render: __vue_render__$d,
|
|
4155
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
4156
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
4157
4157
|
|
|
4158
|
-
var BtnFiles = __vue_component__$
|
|
4158
|
+
var BtnFiles = __vue_component__$j;
|
|
4159
4159
|
|
|
4160
4160
|
//
|
|
4161
4161
|
//
|
|
@@ -4163,7 +4163,7 @@ var BtnFiles = __vue_component__$g;
|
|
|
4163
4163
|
//
|
|
4164
4164
|
//
|
|
4165
4165
|
//
|
|
4166
|
-
var script$
|
|
4166
|
+
var script$c = {
|
|
4167
4167
|
props: {
|
|
4168
4168
|
dictionary: {
|
|
4169
4169
|
type: Object,
|
|
@@ -4174,10 +4174,10 @@ var script$a = {
|
|
|
4174
4174
|
};
|
|
4175
4175
|
|
|
4176
4176
|
/* script */
|
|
4177
|
-
const __vue_script__$
|
|
4177
|
+
const __vue_script__$c = script$c;
|
|
4178
4178
|
/* template */
|
|
4179
4179
|
|
|
4180
|
-
var __vue_render__$
|
|
4180
|
+
var __vue_render__$c = function () {
|
|
4181
4181
|
var _vm = this;
|
|
4182
4182
|
|
|
4183
4183
|
var _h = _vm.$createElement;
|
|
@@ -4201,34 +4201,34 @@ var __vue_render__$a = function () {
|
|
|
4201
4201
|
})], 1);
|
|
4202
4202
|
};
|
|
4203
4203
|
|
|
4204
|
-
var __vue_staticRenderFns__$
|
|
4204
|
+
var __vue_staticRenderFns__$c = [];
|
|
4205
4205
|
/* style */
|
|
4206
4206
|
|
|
4207
|
-
const __vue_inject_styles__$
|
|
4207
|
+
const __vue_inject_styles__$c = undefined;
|
|
4208
4208
|
/* scoped */
|
|
4209
4209
|
|
|
4210
|
-
const __vue_scope_id__$
|
|
4210
|
+
const __vue_scope_id__$c = undefined;
|
|
4211
4211
|
/* module identifier */
|
|
4212
4212
|
|
|
4213
|
-
const __vue_module_identifier__$
|
|
4213
|
+
const __vue_module_identifier__$c = undefined;
|
|
4214
4214
|
/* functional template */
|
|
4215
4215
|
|
|
4216
|
-
const __vue_is_functional_template__$
|
|
4216
|
+
const __vue_is_functional_template__$c = false;
|
|
4217
4217
|
/* style inject */
|
|
4218
4218
|
|
|
4219
4219
|
/* style inject SSR */
|
|
4220
4220
|
|
|
4221
4221
|
/* style inject shadow dom */
|
|
4222
4222
|
|
|
4223
|
-
const __vue_component__$
|
|
4224
|
-
render: __vue_render__$
|
|
4225
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4226
|
-
}, __vue_inject_styles__$
|
|
4223
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
4224
|
+
render: __vue_render__$c,
|
|
4225
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
4226
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
4227
4227
|
|
|
4228
|
-
var BtnExpand = __vue_component__$
|
|
4228
|
+
var BtnExpand = __vue_component__$i;
|
|
4229
4229
|
|
|
4230
4230
|
//
|
|
4231
|
-
var script$
|
|
4231
|
+
var script$b = {
|
|
4232
4232
|
components: {
|
|
4233
4233
|
BtnEmojis,
|
|
4234
4234
|
Loader,
|
|
@@ -4641,10 +4641,10 @@ var script$9 = {
|
|
|
4641
4641
|
};
|
|
4642
4642
|
|
|
4643
4643
|
/* script */
|
|
4644
|
-
const __vue_script__$
|
|
4644
|
+
const __vue_script__$b = script$b;
|
|
4645
4645
|
/* template */
|
|
4646
4646
|
|
|
4647
|
-
var __vue_render__$
|
|
4647
|
+
var __vue_render__$b = function () {
|
|
4648
4648
|
var _vm = this;
|
|
4649
4649
|
|
|
4650
4650
|
var _h = _vm.$createElement;
|
|
@@ -4846,10 +4846,10 @@ var __vue_render__$9 = function () {
|
|
|
4846
4846
|
})], 1) : _vm._e()], 1)]) : _vm._e();
|
|
4847
4847
|
};
|
|
4848
4848
|
|
|
4849
|
-
var __vue_staticRenderFns__$
|
|
4849
|
+
var __vue_staticRenderFns__$b = [];
|
|
4850
4850
|
/* style */
|
|
4851
4851
|
|
|
4852
|
-
const __vue_inject_styles__$
|
|
4852
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
4853
4853
|
if (!inject) return;
|
|
4854
4854
|
inject("data-v-9c535676_0", {
|
|
4855
4855
|
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}",
|
|
@@ -4860,26 +4860,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
4860
4860
|
/* scoped */
|
|
4861
4861
|
|
|
4862
4862
|
|
|
4863
|
-
const __vue_scope_id__$
|
|
4863
|
+
const __vue_scope_id__$b = undefined;
|
|
4864
4864
|
/* module identifier */
|
|
4865
4865
|
|
|
4866
|
-
const __vue_module_identifier__$
|
|
4866
|
+
const __vue_module_identifier__$b = undefined;
|
|
4867
4867
|
/* functional template */
|
|
4868
4868
|
|
|
4869
|
-
const __vue_is_functional_template__$
|
|
4869
|
+
const __vue_is_functional_template__$b = false;
|
|
4870
4870
|
/* style inject SSR */
|
|
4871
4871
|
|
|
4872
4872
|
/* style inject shadow dom */
|
|
4873
4873
|
|
|
4874
|
-
const __vue_component__$
|
|
4875
|
-
render: __vue_render__$
|
|
4876
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4877
|
-
}, __vue_inject_styles__$
|
|
4874
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
4875
|
+
render: __vue_render__$b,
|
|
4876
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
4877
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
4878
4878
|
|
|
4879
|
-
var TextFooter = __vue_component__$
|
|
4879
|
+
var TextFooter = __vue_component__$h;
|
|
4880
4880
|
|
|
4881
4881
|
//
|
|
4882
|
-
var script$
|
|
4882
|
+
var script$a = {
|
|
4883
4883
|
components: {
|
|
4884
4884
|
TextFooter
|
|
4885
4885
|
},
|
|
@@ -4930,10 +4930,10 @@ var script$8 = {
|
|
|
4930
4930
|
};
|
|
4931
4931
|
|
|
4932
4932
|
/* script */
|
|
4933
|
-
const __vue_script__$
|
|
4933
|
+
const __vue_script__$a = script$a;
|
|
4934
4934
|
/* template */
|
|
4935
4935
|
|
|
4936
|
-
var __vue_render__$
|
|
4936
|
+
var __vue_render__$a = function () {
|
|
4937
4937
|
var _vm = this;
|
|
4938
4938
|
|
|
4939
4939
|
var _h = _vm.$createElement;
|
|
@@ -4977,34 +4977,34 @@ var __vue_render__$8 = function () {
|
|
|
4977
4977
|
})], 2)]) : _vm._e()], 1)])]);
|
|
4978
4978
|
};
|
|
4979
4979
|
|
|
4980
|
-
var __vue_staticRenderFns__$
|
|
4980
|
+
var __vue_staticRenderFns__$a = [];
|
|
4981
4981
|
/* style */
|
|
4982
4982
|
|
|
4983
|
-
const __vue_inject_styles__$
|
|
4983
|
+
const __vue_inject_styles__$a = undefined;
|
|
4984
4984
|
/* scoped */
|
|
4985
4985
|
|
|
4986
|
-
const __vue_scope_id__$
|
|
4986
|
+
const __vue_scope_id__$a = undefined;
|
|
4987
4987
|
/* module identifier */
|
|
4988
4988
|
|
|
4989
|
-
const __vue_module_identifier__$
|
|
4989
|
+
const __vue_module_identifier__$a = undefined;
|
|
4990
4990
|
/* functional template */
|
|
4991
4991
|
|
|
4992
|
-
const __vue_is_functional_template__$
|
|
4992
|
+
const __vue_is_functional_template__$a = false;
|
|
4993
4993
|
/* style inject */
|
|
4994
4994
|
|
|
4995
4995
|
/* style inject SSR */
|
|
4996
4996
|
|
|
4997
4997
|
/* style inject shadow dom */
|
|
4998
4998
|
|
|
4999
|
-
const __vue_component__$
|
|
5000
|
-
render: __vue_render__$
|
|
5001
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5002
|
-
}, __vue_inject_styles__$
|
|
4999
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
5000
|
+
render: __vue_render__$a,
|
|
5001
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
5002
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
|
|
5003
5003
|
|
|
5004
|
-
var TemplateMessage = __vue_component__$
|
|
5004
|
+
var TemplateMessage = __vue_component__$g;
|
|
5005
5005
|
|
|
5006
5006
|
//
|
|
5007
|
-
var script$
|
|
5007
|
+
var script$9 = {
|
|
5008
5008
|
components: {
|
|
5009
5009
|
TemplateSingle,
|
|
5010
5010
|
TemplateMessage
|
|
@@ -5204,10 +5204,10 @@ var script$7 = {
|
|
|
5204
5204
|
};
|
|
5205
5205
|
|
|
5206
5206
|
/* script */
|
|
5207
|
-
const __vue_script__$
|
|
5207
|
+
const __vue_script__$9 = script$9;
|
|
5208
5208
|
/* template */
|
|
5209
5209
|
|
|
5210
|
-
var __vue_render__$
|
|
5210
|
+
var __vue_render__$9 = function () {
|
|
5211
5211
|
var _vm = this;
|
|
5212
5212
|
|
|
5213
5213
|
var _h = _vm.$createElement;
|
|
@@ -5281,10 +5281,10 @@ var __vue_render__$7 = function () {
|
|
|
5281
5281
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
5282
5282
|
};
|
|
5283
5283
|
|
|
5284
|
-
var __vue_staticRenderFns__$
|
|
5284
|
+
var __vue_staticRenderFns__$9 = [];
|
|
5285
5285
|
/* style */
|
|
5286
5286
|
|
|
5287
|
-
const __vue_inject_styles__$
|
|
5287
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
5288
5288
|
if (!inject) return;
|
|
5289
5289
|
inject("data-v-1c24c23b_0", {
|
|
5290
5290
|
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}",
|
|
@@ -5295,26 +5295,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
5295
5295
|
/* scoped */
|
|
5296
5296
|
|
|
5297
5297
|
|
|
5298
|
-
const __vue_scope_id__$
|
|
5298
|
+
const __vue_scope_id__$9 = undefined;
|
|
5299
5299
|
/* module identifier */
|
|
5300
5300
|
|
|
5301
|
-
const __vue_module_identifier__$
|
|
5301
|
+
const __vue_module_identifier__$9 = undefined;
|
|
5302
5302
|
/* functional template */
|
|
5303
5303
|
|
|
5304
|
-
const __vue_is_functional_template__$
|
|
5304
|
+
const __vue_is_functional_template__$9 = false;
|
|
5305
5305
|
/* style inject SSR */
|
|
5306
5306
|
|
|
5307
5307
|
/* style inject shadow dom */
|
|
5308
5308
|
|
|
5309
|
-
const __vue_component__$
|
|
5310
|
-
render: __vue_render__$
|
|
5311
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5312
|
-
}, __vue_inject_styles__$
|
|
5309
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
5310
|
+
render: __vue_render__$9,
|
|
5311
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
5312
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
5313
5313
|
|
|
5314
|
-
var __vue_component__$
|
|
5314
|
+
var __vue_component__$f = __vue_component__$e;
|
|
5315
5315
|
|
|
5316
5316
|
//
|
|
5317
|
-
var script$
|
|
5317
|
+
var script$8 = {
|
|
5318
5318
|
components: {
|
|
5319
5319
|
BtnEmojis,
|
|
5320
5320
|
BtnFiles
|
|
@@ -5602,10 +5602,10 @@ var script$6 = {
|
|
|
5602
5602
|
};
|
|
5603
5603
|
|
|
5604
5604
|
/* script */
|
|
5605
|
-
const __vue_script__$
|
|
5605
|
+
const __vue_script__$8 = script$8;
|
|
5606
5606
|
/* template */
|
|
5607
5607
|
|
|
5608
|
-
var __vue_render__$
|
|
5608
|
+
var __vue_render__$8 = function () {
|
|
5609
5609
|
var _vm = this;
|
|
5610
5610
|
|
|
5611
5611
|
var _h = _vm.$createElement;
|
|
@@ -5704,10 +5704,10 @@ var __vue_render__$6 = function () {
|
|
|
5704
5704
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
5705
5705
|
};
|
|
5706
5706
|
|
|
5707
|
-
var __vue_staticRenderFns__$
|
|
5707
|
+
var __vue_staticRenderFns__$8 = [];
|
|
5708
5708
|
/* style */
|
|
5709
5709
|
|
|
5710
|
-
const __vue_inject_styles__$
|
|
5710
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
5711
5711
|
if (!inject) return;
|
|
5712
5712
|
inject("data-v-63427a1d_0", {
|
|
5713
5713
|
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}",
|
|
@@ -5718,23 +5718,23 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
5718
5718
|
/* scoped */
|
|
5719
5719
|
|
|
5720
5720
|
|
|
5721
|
-
const __vue_scope_id__$
|
|
5721
|
+
const __vue_scope_id__$8 = undefined;
|
|
5722
5722
|
/* module identifier */
|
|
5723
5723
|
|
|
5724
|
-
const __vue_module_identifier__$
|
|
5724
|
+
const __vue_module_identifier__$8 = undefined;
|
|
5725
5725
|
/* functional template */
|
|
5726
5726
|
|
|
5727
|
-
const __vue_is_functional_template__$
|
|
5727
|
+
const __vue_is_functional_template__$8 = false;
|
|
5728
5728
|
/* style inject SSR */
|
|
5729
5729
|
|
|
5730
5730
|
/* style inject shadow dom */
|
|
5731
5731
|
|
|
5732
|
-
const __vue_component__$
|
|
5733
|
-
render: __vue_render__$
|
|
5734
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5735
|
-
}, __vue_inject_styles__$
|
|
5732
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
5733
|
+
render: __vue_render__$8,
|
|
5734
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
5735
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
5736
5736
|
|
|
5737
|
-
var __vue_component__$
|
|
5737
|
+
var __vue_component__$d = __vue_component__$c;
|
|
5738
5738
|
|
|
5739
5739
|
const textoLongo = {
|
|
5740
5740
|
methods: {
|
|
@@ -5845,7 +5845,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
5845
5845
|
}
|
|
5846
5846
|
|
|
5847
5847
|
//
|
|
5848
|
-
var script$
|
|
5848
|
+
var script$7 = {
|
|
5849
5849
|
props: {
|
|
5850
5850
|
anexo: {
|
|
5851
5851
|
type: Object,
|
|
@@ -5929,10 +5929,10 @@ var script$5 = {
|
|
|
5929
5929
|
};
|
|
5930
5930
|
|
|
5931
5931
|
/* script */
|
|
5932
|
-
const __vue_script__$
|
|
5932
|
+
const __vue_script__$7 = script$7;
|
|
5933
5933
|
/* template */
|
|
5934
5934
|
|
|
5935
|
-
var __vue_render__$
|
|
5935
|
+
var __vue_render__$7 = function () {
|
|
5936
5936
|
var _vm = this;
|
|
5937
5937
|
|
|
5938
5938
|
var _h = _vm.$createElement;
|
|
@@ -6001,10 +6001,10 @@ var __vue_render__$5 = function () {
|
|
|
6001
6001
|
})], 1)]], 2)], 1);
|
|
6002
6002
|
};
|
|
6003
6003
|
|
|
6004
|
-
var __vue_staticRenderFns__$
|
|
6004
|
+
var __vue_staticRenderFns__$7 = [];
|
|
6005
6005
|
/* style */
|
|
6006
6006
|
|
|
6007
|
-
const __vue_inject_styles__$
|
|
6007
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
6008
6008
|
if (!inject) return;
|
|
6009
6009
|
inject("data-v-7b4b596a_0", {
|
|
6010
6010
|
source: ".fade-enter-active[data-v-7b4b596a],.fade-leave-active[data-v-7b4b596a]{transition:opacity .5s}.fade-enter[data-v-7b4b596a],.fade-leave-to[data-v-7b4b596a]{opacity:0}",
|
|
@@ -6015,26 +6015,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
6015
6015
|
/* scoped */
|
|
6016
6016
|
|
|
6017
6017
|
|
|
6018
|
-
const __vue_scope_id__$
|
|
6018
|
+
const __vue_scope_id__$7 = "data-v-7b4b596a";
|
|
6019
6019
|
/* module identifier */
|
|
6020
6020
|
|
|
6021
|
-
const __vue_module_identifier__$
|
|
6021
|
+
const __vue_module_identifier__$7 = undefined;
|
|
6022
6022
|
/* functional template */
|
|
6023
6023
|
|
|
6024
|
-
const __vue_is_functional_template__$
|
|
6024
|
+
const __vue_is_functional_template__$7 = false;
|
|
6025
6025
|
/* style inject SSR */
|
|
6026
6026
|
|
|
6027
6027
|
/* style inject shadow dom */
|
|
6028
6028
|
|
|
6029
|
-
const __vue_component__$
|
|
6030
|
-
render: __vue_render__$
|
|
6031
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6032
|
-
}, __vue_inject_styles__$
|
|
6029
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
6030
|
+
render: __vue_render__$7,
|
|
6031
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
6032
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
6033
6033
|
|
|
6034
|
-
var CardAttachment = __vue_component__$
|
|
6034
|
+
var CardAttachment = __vue_component__$b;
|
|
6035
6035
|
|
|
6036
6036
|
//
|
|
6037
|
-
var script$
|
|
6037
|
+
var script$6 = {
|
|
6038
6038
|
components: {
|
|
6039
6039
|
CardAttachment
|
|
6040
6040
|
},
|
|
@@ -6153,10 +6153,10 @@ var script$4 = {
|
|
|
6153
6153
|
};
|
|
6154
6154
|
|
|
6155
6155
|
/* script */
|
|
6156
|
-
const __vue_script__$
|
|
6156
|
+
const __vue_script__$6 = script$6;
|
|
6157
6157
|
/* template */
|
|
6158
6158
|
|
|
6159
|
-
var __vue_render__$
|
|
6159
|
+
var __vue_render__$6 = function () {
|
|
6160
6160
|
var _vm = this;
|
|
6161
6161
|
|
|
6162
6162
|
var _h = _vm.$createElement;
|
|
@@ -6266,10 +6266,10 @@ var __vue_render__$4 = function () {
|
|
|
6266
6266
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
6267
6267
|
};
|
|
6268
6268
|
|
|
6269
|
-
var __vue_staticRenderFns__$
|
|
6269
|
+
var __vue_staticRenderFns__$6 = [];
|
|
6270
6270
|
/* style */
|
|
6271
6271
|
|
|
6272
|
-
const __vue_inject_styles__$
|
|
6272
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
6273
6273
|
if (!inject) return;
|
|
6274
6274
|
inject("data-v-152fb67e_0", {
|
|
6275
6275
|
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%}",
|
|
@@ -6280,26 +6280,26 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
6280
6280
|
/* scoped */
|
|
6281
6281
|
|
|
6282
6282
|
|
|
6283
|
-
const __vue_scope_id__$
|
|
6283
|
+
const __vue_scope_id__$6 = "data-v-152fb67e";
|
|
6284
6284
|
/* module identifier */
|
|
6285
6285
|
|
|
6286
|
-
const __vue_module_identifier__$
|
|
6286
|
+
const __vue_module_identifier__$6 = undefined;
|
|
6287
6287
|
/* functional template */
|
|
6288
6288
|
|
|
6289
|
-
const __vue_is_functional_template__$
|
|
6289
|
+
const __vue_is_functional_template__$6 = false;
|
|
6290
6290
|
/* style inject SSR */
|
|
6291
6291
|
|
|
6292
6292
|
/* style inject shadow dom */
|
|
6293
6293
|
|
|
6294
|
-
const __vue_component__$
|
|
6295
|
-
render: __vue_render__$
|
|
6296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6297
|
-
}, __vue_inject_styles__$
|
|
6294
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
6295
|
+
render: __vue_render__$6,
|
|
6296
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
6297
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
6298
6298
|
|
|
6299
|
-
var __vue_component__$
|
|
6299
|
+
var __vue_component__$a = __vue_component__$9;
|
|
6300
6300
|
|
|
6301
6301
|
//
|
|
6302
|
-
var script$
|
|
6302
|
+
var script$5 = {
|
|
6303
6303
|
components: {
|
|
6304
6304
|
Loader
|
|
6305
6305
|
},
|
|
@@ -6381,10 +6381,10 @@ var script$3 = {
|
|
|
6381
6381
|
};
|
|
6382
6382
|
|
|
6383
6383
|
/* script */
|
|
6384
|
-
const __vue_script__$
|
|
6384
|
+
const __vue_script__$5 = script$5;
|
|
6385
6385
|
/* template */
|
|
6386
6386
|
|
|
6387
|
-
var __vue_render__$
|
|
6387
|
+
var __vue_render__$5 = function () {
|
|
6388
6388
|
var _vm = this;
|
|
6389
6389
|
|
|
6390
6390
|
var _h = _vm.$createElement;
|
|
@@ -6508,10 +6508,10 @@ var __vue_render__$3 = function () {
|
|
|
6508
6508
|
})], 1) : _vm._e()])], 1)], 1);
|
|
6509
6509
|
};
|
|
6510
6510
|
|
|
6511
|
-
var __vue_staticRenderFns__$
|
|
6511
|
+
var __vue_staticRenderFns__$5 = [];
|
|
6512
6512
|
/* style */
|
|
6513
6513
|
|
|
6514
|
-
const __vue_inject_styles__$
|
|
6514
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
6515
6515
|
if (!inject) return;
|
|
6516
6516
|
inject("data-v-e3720dd6_0", {
|
|
6517
6517
|
source: ".fade-enter-active[data-v-e3720dd6],.fade-leave-active[data-v-e3720dd6]{transition:opacity .5s}.fade-enter[data-v-e3720dd6],.fade-leave-to[data-v-e3720dd6]{opacity:0}.mensagem-div-anexo[data-v-e3720dd6]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-e3720dd6]{width:100%;margin-top:5px}.anexo-container .arquivo-erro[data-v-e3720dd6],.anexo-container a[data-v-e3720dd6]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container .arquivo-erro[data-v-e3720dd6],.anexo-container p[data-v-e3720dd6]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-e3720dd6]{font-size:2rem}.anexo-container audio[data-v-e3720dd6]{outline:0;width:100%}.anexo-container video[data-v-e3720dd6]{width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-e3720dd6]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-e3720dd6]{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-e3720dd6]{cursor:pointer}.mensagem-div-anexo img[data-v-e3720dd6]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-e3720dd6]{width:100%;height:100%}.anexo-mensagem[data-v-e3720dd6]{display:flex;justify-content:center;align-items:center;flex-direction:column}",
|
|
@@ -6522,23 +6522,23 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
6522
6522
|
/* scoped */
|
|
6523
6523
|
|
|
6524
6524
|
|
|
6525
|
-
const __vue_scope_id__$
|
|
6525
|
+
const __vue_scope_id__$5 = "data-v-e3720dd6";
|
|
6526
6526
|
/* module identifier */
|
|
6527
6527
|
|
|
6528
|
-
const __vue_module_identifier__$
|
|
6528
|
+
const __vue_module_identifier__$5 = undefined;
|
|
6529
6529
|
/* functional template */
|
|
6530
6530
|
|
|
6531
|
-
const __vue_is_functional_template__$
|
|
6531
|
+
const __vue_is_functional_template__$5 = false;
|
|
6532
6532
|
/* style inject SSR */
|
|
6533
6533
|
|
|
6534
6534
|
/* style inject shadow dom */
|
|
6535
6535
|
|
|
6536
|
-
const __vue_component__$
|
|
6537
|
-
render: __vue_render__$
|
|
6538
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6539
|
-
}, __vue_inject_styles__$
|
|
6536
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
6537
|
+
render: __vue_render__$5,
|
|
6538
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
6539
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
6540
6540
|
|
|
6541
|
-
var AnexoMensagem = __vue_component__$
|
|
6541
|
+
var AnexoMensagem = __vue_component__$8;
|
|
6542
6542
|
|
|
6543
6543
|
//
|
|
6544
6544
|
//
|
|
@@ -6548,7 +6548,7 @@ var AnexoMensagem = __vue_component__$5;
|
|
|
6548
6548
|
//
|
|
6549
6549
|
//
|
|
6550
6550
|
//
|
|
6551
|
-
var script$
|
|
6551
|
+
var script$4 = {
|
|
6552
6552
|
props: {
|
|
6553
6553
|
interatividade: {
|
|
6554
6554
|
type: Object,
|
|
@@ -6568,10 +6568,10 @@ var script$2 = {
|
|
|
6568
6568
|
};
|
|
6569
6569
|
|
|
6570
6570
|
/* script */
|
|
6571
|
-
const __vue_script__$
|
|
6571
|
+
const __vue_script__$4 = script$4;
|
|
6572
6572
|
/* template */
|
|
6573
6573
|
|
|
6574
|
-
var __vue_render__$
|
|
6574
|
+
var __vue_render__$4 = function () {
|
|
6575
6575
|
var _vm = this;
|
|
6576
6576
|
|
|
6577
6577
|
var _h = _vm.$createElement;
|
|
@@ -6596,10 +6596,10 @@ var __vue_render__$2 = function () {
|
|
|
6596
6596
|
}), 0);
|
|
6597
6597
|
};
|
|
6598
6598
|
|
|
6599
|
-
var __vue_staticRenderFns__$
|
|
6599
|
+
var __vue_staticRenderFns__$4 = [];
|
|
6600
6600
|
/* style */
|
|
6601
6601
|
|
|
6602
|
-
const __vue_inject_styles__$
|
|
6602
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
6603
6603
|
if (!inject) return;
|
|
6604
6604
|
inject("data-v-5803aa55_0", {
|
|
6605
6605
|
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}",
|
|
@@ -6610,26 +6610,26 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
6610
6610
|
/* scoped */
|
|
6611
6611
|
|
|
6612
6612
|
|
|
6613
|
-
const __vue_scope_id__$
|
|
6613
|
+
const __vue_scope_id__$4 = undefined;
|
|
6614
6614
|
/* module identifier */
|
|
6615
6615
|
|
|
6616
|
-
const __vue_module_identifier__$
|
|
6616
|
+
const __vue_module_identifier__$4 = undefined;
|
|
6617
6617
|
/* functional template */
|
|
6618
6618
|
|
|
6619
|
-
const __vue_is_functional_template__$
|
|
6619
|
+
const __vue_is_functional_template__$4 = false;
|
|
6620
6620
|
/* style inject SSR */
|
|
6621
6621
|
|
|
6622
6622
|
/* style inject shadow dom */
|
|
6623
6623
|
|
|
6624
|
-
const __vue_component__$
|
|
6625
|
-
render: __vue_render__$
|
|
6626
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6627
|
-
}, __vue_inject_styles__$
|
|
6624
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
6625
|
+
render: __vue_render__$4,
|
|
6626
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
6627
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
6628
6628
|
|
|
6629
|
-
var InteratividadeBotoes = __vue_component__$
|
|
6629
|
+
var InteratividadeBotoes = __vue_component__$7;
|
|
6630
6630
|
|
|
6631
6631
|
//
|
|
6632
|
-
var script$
|
|
6632
|
+
var script$3 = {
|
|
6633
6633
|
components: {
|
|
6634
6634
|
AnexoMensagem,
|
|
6635
6635
|
InteratividadeBotoes
|
|
@@ -6746,10 +6746,10 @@ var script$1 = {
|
|
|
6746
6746
|
};
|
|
6747
6747
|
|
|
6748
6748
|
/* script */
|
|
6749
|
-
const __vue_script__$
|
|
6749
|
+
const __vue_script__$3 = script$3;
|
|
6750
6750
|
/* template */
|
|
6751
6751
|
|
|
6752
|
-
var __vue_render__$
|
|
6752
|
+
var __vue_render__$3 = function () {
|
|
6753
6753
|
var _vm = this;
|
|
6754
6754
|
|
|
6755
6755
|
var _h = _vm.$createElement;
|
|
@@ -6941,10 +6941,10 @@ var __vue_render__$1 = function () {
|
|
|
6941
6941
|
})], 2)]) : _vm._e();
|
|
6942
6942
|
};
|
|
6943
6943
|
|
|
6944
|
-
var __vue_staticRenderFns__$
|
|
6944
|
+
var __vue_staticRenderFns__$3 = [];
|
|
6945
6945
|
/* style */
|
|
6946
6946
|
|
|
6947
|
-
const __vue_inject_styles__$
|
|
6947
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
6948
6948
|
if (!inject) return;
|
|
6949
6949
|
inject("data-v-1a5cda63_0", {
|
|
6950
6950
|
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:2.5px;min-width:150px;min-height:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;max-width:80%;margin-bottom:10px;font-size:.85rem;word-break:break-word}.mensagem.mapa{width:100%}.mensagem.hist-msg{animation:show 1s}.mensagem a{margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.mensagem a:hover{text-decoration:underline}.message p{white-space:pre-wrap}.mensagem-anexo a,.mensagem-div-mapa a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.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}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.mensagem__principal{width:100%;display:flex;justify-content:flex-end}.mensagem__principal>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--message-color);bottom:5px;right:-10px;transform:rotate(-90deg)}.mensagem__principal>.mensagem{background-color:var(--message-color);color:#fff}.mensagem__principal>.mensagem .horario-envio{color:#fff}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:#fff}.mensagem__outros{width:100%;display:flex}.mensagem__outros>.mensagem{background-color:#fff;color:#333}.mensagem__outros>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:5px;left:-10px;transform:rotate(90deg)}.mensagem__outros .check{display:none}.mensagem__outros>.autor-mensagem{left:5px;color:#333}.mensagem-div-mapa{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:5px}.msg-mapa{width:100%;min-height:225px;height:100%;box-sizing:initial}.msg-mapa img{max-width:none!important}.info-mapa{list-style-type:none}.info-mapa li.title{font-size:.85em}.info-mapa li.address,.info-mapa li.url{font-size:.7em}.info-mapa li.url{font-size:.7em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
@@ -6955,6 +6955,208 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
6955
6955
|
/* scoped */
|
|
6956
6956
|
|
|
6957
6957
|
|
|
6958
|
+
const __vue_scope_id__$3 = undefined;
|
|
6959
|
+
/* module identifier */
|
|
6960
|
+
|
|
6961
|
+
const __vue_module_identifier__$3 = undefined;
|
|
6962
|
+
/* functional template */
|
|
6963
|
+
|
|
6964
|
+
const __vue_is_functional_template__$3 = false;
|
|
6965
|
+
/* style inject SSR */
|
|
6966
|
+
|
|
6967
|
+
/* style inject shadow dom */
|
|
6968
|
+
|
|
6969
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
6970
|
+
render: __vue_render__$3,
|
|
6971
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
6972
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
|
|
6973
|
+
|
|
6974
|
+
var __vue_component__$6 = __vue_component__$5;
|
|
6975
|
+
|
|
6976
|
+
//
|
|
6977
|
+
//
|
|
6978
|
+
//
|
|
6979
|
+
//
|
|
6980
|
+
//
|
|
6981
|
+
//
|
|
6982
|
+
//
|
|
6983
|
+
var script$2 = {
|
|
6984
|
+
props: {
|
|
6985
|
+
icon: [String, Array],
|
|
6986
|
+
default: ""
|
|
6987
|
+
},
|
|
6988
|
+
computed: {
|
|
6989
|
+
showFaIcon() {
|
|
6990
|
+
return Array.isArray(this.icon) && this.icon.length;
|
|
6991
|
+
}
|
|
6992
|
+
|
|
6993
|
+
}
|
|
6994
|
+
};
|
|
6995
|
+
|
|
6996
|
+
/* script */
|
|
6997
|
+
const __vue_script__$2 = script$2;
|
|
6998
|
+
/* template */
|
|
6999
|
+
|
|
7000
|
+
var __vue_render__$2 = function () {
|
|
7001
|
+
var _vm = this;
|
|
7002
|
+
|
|
7003
|
+
var _h = _vm.$createElement;
|
|
7004
|
+
|
|
7005
|
+
var _c = _vm._self._c || _h;
|
|
7006
|
+
|
|
7007
|
+
return _c('span', {
|
|
7008
|
+
staticClass: "simple-btn--icon",
|
|
7009
|
+
class: {
|
|
7010
|
+
'custom': !_vm.showFaIcon
|
|
7011
|
+
}
|
|
7012
|
+
}, [_vm.showFaIcon ? _c('fa-icon', {
|
|
7013
|
+
attrs: {
|
|
7014
|
+
"icon": _vm.icon
|
|
7015
|
+
}
|
|
7016
|
+
}) : _c('span', {
|
|
7017
|
+
domProps: {
|
|
7018
|
+
"innerHTML": _vm._s(_vm.icon)
|
|
7019
|
+
}
|
|
7020
|
+
})], 1);
|
|
7021
|
+
};
|
|
7022
|
+
|
|
7023
|
+
var __vue_staticRenderFns__$2 = [];
|
|
7024
|
+
/* style */
|
|
7025
|
+
|
|
7026
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
7027
|
+
if (!inject) return;
|
|
7028
|
+
inject("data-v-f9c5e7d8_0", {
|
|
7029
|
+
source: ".simple-btn--icon.custom>span{width:20px;height:20px}",
|
|
7030
|
+
map: undefined,
|
|
7031
|
+
media: undefined
|
|
7032
|
+
});
|
|
7033
|
+
};
|
|
7034
|
+
/* scoped */
|
|
7035
|
+
|
|
7036
|
+
|
|
7037
|
+
const __vue_scope_id__$2 = undefined;
|
|
7038
|
+
/* module identifier */
|
|
7039
|
+
|
|
7040
|
+
const __vue_module_identifier__$2 = undefined;
|
|
7041
|
+
/* functional template */
|
|
7042
|
+
|
|
7043
|
+
const __vue_is_functional_template__$2 = false;
|
|
7044
|
+
/* style inject SSR */
|
|
7045
|
+
|
|
7046
|
+
/* style inject shadow dom */
|
|
7047
|
+
|
|
7048
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
7049
|
+
render: __vue_render__$2,
|
|
7050
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
7051
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
7052
|
+
|
|
7053
|
+
var IconButton = __vue_component__$4;
|
|
7054
|
+
|
|
7055
|
+
//
|
|
7056
|
+
var script$1 = {
|
|
7057
|
+
components: {
|
|
7058
|
+
IconButton
|
|
7059
|
+
},
|
|
7060
|
+
props: {
|
|
7061
|
+
emitter: {
|
|
7062
|
+
type: String,
|
|
7063
|
+
required: true
|
|
7064
|
+
},
|
|
7065
|
+
params: {
|
|
7066
|
+
type: [String, Object, Array, Number, Boolean],
|
|
7067
|
+
required: false,
|
|
7068
|
+
default: ''
|
|
7069
|
+
},
|
|
7070
|
+
bg: {
|
|
7071
|
+
type: String,
|
|
7072
|
+
required: true
|
|
7073
|
+
},
|
|
7074
|
+
color: {
|
|
7075
|
+
type: String,
|
|
7076
|
+
required: true
|
|
7077
|
+
},
|
|
7078
|
+
aditionalStyle: {
|
|
7079
|
+
type: String,
|
|
7080
|
+
default: ''
|
|
7081
|
+
},
|
|
7082
|
+
btnText: {
|
|
7083
|
+
type: [String, Number],
|
|
7084
|
+
default: ""
|
|
7085
|
+
},
|
|
7086
|
+
faIcon: {
|
|
7087
|
+
type: Array,
|
|
7088
|
+
default: () => {
|
|
7089
|
+
return [];
|
|
7090
|
+
}
|
|
7091
|
+
},
|
|
7092
|
+
svgIcon: {
|
|
7093
|
+
type: String,
|
|
7094
|
+
default: ""
|
|
7095
|
+
},
|
|
7096
|
+
customClass: {
|
|
7097
|
+
type: String,
|
|
7098
|
+
default: ''
|
|
7099
|
+
},
|
|
7100
|
+
btnCustom: {
|
|
7101
|
+
type: Boolean,
|
|
7102
|
+
default: false
|
|
7103
|
+
}
|
|
7104
|
+
}
|
|
7105
|
+
};
|
|
7106
|
+
|
|
7107
|
+
/* script */
|
|
7108
|
+
const __vue_script__$1 = script$1;
|
|
7109
|
+
/* template */
|
|
7110
|
+
|
|
7111
|
+
var __vue_render__$1 = function () {
|
|
7112
|
+
var _vm = this;
|
|
7113
|
+
|
|
7114
|
+
var _h = _vm.$createElement;
|
|
7115
|
+
|
|
7116
|
+
var _c = _vm._self._c || _h;
|
|
7117
|
+
|
|
7118
|
+
return _c('div', {
|
|
7119
|
+
staticClass: "simple-btn default-btn-style",
|
|
7120
|
+
class: [_vm.customClass],
|
|
7121
|
+
style: "background-color: " + _vm.bg + "; color: " + _vm.color + ";" + _vm.aditionalStyle,
|
|
7122
|
+
on: {
|
|
7123
|
+
"click": function ($event) {
|
|
7124
|
+
return _vm.$emit(_vm.emitter, _vm.params);
|
|
7125
|
+
}
|
|
7126
|
+
}
|
|
7127
|
+
}, [!_vm.btnCustom ? [_c('IconButton', {
|
|
7128
|
+
attrs: {
|
|
7129
|
+
"icon": _vm.faIcon.length ? _vm.faIcon : _vm.svgIcon
|
|
7130
|
+
}
|
|
7131
|
+
})] : _c('span', {
|
|
7132
|
+
staticClass: "icon-container default-btn-style",
|
|
7133
|
+
style: "background-color: " + _vm.bg + ";"
|
|
7134
|
+
}, [_c('IconButton', {
|
|
7135
|
+
attrs: {
|
|
7136
|
+
"icon": _vm.faIcon.length ? _vm.faIcon : _vm.svgIcon
|
|
7137
|
+
}
|
|
7138
|
+
})], 1), _vm._v(" "), _c('span', {
|
|
7139
|
+
staticClass: "simple-btn--text",
|
|
7140
|
+
domProps: {
|
|
7141
|
+
"textContent": _vm._s(_vm.btnText)
|
|
7142
|
+
}
|
|
7143
|
+
})], 2);
|
|
7144
|
+
};
|
|
7145
|
+
|
|
7146
|
+
var __vue_staticRenderFns__$1 = [];
|
|
7147
|
+
/* style */
|
|
7148
|
+
|
|
7149
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
7150
|
+
if (!inject) return;
|
|
7151
|
+
inject("data-v-75a28620_0", {
|
|
7152
|
+
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}.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}.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}",
|
|
7153
|
+
map: undefined,
|
|
7154
|
+
media: undefined
|
|
7155
|
+
});
|
|
7156
|
+
};
|
|
7157
|
+
/* scoped */
|
|
7158
|
+
|
|
7159
|
+
|
|
6958
7160
|
const __vue_scope_id__$1 = undefined;
|
|
6959
7161
|
/* module identifier */
|
|
6960
7162
|
|
|
@@ -7171,12 +7373,13 @@ var __vue_component__$1 = __vue_component__;
|
|
|
7171
7373
|
|
|
7172
7374
|
var components = /*#__PURE__*/Object.freeze({
|
|
7173
7375
|
__proto__: null,
|
|
7174
|
-
TemplateGenerator: __vue_component__$
|
|
7376
|
+
TemplateGenerator: __vue_component__$f,
|
|
7175
7377
|
TextFooter: TextFooter,
|
|
7176
|
-
ExpandTextarea: __vue_component__$
|
|
7177
|
-
CardMessages: __vue_component__$
|
|
7178
|
-
ChatMessages: __vue_component__$
|
|
7378
|
+
ExpandTextarea: __vue_component__$d,
|
|
7379
|
+
CardMessages: __vue_component__$a,
|
|
7380
|
+
ChatMessages: __vue_component__$6,
|
|
7179
7381
|
BtnEmojis: BtnEmojis,
|
|
7382
|
+
SimpleButton: __vue_component__$3,
|
|
7180
7383
|
ScrollContent: __vue_component__$1,
|
|
7181
7384
|
Loader: Loader
|
|
7182
7385
|
});
|
|
@@ -7189,4 +7392,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
7189
7392
|
});
|
|
7190
7393
|
}; // Create module definition for Vue.use()
|
|
7191
7394
|
|
|
7192
|
-
export { BtnEmojis, __vue_component__$
|
|
7395
|
+
export { BtnEmojis, __vue_component__$a as CardMessages, __vue_component__$6 as ChatMessages, __vue_component__$d as ExpandTextarea, Loader, __vue_component__$1 as ScrollContent, __vue_component__$3 as SimpleButton, __vue_component__$f as TemplateGenerator, TextFooter, install as default };
|