vue-intergrall-plugins 0.0.139 → 0.0.143
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 +536 -220
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +523 -225
- package/package.json +63 -63
- package/src/lib-components/Cards/Card.vue +73 -80
- package/src/lib-components/Cards/CardCheck.vue +35 -0
- package/src/lib-components/Cards/CardFile.vue +96 -0
- package/src/lib-components/Messages/ChatMessages.vue +76 -5
|
@@ -1803,7 +1803,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1803
1803
|
//
|
|
1804
1804
|
//
|
|
1805
1805
|
//
|
|
1806
|
-
var script$
|
|
1806
|
+
var script$q = {
|
|
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__$q = script$q;
|
|
2103
2103
|
/* template */
|
|
2104
2104
|
|
|
2105
|
-
var __vue_render__$
|
|
2105
|
+
var __vue_render__$q = function () {
|
|
2106
2106
|
var _vm = this;
|
|
2107
2107
|
|
|
2108
2108
|
var _h = _vm.$createElement;
|
|
@@ -2186,31 +2186,31 @@ var __vue_render__$p = function () {
|
|
|
2186
2186
|
})], 2)]) : _vm._e()]);
|
|
2187
2187
|
};
|
|
2188
2188
|
|
|
2189
|
-
var __vue_staticRenderFns__$
|
|
2189
|
+
var __vue_staticRenderFns__$q = [];
|
|
2190
2190
|
/* style */
|
|
2191
2191
|
|
|
2192
|
-
const __vue_inject_styles__$
|
|
2192
|
+
const __vue_inject_styles__$q = undefined;
|
|
2193
2193
|
/* scoped */
|
|
2194
2194
|
|
|
2195
|
-
const __vue_scope_id__$
|
|
2195
|
+
const __vue_scope_id__$q = undefined;
|
|
2196
2196
|
/* module identifier */
|
|
2197
2197
|
|
|
2198
|
-
const __vue_module_identifier__$
|
|
2198
|
+
const __vue_module_identifier__$q = undefined;
|
|
2199
2199
|
/* functional template */
|
|
2200
2200
|
|
|
2201
|
-
const __vue_is_functional_template__$
|
|
2201
|
+
const __vue_is_functional_template__$q = 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__$x = /*#__PURE__*/normalizeComponent({
|
|
2209
|
+
render: __vue_render__$q,
|
|
2210
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
2211
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
|
|
2212
2212
|
|
|
2213
|
-
var TemplateSingle = __vue_component__$
|
|
2213
|
+
var TemplateSingle = __vue_component__$x;
|
|
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$p = {};
|
|
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__$p = script$p;
|
|
2459
2459
|
/* template */
|
|
2460
2460
|
|
|
2461
|
-
var __vue_render__$
|
|
2461
|
+
var __vue_render__$p = function () {
|
|
2462
2462
|
var _vm = this;
|
|
2463
2463
|
|
|
2464
2464
|
var _h = _vm.$createElement;
|
|
@@ -2468,7 +2468,7 @@ var __vue_render__$o = function () {
|
|
|
2468
2468
|
return _vm._m(0);
|
|
2469
2469
|
};
|
|
2470
2470
|
|
|
2471
|
-
var __vue_staticRenderFns__$
|
|
2471
|
+
var __vue_staticRenderFns__$p = [function () {
|
|
2472
2472
|
var _vm = this;
|
|
2473
2473
|
|
|
2474
2474
|
var _h = _vm.$createElement;
|
|
@@ -2531,7 +2531,7 @@ var __vue_staticRenderFns__$o = [function () {
|
|
|
2531
2531
|
}];
|
|
2532
2532
|
/* style */
|
|
2533
2533
|
|
|
2534
|
-
const __vue_inject_styles__$
|
|
2534
|
+
const __vue_inject_styles__$p = 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__$o = function (inject) {
|
|
|
2542
2542
|
/* scoped */
|
|
2543
2543
|
|
|
2544
2544
|
|
|
2545
|
-
const __vue_scope_id__$
|
|
2545
|
+
const __vue_scope_id__$p = undefined;
|
|
2546
2546
|
/* module identifier */
|
|
2547
2547
|
|
|
2548
|
-
const __vue_module_identifier__$
|
|
2548
|
+
const __vue_module_identifier__$p = undefined;
|
|
2549
2549
|
/* functional template */
|
|
2550
2550
|
|
|
2551
|
-
const __vue_is_functional_template__$
|
|
2551
|
+
const __vue_is_functional_template__$p = 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__$w = /*#__PURE__*/normalizeComponent({
|
|
2557
|
+
render: __vue_render__$p,
|
|
2558
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
2559
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
2560
2560
|
|
|
2561
|
-
var SkeletonPicker = __vue_component__$
|
|
2561
|
+
var SkeletonPicker = __vue_component__$w;
|
|
2562
2562
|
|
|
2563
2563
|
//
|
|
2564
|
-
var script$
|
|
2564
|
+
var script$o = {
|
|
2565
2565
|
components: {
|
|
2566
2566
|
SkeletonPicker
|
|
2567
2567
|
},
|
|
@@ -2770,10 +2770,10 @@ var script$n = {
|
|
|
2770
2770
|
};
|
|
2771
2771
|
|
|
2772
2772
|
/* script */
|
|
2773
|
-
const __vue_script__$
|
|
2773
|
+
const __vue_script__$o = script$o;
|
|
2774
2774
|
/* template */
|
|
2775
2775
|
|
|
2776
|
-
var __vue_render__$
|
|
2776
|
+
var __vue_render__$o = function () {
|
|
2777
2777
|
var _vm = this;
|
|
2778
2778
|
|
|
2779
2779
|
var _h = _vm.$createElement;
|
|
@@ -2876,10 +2876,10 @@ var __vue_render__$n = function () {
|
|
|
2876
2876
|
}), 0)]], 2)], 1);
|
|
2877
2877
|
};
|
|
2878
2878
|
|
|
2879
|
-
var __vue_staticRenderFns__$
|
|
2879
|
+
var __vue_staticRenderFns__$o = [];
|
|
2880
2880
|
/* style */
|
|
2881
2881
|
|
|
2882
|
-
const __vue_inject_styles__$
|
|
2882
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
2883
2883
|
if (!inject) return;
|
|
2884
2884
|
inject("data-v-678ca55c_0", {
|
|
2885
2885
|
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}",
|
|
@@ -2890,26 +2890,26 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
2890
2890
|
/* scoped */
|
|
2891
2891
|
|
|
2892
2892
|
|
|
2893
|
-
const __vue_scope_id__$
|
|
2893
|
+
const __vue_scope_id__$o = undefined;
|
|
2894
2894
|
/* module identifier */
|
|
2895
2895
|
|
|
2896
|
-
const __vue_module_identifier__$
|
|
2896
|
+
const __vue_module_identifier__$o = undefined;
|
|
2897
2897
|
/* functional template */
|
|
2898
2898
|
|
|
2899
|
-
const __vue_is_functional_template__$
|
|
2899
|
+
const __vue_is_functional_template__$o = false;
|
|
2900
2900
|
/* style inject SSR */
|
|
2901
2901
|
|
|
2902
2902
|
/* style inject shadow dom */
|
|
2903
2903
|
|
|
2904
|
-
const __vue_component__$
|
|
2905
|
-
render: __vue_render__$
|
|
2906
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2907
|
-
}, __vue_inject_styles__$
|
|
2904
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
2905
|
+
render: __vue_render__$o,
|
|
2906
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
2907
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
2908
2908
|
|
|
2909
|
-
var Picker = __vue_component__$
|
|
2909
|
+
var Picker = __vue_component__$v;
|
|
2910
2910
|
|
|
2911
2911
|
//
|
|
2912
|
-
var script$
|
|
2912
|
+
var script$n = {
|
|
2913
2913
|
components: {
|
|
2914
2914
|
Picker
|
|
2915
2915
|
},
|
|
@@ -3009,10 +3009,10 @@ var script$m = {
|
|
|
3009
3009
|
};
|
|
3010
3010
|
|
|
3011
3011
|
/* script */
|
|
3012
|
-
const __vue_script__$
|
|
3012
|
+
const __vue_script__$n = script$n;
|
|
3013
3013
|
/* template */
|
|
3014
3014
|
|
|
3015
|
-
var __vue_render__$
|
|
3015
|
+
var __vue_render__$n = function () {
|
|
3016
3016
|
var _vm = this;
|
|
3017
3017
|
|
|
3018
3018
|
var _h = _vm.$createElement;
|
|
@@ -3055,10 +3055,10 @@ var __vue_render__$m = function () {
|
|
|
3055
3055
|
})], 1)], 1);
|
|
3056
3056
|
};
|
|
3057
3057
|
|
|
3058
|
-
var __vue_staticRenderFns__$
|
|
3058
|
+
var __vue_staticRenderFns__$n = [];
|
|
3059
3059
|
/* style */
|
|
3060
3060
|
|
|
3061
|
-
const __vue_inject_styles__$
|
|
3061
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
3062
3062
|
if (!inject) return;
|
|
3063
3063
|
inject("data-v-7b7b5e22_0", {
|
|
3064
3064
|
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}",
|
|
@@ -3069,23 +3069,23 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
3069
3069
|
/* scoped */
|
|
3070
3070
|
|
|
3071
3071
|
|
|
3072
|
-
const __vue_scope_id__$
|
|
3072
|
+
const __vue_scope_id__$n = undefined;
|
|
3073
3073
|
/* module identifier */
|
|
3074
3074
|
|
|
3075
|
-
const __vue_module_identifier__$
|
|
3075
|
+
const __vue_module_identifier__$n = undefined;
|
|
3076
3076
|
/* functional template */
|
|
3077
3077
|
|
|
3078
|
-
const __vue_is_functional_template__$
|
|
3078
|
+
const __vue_is_functional_template__$n = false;
|
|
3079
3079
|
/* style inject SSR */
|
|
3080
3080
|
|
|
3081
3081
|
/* style inject shadow dom */
|
|
3082
3082
|
|
|
3083
|
-
const __vue_component__$
|
|
3084
|
-
render: __vue_render__$
|
|
3085
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3086
|
-
}, __vue_inject_styles__$
|
|
3083
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3084
|
+
render: __vue_render__$n,
|
|
3085
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
3086
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
3087
3087
|
|
|
3088
|
-
var BtnEmojis = __vue_component__$
|
|
3088
|
+
var BtnEmojis = __vue_component__$u;
|
|
3089
3089
|
|
|
3090
3090
|
//
|
|
3091
3091
|
//
|
|
@@ -3093,7 +3093,7 @@ var BtnEmojis = __vue_component__$t;
|
|
|
3093
3093
|
//
|
|
3094
3094
|
//
|
|
3095
3095
|
//
|
|
3096
|
-
var script$
|
|
3096
|
+
var script$m = {
|
|
3097
3097
|
props: {
|
|
3098
3098
|
hasBg: {
|
|
3099
3099
|
type: Boolean,
|
|
@@ -3116,10 +3116,10 @@ var script$l = {
|
|
|
3116
3116
|
};
|
|
3117
3117
|
|
|
3118
3118
|
/* script */
|
|
3119
|
-
const __vue_script__$
|
|
3119
|
+
const __vue_script__$m = script$m;
|
|
3120
3120
|
/* template */
|
|
3121
3121
|
|
|
3122
|
-
var __vue_render__$
|
|
3122
|
+
var __vue_render__$m = function () {
|
|
3123
3123
|
var _vm = this;
|
|
3124
3124
|
|
|
3125
3125
|
var _h = _vm.$createElement;
|
|
@@ -3141,10 +3141,10 @@ var __vue_render__$l = function () {
|
|
|
3141
3141
|
})]);
|
|
3142
3142
|
};
|
|
3143
3143
|
|
|
3144
|
-
var __vue_staticRenderFns__$
|
|
3144
|
+
var __vue_staticRenderFns__$m = [];
|
|
3145
3145
|
/* style */
|
|
3146
3146
|
|
|
3147
|
-
const __vue_inject_styles__$
|
|
3147
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
3148
3148
|
if (!inject) return;
|
|
3149
3149
|
inject("data-v-423f52bb_0", {
|
|
3150
3150
|
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)}}",
|
|
@@ -3155,23 +3155,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
3155
3155
|
/* scoped */
|
|
3156
3156
|
|
|
3157
3157
|
|
|
3158
|
-
const __vue_scope_id__$
|
|
3158
|
+
const __vue_scope_id__$m = undefined;
|
|
3159
3159
|
/* module identifier */
|
|
3160
3160
|
|
|
3161
|
-
const __vue_module_identifier__$
|
|
3161
|
+
const __vue_module_identifier__$m = undefined;
|
|
3162
3162
|
/* functional template */
|
|
3163
3163
|
|
|
3164
|
-
const __vue_is_functional_template__$
|
|
3164
|
+
const __vue_is_functional_template__$m = false;
|
|
3165
3165
|
/* style inject SSR */
|
|
3166
3166
|
|
|
3167
3167
|
/* style inject shadow dom */
|
|
3168
3168
|
|
|
3169
|
-
const __vue_component__$
|
|
3170
|
-
render: __vue_render__$
|
|
3171
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3172
|
-
}, __vue_inject_styles__$
|
|
3169
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3170
|
+
render: __vue_render__$m,
|
|
3171
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
3172
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
3173
3173
|
|
|
3174
|
-
var Loader = __vue_component__$
|
|
3174
|
+
var Loader = __vue_component__$t;
|
|
3175
3175
|
|
|
3176
3176
|
//
|
|
3177
3177
|
//
|
|
@@ -3181,7 +3181,7 @@ var Loader = __vue_component__$s;
|
|
|
3181
3181
|
//
|
|
3182
3182
|
//
|
|
3183
3183
|
//
|
|
3184
|
-
var script$
|
|
3184
|
+
var script$l = {
|
|
3185
3185
|
props: {
|
|
3186
3186
|
message: {
|
|
3187
3187
|
type: String,
|
|
@@ -3202,10 +3202,10 @@ var script$k = {
|
|
|
3202
3202
|
};
|
|
3203
3203
|
|
|
3204
3204
|
/* script */
|
|
3205
|
-
const __vue_script__$
|
|
3205
|
+
const __vue_script__$l = script$l;
|
|
3206
3206
|
/* template */
|
|
3207
3207
|
|
|
3208
|
-
var __vue_render__$
|
|
3208
|
+
var __vue_render__$l = function () {
|
|
3209
3209
|
var _vm = this;
|
|
3210
3210
|
|
|
3211
3211
|
var _h = _vm.$createElement;
|
|
@@ -3220,31 +3220,31 @@ var __vue_render__$k = function () {
|
|
|
3220
3220
|
}) : _vm._e();
|
|
3221
3221
|
};
|
|
3222
3222
|
|
|
3223
|
-
var __vue_staticRenderFns__$
|
|
3223
|
+
var __vue_staticRenderFns__$l = [];
|
|
3224
3224
|
/* style */
|
|
3225
3225
|
|
|
3226
|
-
const __vue_inject_styles__$
|
|
3226
|
+
const __vue_inject_styles__$l = undefined;
|
|
3227
3227
|
/* scoped */
|
|
3228
3228
|
|
|
3229
|
-
const __vue_scope_id__$
|
|
3229
|
+
const __vue_scope_id__$l = undefined;
|
|
3230
3230
|
/* module identifier */
|
|
3231
3231
|
|
|
3232
|
-
const __vue_module_identifier__$
|
|
3232
|
+
const __vue_module_identifier__$l = undefined;
|
|
3233
3233
|
/* functional template */
|
|
3234
3234
|
|
|
3235
|
-
const __vue_is_functional_template__$
|
|
3235
|
+
const __vue_is_functional_template__$l = false;
|
|
3236
3236
|
/* style inject */
|
|
3237
3237
|
|
|
3238
3238
|
/* style inject SSR */
|
|
3239
3239
|
|
|
3240
3240
|
/* style inject shadow dom */
|
|
3241
3241
|
|
|
3242
|
-
const __vue_component__$
|
|
3243
|
-
render: __vue_render__$
|
|
3244
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3245
|
-
}, __vue_inject_styles__$
|
|
3242
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
3243
|
+
render: __vue_render__$l,
|
|
3244
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
3245
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
|
|
3246
3246
|
|
|
3247
|
-
var RemainingCharacters = __vue_component__$
|
|
3247
|
+
var RemainingCharacters = __vue_component__$s;
|
|
3248
3248
|
|
|
3249
3249
|
//
|
|
3250
3250
|
//
|
|
@@ -3252,7 +3252,7 @@ var RemainingCharacters = __vue_component__$r;
|
|
|
3252
3252
|
//
|
|
3253
3253
|
//
|
|
3254
3254
|
//
|
|
3255
|
-
var script$
|
|
3255
|
+
var script$k = {
|
|
3256
3256
|
props: {
|
|
3257
3257
|
dictionary: {
|
|
3258
3258
|
type: Object,
|
|
@@ -3324,10 +3324,10 @@ var script$j = {
|
|
|
3324
3324
|
};
|
|
3325
3325
|
|
|
3326
3326
|
/* script */
|
|
3327
|
-
const __vue_script__$
|
|
3327
|
+
const __vue_script__$k = script$k;
|
|
3328
3328
|
/* template */
|
|
3329
3329
|
|
|
3330
|
-
var __vue_render__$
|
|
3330
|
+
var __vue_render__$k = function () {
|
|
3331
3331
|
var _vm = this;
|
|
3332
3332
|
|
|
3333
3333
|
var _h = _vm.$createElement;
|
|
@@ -3349,31 +3349,31 @@ var __vue_render__$j = function () {
|
|
|
3349
3349
|
})], 1);
|
|
3350
3350
|
};
|
|
3351
3351
|
|
|
3352
|
-
var __vue_staticRenderFns__$
|
|
3352
|
+
var __vue_staticRenderFns__$k = [];
|
|
3353
3353
|
/* style */
|
|
3354
3354
|
|
|
3355
|
-
const __vue_inject_styles__$
|
|
3355
|
+
const __vue_inject_styles__$k = undefined;
|
|
3356
3356
|
/* scoped */
|
|
3357
3357
|
|
|
3358
|
-
const __vue_scope_id__$
|
|
3358
|
+
const __vue_scope_id__$k = undefined;
|
|
3359
3359
|
/* module identifier */
|
|
3360
3360
|
|
|
3361
|
-
const __vue_module_identifier__$
|
|
3361
|
+
const __vue_module_identifier__$k = undefined;
|
|
3362
3362
|
/* functional template */
|
|
3363
3363
|
|
|
3364
|
-
const __vue_is_functional_template__$
|
|
3364
|
+
const __vue_is_functional_template__$k = false;
|
|
3365
3365
|
/* style inject */
|
|
3366
3366
|
|
|
3367
3367
|
/* style inject SSR */
|
|
3368
3368
|
|
|
3369
3369
|
/* style inject shadow dom */
|
|
3370
3370
|
|
|
3371
|
-
const __vue_component__$
|
|
3372
|
-
render: __vue_render__$
|
|
3373
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3374
|
-
}, __vue_inject_styles__$
|
|
3371
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
3372
|
+
render: __vue_render__$k,
|
|
3373
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
3374
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
3375
3375
|
|
|
3376
|
-
var BtnMic = __vue_component__$
|
|
3376
|
+
var BtnMic = __vue_component__$r;
|
|
3377
3377
|
|
|
3378
3378
|
//
|
|
3379
3379
|
//
|
|
@@ -3397,7 +3397,7 @@ var BtnMic = __vue_component__$q;
|
|
|
3397
3397
|
//
|
|
3398
3398
|
//
|
|
3399
3399
|
//
|
|
3400
|
-
var script$
|
|
3400
|
+
var script$j = {
|
|
3401
3401
|
props: {
|
|
3402
3402
|
dictionary: {
|
|
3403
3403
|
type: Object,
|
|
@@ -3438,10 +3438,10 @@ var script$i = {
|
|
|
3438
3438
|
};
|
|
3439
3439
|
|
|
3440
3440
|
/* script */
|
|
3441
|
-
const __vue_script__$
|
|
3441
|
+
const __vue_script__$j = script$j;
|
|
3442
3442
|
/* template */
|
|
3443
3443
|
|
|
3444
|
-
var __vue_render__$
|
|
3444
|
+
var __vue_render__$j = function () {
|
|
3445
3445
|
var _vm = this;
|
|
3446
3446
|
|
|
3447
3447
|
var _h = _vm.$createElement;
|
|
@@ -3495,10 +3495,10 @@ var __vue_render__$i = function () {
|
|
|
3495
3495
|
})]) : _vm._e()]], 2);
|
|
3496
3496
|
};
|
|
3497
3497
|
|
|
3498
|
-
var __vue_staticRenderFns__$
|
|
3498
|
+
var __vue_staticRenderFns__$j = [];
|
|
3499
3499
|
/* style */
|
|
3500
3500
|
|
|
3501
|
-
const __vue_inject_styles__$
|
|
3501
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
3502
3502
|
if (!inject) return;
|
|
3503
3503
|
inject("data-v-6d0392fe_0", {
|
|
3504
3504
|
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%}",
|
|
@@ -3509,26 +3509,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
3509
3509
|
/* scoped */
|
|
3510
3510
|
|
|
3511
3511
|
|
|
3512
|
-
const __vue_scope_id__$
|
|
3512
|
+
const __vue_scope_id__$j = undefined;
|
|
3513
3513
|
/* module identifier */
|
|
3514
3514
|
|
|
3515
|
-
const __vue_module_identifier__$
|
|
3515
|
+
const __vue_module_identifier__$j = undefined;
|
|
3516
3516
|
/* functional template */
|
|
3517
3517
|
|
|
3518
|
-
const __vue_is_functional_template__$
|
|
3518
|
+
const __vue_is_functional_template__$j = false;
|
|
3519
3519
|
/* style inject SSR */
|
|
3520
3520
|
|
|
3521
3521
|
/* style inject shadow dom */
|
|
3522
3522
|
|
|
3523
|
-
const __vue_component__$
|
|
3524
|
-
render: __vue_render__$
|
|
3525
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3526
|
-
}, __vue_inject_styles__$
|
|
3523
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3524
|
+
render: __vue_render__$j,
|
|
3525
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3526
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
3527
3527
|
|
|
3528
|
-
var SingleFilePreview = __vue_component__$
|
|
3528
|
+
var SingleFilePreview = __vue_component__$q;
|
|
3529
3529
|
|
|
3530
3530
|
//
|
|
3531
|
-
var script$
|
|
3531
|
+
var script$i = {
|
|
3532
3532
|
components: {
|
|
3533
3533
|
Loader
|
|
3534
3534
|
},
|
|
@@ -3611,10 +3611,10 @@ var script$h = {
|
|
|
3611
3611
|
};
|
|
3612
3612
|
|
|
3613
3613
|
/* script */
|
|
3614
|
-
const __vue_script__$
|
|
3614
|
+
const __vue_script__$i = script$i;
|
|
3615
3615
|
/* template */
|
|
3616
3616
|
|
|
3617
|
-
var __vue_render__$
|
|
3617
|
+
var __vue_render__$i = function () {
|
|
3618
3618
|
var _vm = this;
|
|
3619
3619
|
|
|
3620
3620
|
var _h = _vm.$createElement;
|
|
@@ -3704,10 +3704,10 @@ var __vue_render__$h = function () {
|
|
|
3704
3704
|
})], 2)], 1);
|
|
3705
3705
|
};
|
|
3706
3706
|
|
|
3707
|
-
var __vue_staticRenderFns__$
|
|
3707
|
+
var __vue_staticRenderFns__$i = [];
|
|
3708
3708
|
/* style */
|
|
3709
3709
|
|
|
3710
|
-
const __vue_inject_styles__$
|
|
3710
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
3711
3711
|
if (!inject) return;
|
|
3712
3712
|
inject("data-v-55cbc293_0", {
|
|
3713
3713
|
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}",
|
|
@@ -3718,26 +3718,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
3718
3718
|
/* scoped */
|
|
3719
3719
|
|
|
3720
3720
|
|
|
3721
|
-
const __vue_scope_id__$
|
|
3721
|
+
const __vue_scope_id__$i = undefined;
|
|
3722
3722
|
/* module identifier */
|
|
3723
3723
|
|
|
3724
|
-
const __vue_module_identifier__$
|
|
3724
|
+
const __vue_module_identifier__$i = undefined;
|
|
3725
3725
|
/* functional template */
|
|
3726
3726
|
|
|
3727
|
-
const __vue_is_functional_template__$
|
|
3727
|
+
const __vue_is_functional_template__$i = false;
|
|
3728
3728
|
/* style inject SSR */
|
|
3729
3729
|
|
|
3730
3730
|
/* style inject shadow dom */
|
|
3731
3731
|
|
|
3732
|
-
const __vue_component__$
|
|
3733
|
-
render: __vue_render__$
|
|
3734
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3735
|
-
}, __vue_inject_styles__$
|
|
3732
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
3733
|
+
render: __vue_render__$i,
|
|
3734
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
3735
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
3736
3736
|
|
|
3737
|
-
var MultipleFilePreview = __vue_component__$
|
|
3737
|
+
var MultipleFilePreview = __vue_component__$p;
|
|
3738
3738
|
|
|
3739
3739
|
//
|
|
3740
|
-
var script$
|
|
3740
|
+
var script$h = {
|
|
3741
3741
|
components: {
|
|
3742
3742
|
SingleFilePreview,
|
|
3743
3743
|
MultipleFilePreview
|
|
@@ -3953,10 +3953,10 @@ var script$g = {
|
|
|
3953
3953
|
};
|
|
3954
3954
|
|
|
3955
3955
|
/* script */
|
|
3956
|
-
const __vue_script__$
|
|
3956
|
+
const __vue_script__$h = script$h;
|
|
3957
3957
|
/* template */
|
|
3958
3958
|
|
|
3959
|
-
var __vue_render__$
|
|
3959
|
+
var __vue_render__$h = function () {
|
|
3960
3960
|
var _vm = this;
|
|
3961
3961
|
|
|
3962
3962
|
var _h = _vm.$createElement;
|
|
@@ -4123,10 +4123,10 @@ var __vue_render__$g = function () {
|
|
|
4123
4123
|
})], 1)])], 1);
|
|
4124
4124
|
};
|
|
4125
4125
|
|
|
4126
|
-
var __vue_staticRenderFns__$
|
|
4126
|
+
var __vue_staticRenderFns__$h = [];
|
|
4127
4127
|
/* style */
|
|
4128
4128
|
|
|
4129
|
-
const __vue_inject_styles__$
|
|
4129
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
4130
4130
|
if (!inject) return;
|
|
4131
4131
|
inject("data-v-4859e108_0", {
|
|
4132
4132
|
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}",
|
|
@@ -4137,23 +4137,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
4137
4137
|
/* scoped */
|
|
4138
4138
|
|
|
4139
4139
|
|
|
4140
|
-
const __vue_scope_id__$
|
|
4140
|
+
const __vue_scope_id__$h = undefined;
|
|
4141
4141
|
/* module identifier */
|
|
4142
4142
|
|
|
4143
|
-
const __vue_module_identifier__$
|
|
4143
|
+
const __vue_module_identifier__$h = undefined;
|
|
4144
4144
|
/* functional template */
|
|
4145
4145
|
|
|
4146
|
-
const __vue_is_functional_template__$
|
|
4146
|
+
const __vue_is_functional_template__$h = false;
|
|
4147
4147
|
/* style inject SSR */
|
|
4148
4148
|
|
|
4149
4149
|
/* style inject shadow dom */
|
|
4150
4150
|
|
|
4151
|
-
const __vue_component__$
|
|
4152
|
-
render: __vue_render__$
|
|
4153
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4154
|
-
}, __vue_inject_styles__$
|
|
4151
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
4152
|
+
render: __vue_render__$h,
|
|
4153
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
4154
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
4155
4155
|
|
|
4156
|
-
var BtnFiles = __vue_component__$
|
|
4156
|
+
var BtnFiles = __vue_component__$o;
|
|
4157
4157
|
|
|
4158
4158
|
//
|
|
4159
4159
|
//
|
|
@@ -4161,7 +4161,7 @@ var BtnFiles = __vue_component__$n;
|
|
|
4161
4161
|
//
|
|
4162
4162
|
//
|
|
4163
4163
|
//
|
|
4164
|
-
var script$
|
|
4164
|
+
var script$g = {
|
|
4165
4165
|
props: {
|
|
4166
4166
|
dictionary: {
|
|
4167
4167
|
type: Object,
|
|
@@ -4172,10 +4172,10 @@ var script$f = {
|
|
|
4172
4172
|
};
|
|
4173
4173
|
|
|
4174
4174
|
/* script */
|
|
4175
|
-
const __vue_script__$
|
|
4175
|
+
const __vue_script__$g = script$g;
|
|
4176
4176
|
/* template */
|
|
4177
4177
|
|
|
4178
|
-
var __vue_render__$
|
|
4178
|
+
var __vue_render__$g = function () {
|
|
4179
4179
|
var _vm = this;
|
|
4180
4180
|
|
|
4181
4181
|
var _h = _vm.$createElement;
|
|
@@ -4199,34 +4199,34 @@ var __vue_render__$f = function () {
|
|
|
4199
4199
|
})], 1);
|
|
4200
4200
|
};
|
|
4201
4201
|
|
|
4202
|
-
var __vue_staticRenderFns__$
|
|
4202
|
+
var __vue_staticRenderFns__$g = [];
|
|
4203
4203
|
/* style */
|
|
4204
4204
|
|
|
4205
|
-
const __vue_inject_styles__$
|
|
4205
|
+
const __vue_inject_styles__$g = undefined;
|
|
4206
4206
|
/* scoped */
|
|
4207
4207
|
|
|
4208
|
-
const __vue_scope_id__$
|
|
4208
|
+
const __vue_scope_id__$g = undefined;
|
|
4209
4209
|
/* module identifier */
|
|
4210
4210
|
|
|
4211
|
-
const __vue_module_identifier__$
|
|
4211
|
+
const __vue_module_identifier__$g = undefined;
|
|
4212
4212
|
/* functional template */
|
|
4213
4213
|
|
|
4214
|
-
const __vue_is_functional_template__$
|
|
4214
|
+
const __vue_is_functional_template__$g = false;
|
|
4215
4215
|
/* style inject */
|
|
4216
4216
|
|
|
4217
4217
|
/* style inject SSR */
|
|
4218
4218
|
|
|
4219
4219
|
/* style inject shadow dom */
|
|
4220
4220
|
|
|
4221
|
-
const __vue_component__$
|
|
4222
|
-
render: __vue_render__$
|
|
4223
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4224
|
-
}, __vue_inject_styles__$
|
|
4221
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
4222
|
+
render: __vue_render__$g,
|
|
4223
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
4224
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
4225
4225
|
|
|
4226
|
-
var BtnExpand = __vue_component__$
|
|
4226
|
+
var BtnExpand = __vue_component__$n;
|
|
4227
4227
|
|
|
4228
4228
|
//
|
|
4229
|
-
var script$
|
|
4229
|
+
var script$f = {
|
|
4230
4230
|
components: {
|
|
4231
4231
|
BtnEmojis,
|
|
4232
4232
|
Loader,
|
|
@@ -4637,10 +4637,10 @@ var script$e = {
|
|
|
4637
4637
|
};
|
|
4638
4638
|
|
|
4639
4639
|
/* script */
|
|
4640
|
-
const __vue_script__$
|
|
4640
|
+
const __vue_script__$f = script$f;
|
|
4641
4641
|
/* template */
|
|
4642
4642
|
|
|
4643
|
-
var __vue_render__$
|
|
4643
|
+
var __vue_render__$f = function () {
|
|
4644
4644
|
var _vm = this;
|
|
4645
4645
|
|
|
4646
4646
|
var _h = _vm.$createElement;
|
|
@@ -4842,10 +4842,10 @@ var __vue_render__$e = function () {
|
|
|
4842
4842
|
})], 1) : _vm._e()], 1)]) : _vm._e();
|
|
4843
4843
|
};
|
|
4844
4844
|
|
|
4845
|
-
var __vue_staticRenderFns__$
|
|
4845
|
+
var __vue_staticRenderFns__$f = [];
|
|
4846
4846
|
/* style */
|
|
4847
4847
|
|
|
4848
|
-
const __vue_inject_styles__$
|
|
4848
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
4849
4849
|
if (!inject) return;
|
|
4850
4850
|
inject("data-v-1233d3a5_0", {
|
|
4851
4851
|
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}",
|
|
@@ -4856,26 +4856,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
4856
4856
|
/* scoped */
|
|
4857
4857
|
|
|
4858
4858
|
|
|
4859
|
-
const __vue_scope_id__$
|
|
4859
|
+
const __vue_scope_id__$f = undefined;
|
|
4860
4860
|
/* module identifier */
|
|
4861
4861
|
|
|
4862
|
-
const __vue_module_identifier__$
|
|
4862
|
+
const __vue_module_identifier__$f = undefined;
|
|
4863
4863
|
/* functional template */
|
|
4864
4864
|
|
|
4865
|
-
const __vue_is_functional_template__$
|
|
4865
|
+
const __vue_is_functional_template__$f = false;
|
|
4866
4866
|
/* style inject SSR */
|
|
4867
4867
|
|
|
4868
4868
|
/* style inject shadow dom */
|
|
4869
4869
|
|
|
4870
|
-
const __vue_component__$
|
|
4871
|
-
render: __vue_render__$
|
|
4872
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4873
|
-
}, __vue_inject_styles__$
|
|
4870
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
4871
|
+
render: __vue_render__$f,
|
|
4872
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
4873
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
4874
4874
|
|
|
4875
|
-
var TextFooter = __vue_component__$
|
|
4875
|
+
var TextFooter = __vue_component__$m;
|
|
4876
4876
|
|
|
4877
4877
|
//
|
|
4878
|
-
var script$
|
|
4878
|
+
var script$e = {
|
|
4879
4879
|
components: {
|
|
4880
4880
|
TextFooter
|
|
4881
4881
|
},
|
|
@@ -4926,10 +4926,10 @@ var script$d = {
|
|
|
4926
4926
|
};
|
|
4927
4927
|
|
|
4928
4928
|
/* script */
|
|
4929
|
-
const __vue_script__$
|
|
4929
|
+
const __vue_script__$e = script$e;
|
|
4930
4930
|
/* template */
|
|
4931
4931
|
|
|
4932
|
-
var __vue_render__$
|
|
4932
|
+
var __vue_render__$e = function () {
|
|
4933
4933
|
var _vm = this;
|
|
4934
4934
|
|
|
4935
4935
|
var _h = _vm.$createElement;
|
|
@@ -4973,34 +4973,34 @@ var __vue_render__$d = function () {
|
|
|
4973
4973
|
})], 2)]) : _vm._e()], 1)])]);
|
|
4974
4974
|
};
|
|
4975
4975
|
|
|
4976
|
-
var __vue_staticRenderFns__$
|
|
4976
|
+
var __vue_staticRenderFns__$e = [];
|
|
4977
4977
|
/* style */
|
|
4978
4978
|
|
|
4979
|
-
const __vue_inject_styles__$
|
|
4979
|
+
const __vue_inject_styles__$e = undefined;
|
|
4980
4980
|
/* scoped */
|
|
4981
4981
|
|
|
4982
|
-
const __vue_scope_id__$
|
|
4982
|
+
const __vue_scope_id__$e = undefined;
|
|
4983
4983
|
/* module identifier */
|
|
4984
4984
|
|
|
4985
|
-
const __vue_module_identifier__$
|
|
4985
|
+
const __vue_module_identifier__$e = undefined;
|
|
4986
4986
|
/* functional template */
|
|
4987
4987
|
|
|
4988
|
-
const __vue_is_functional_template__$
|
|
4988
|
+
const __vue_is_functional_template__$e = false;
|
|
4989
4989
|
/* style inject */
|
|
4990
4990
|
|
|
4991
4991
|
/* style inject SSR */
|
|
4992
4992
|
|
|
4993
4993
|
/* style inject shadow dom */
|
|
4994
4994
|
|
|
4995
|
-
const __vue_component__$
|
|
4996
|
-
render: __vue_render__$
|
|
4997
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4998
|
-
}, __vue_inject_styles__$
|
|
4995
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
4996
|
+
render: __vue_render__$e,
|
|
4997
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
4998
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
4999
4999
|
|
|
5000
|
-
var TemplateMessage = __vue_component__$
|
|
5000
|
+
var TemplateMessage = __vue_component__$l;
|
|
5001
5001
|
|
|
5002
5002
|
//
|
|
5003
|
-
var script$
|
|
5003
|
+
var script$d = {
|
|
5004
5004
|
components: {
|
|
5005
5005
|
TemplateSingle,
|
|
5006
5006
|
TemplateMessage
|
|
@@ -5200,10 +5200,10 @@ var script$c = {
|
|
|
5200
5200
|
};
|
|
5201
5201
|
|
|
5202
5202
|
/* script */
|
|
5203
|
-
const __vue_script__$
|
|
5203
|
+
const __vue_script__$d = script$d;
|
|
5204
5204
|
/* template */
|
|
5205
5205
|
|
|
5206
|
-
var __vue_render__$
|
|
5206
|
+
var __vue_render__$d = function () {
|
|
5207
5207
|
var _vm = this;
|
|
5208
5208
|
|
|
5209
5209
|
var _h = _vm.$createElement;
|
|
@@ -5277,10 +5277,10 @@ var __vue_render__$c = function () {
|
|
|
5277
5277
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
5278
5278
|
};
|
|
5279
5279
|
|
|
5280
|
-
var __vue_staticRenderFns__$
|
|
5280
|
+
var __vue_staticRenderFns__$d = [];
|
|
5281
5281
|
/* style */
|
|
5282
5282
|
|
|
5283
|
-
const __vue_inject_styles__$
|
|
5283
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
5284
5284
|
if (!inject) return;
|
|
5285
5285
|
inject("data-v-1c24c23b_0", {
|
|
5286
5286
|
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}",
|
|
@@ -5291,26 +5291,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
5291
5291
|
/* scoped */
|
|
5292
5292
|
|
|
5293
5293
|
|
|
5294
|
-
const __vue_scope_id__$
|
|
5294
|
+
const __vue_scope_id__$d = undefined;
|
|
5295
5295
|
/* module identifier */
|
|
5296
5296
|
|
|
5297
|
-
const __vue_module_identifier__$
|
|
5297
|
+
const __vue_module_identifier__$d = undefined;
|
|
5298
5298
|
/* functional template */
|
|
5299
5299
|
|
|
5300
|
-
const __vue_is_functional_template__$
|
|
5300
|
+
const __vue_is_functional_template__$d = false;
|
|
5301
5301
|
/* style inject SSR */
|
|
5302
5302
|
|
|
5303
5303
|
/* style inject shadow dom */
|
|
5304
5304
|
|
|
5305
|
-
const __vue_component__$
|
|
5306
|
-
render: __vue_render__$
|
|
5307
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5308
|
-
}, __vue_inject_styles__$
|
|
5305
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
5306
|
+
render: __vue_render__$d,
|
|
5307
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
5308
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
5309
5309
|
|
|
5310
|
-
var __vue_component__$
|
|
5310
|
+
var __vue_component__$k = __vue_component__$j;
|
|
5311
5311
|
|
|
5312
5312
|
//
|
|
5313
|
-
var script$
|
|
5313
|
+
var script$c = {
|
|
5314
5314
|
components: {
|
|
5315
5315
|
BtnEmojis,
|
|
5316
5316
|
BtnFiles
|
|
@@ -5596,10 +5596,10 @@ var script$b = {
|
|
|
5596
5596
|
};
|
|
5597
5597
|
|
|
5598
5598
|
/* script */
|
|
5599
|
-
const __vue_script__$
|
|
5599
|
+
const __vue_script__$c = script$c;
|
|
5600
5600
|
/* template */
|
|
5601
5601
|
|
|
5602
|
-
var __vue_render__$
|
|
5602
|
+
var __vue_render__$c = function () {
|
|
5603
5603
|
var _vm = this;
|
|
5604
5604
|
|
|
5605
5605
|
var _h = _vm.$createElement;
|
|
@@ -5698,10 +5698,10 @@ var __vue_render__$b = function () {
|
|
|
5698
5698
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
5699
5699
|
};
|
|
5700
5700
|
|
|
5701
|
-
var __vue_staticRenderFns__$
|
|
5701
|
+
var __vue_staticRenderFns__$c = [];
|
|
5702
5702
|
/* style */
|
|
5703
5703
|
|
|
5704
|
-
const __vue_inject_styles__$
|
|
5704
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
5705
5705
|
if (!inject) return;
|
|
5706
5706
|
inject("data-v-35df0b7d_0", {
|
|
5707
5707
|
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}",
|
|
@@ -5712,23 +5712,23 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
5712
5712
|
/* scoped */
|
|
5713
5713
|
|
|
5714
5714
|
|
|
5715
|
-
const __vue_scope_id__$
|
|
5715
|
+
const __vue_scope_id__$c = undefined;
|
|
5716
5716
|
/* module identifier */
|
|
5717
5717
|
|
|
5718
|
-
const __vue_module_identifier__$
|
|
5718
|
+
const __vue_module_identifier__$c = undefined;
|
|
5719
5719
|
/* functional template */
|
|
5720
5720
|
|
|
5721
|
-
const __vue_is_functional_template__$
|
|
5721
|
+
const __vue_is_functional_template__$c = false;
|
|
5722
5722
|
/* style inject SSR */
|
|
5723
5723
|
|
|
5724
5724
|
/* style inject shadow dom */
|
|
5725
5725
|
|
|
5726
|
-
const __vue_component__$
|
|
5727
|
-
render: __vue_render__$
|
|
5728
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5729
|
-
}, __vue_inject_styles__$
|
|
5726
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
5727
|
+
render: __vue_render__$c,
|
|
5728
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
5729
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
5730
5730
|
|
|
5731
|
-
var __vue_component__$
|
|
5731
|
+
var __vue_component__$i = __vue_component__$h;
|
|
5732
5732
|
|
|
5733
5733
|
const textoLongo = {
|
|
5734
5734
|
methods: {
|
|
@@ -5839,7 +5839,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
5839
5839
|
}
|
|
5840
5840
|
|
|
5841
5841
|
//
|
|
5842
|
-
var script$
|
|
5842
|
+
var script$b = {
|
|
5843
5843
|
props: {
|
|
5844
5844
|
file: {
|
|
5845
5845
|
type: Object,
|
|
@@ -5923,10 +5923,10 @@ var script$a = {
|
|
|
5923
5923
|
};
|
|
5924
5924
|
|
|
5925
5925
|
/* script */
|
|
5926
|
-
const __vue_script__$
|
|
5926
|
+
const __vue_script__$b = script$b;
|
|
5927
5927
|
/* template */
|
|
5928
5928
|
|
|
5929
|
-
var __vue_render__$
|
|
5929
|
+
var __vue_render__$b = function () {
|
|
5930
5930
|
var _vm = this;
|
|
5931
5931
|
|
|
5932
5932
|
var _h = _vm.$createElement;
|
|
@@ -5997,13 +5997,17 @@ var __vue_render__$a = function () {
|
|
|
5997
5997
|
})], 1)]], 2)], 1);
|
|
5998
5998
|
};
|
|
5999
5999
|
|
|
6000
|
-
var __vue_staticRenderFns__$
|
|
6000
|
+
var __vue_staticRenderFns__$b = [];
|
|
6001
6001
|
/* style */
|
|
6002
6002
|
|
|
6003
|
-
const __vue_inject_styles__$
|
|
6003
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
6004
6004
|
if (!inject) return;
|
|
6005
|
-
inject("data-v-
|
|
6006
|
-
source: ".fade-enter-active[data-v-
|
|
6005
|
+
inject("data-v-6f5fac81_0", {
|
|
6006
|
+
source: ".fade-enter-active[data-v-6f5fac81],.fade-leave-active[data-v-6f5fac81]{transition:opacity .5s}.fade-enter[data-v-6f5fac81],.fade-leave-to[data-v-6f5fac81]{opacity:0}",
|
|
6007
|
+
map: undefined,
|
|
6008
|
+
media: undefined
|
|
6009
|
+
}), inject("data-v-6f5fac81_1", {
|
|
6010
|
+
source: ".file-item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item-transition{max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center;position:relative}.file-item .req-loader{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.file-item-transition img{max-width:45px;max-height:45px}.file-item a{margin-left:5px;text-decoration:none;color:#333}.file-icon{display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.file-icon:hover{opacity:1}.file-icon:visited{color:inherit}svg{font-size:30px;z-index:1}.file-icon.pdf{position:relative}.file-icon.pdf svg{color:#e74c3c}.file-icon.pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.file-icon.doc{color:#15517f}.file-icon.doc::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.file-img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.file-img:hover{opacity:1}.file-img img{width:95%}",
|
|
6007
6011
|
map: undefined,
|
|
6008
6012
|
media: undefined
|
|
6009
6013
|
});
|
|
@@ -6011,13 +6015,213 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
6011
6015
|
/* scoped */
|
|
6012
6016
|
|
|
6013
6017
|
|
|
6014
|
-
const __vue_scope_id__$
|
|
6018
|
+
const __vue_scope_id__$b = "data-v-6f5fac81";
|
|
6019
|
+
/* module identifier */
|
|
6020
|
+
|
|
6021
|
+
const __vue_module_identifier__$b = undefined;
|
|
6022
|
+
/* functional template */
|
|
6023
|
+
|
|
6024
|
+
const __vue_is_functional_template__$b = false;
|
|
6025
|
+
/* style inject SSR */
|
|
6026
|
+
|
|
6027
|
+
/* style inject shadow dom */
|
|
6028
|
+
|
|
6029
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
6030
|
+
render: __vue_render__$b,
|
|
6031
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
6032
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
6033
|
+
|
|
6034
|
+
var CardFile = __vue_component__$g;
|
|
6035
|
+
|
|
6036
|
+
//
|
|
6037
|
+
//
|
|
6038
|
+
//
|
|
6039
|
+
//
|
|
6040
|
+
//
|
|
6041
|
+
//
|
|
6042
|
+
//
|
|
6043
|
+
//
|
|
6044
|
+
//
|
|
6045
|
+
//
|
|
6046
|
+
//
|
|
6047
|
+
//
|
|
6048
|
+
//
|
|
6049
|
+
//
|
|
6050
|
+
//
|
|
6051
|
+
//
|
|
6052
|
+
//
|
|
6053
|
+
var script$a = {
|
|
6054
|
+
props: {
|
|
6055
|
+
hasReply: {
|
|
6056
|
+
type: Boolean
|
|
6057
|
+
},
|
|
6058
|
+
messageStatus: {
|
|
6059
|
+
type: String
|
|
6060
|
+
},
|
|
6061
|
+
replyMessage: {
|
|
6062
|
+
type: String
|
|
6063
|
+
},
|
|
6064
|
+
tooltipContent: {
|
|
6065
|
+
type: String
|
|
6066
|
+
}
|
|
6067
|
+
}
|
|
6068
|
+
};
|
|
6069
|
+
|
|
6070
|
+
/* script */
|
|
6071
|
+
const __vue_script__$a = script$a;
|
|
6072
|
+
/* template */
|
|
6073
|
+
|
|
6074
|
+
var __vue_render__$a = function () {
|
|
6075
|
+
var _vm = this;
|
|
6076
|
+
|
|
6077
|
+
var _h = _vm.$createElement;
|
|
6078
|
+
|
|
6079
|
+
var _c = _vm._self._c || _h;
|
|
6080
|
+
|
|
6081
|
+
return _c('div', [_c('transition', {
|
|
6082
|
+
attrs: {
|
|
6083
|
+
"name": "fade",
|
|
6084
|
+
"mode": "out-in"
|
|
6085
|
+
}
|
|
6086
|
+
}, [_vm.hasReply && (_vm.messageStatus == 'C' || _vm.messageStatus == 'T') ? _c('span', {
|
|
6087
|
+
directives: [{
|
|
6088
|
+
name: "tippy",
|
|
6089
|
+
rawName: "v-tippy"
|
|
6090
|
+
}],
|
|
6091
|
+
staticClass: "card-reply",
|
|
6092
|
+
attrs: {
|
|
6093
|
+
"content": _vm.replyMessage ? _vm.replyMessage : 'Fazer reenvio da mensagem'
|
|
6094
|
+
},
|
|
6095
|
+
on: {
|
|
6096
|
+
"click": function ($event) {
|
|
6097
|
+
return _vm.$emit('reply-msg');
|
|
6098
|
+
}
|
|
6099
|
+
}
|
|
6100
|
+
}, [_c('fa-icon', {
|
|
6101
|
+
attrs: {
|
|
6102
|
+
"icon": ['fas', 'reply']
|
|
6103
|
+
}
|
|
6104
|
+
})], 1) : _vm._e()]), _vm._v(" "), _c('transition', {
|
|
6105
|
+
attrs: {
|
|
6106
|
+
"name": "fade",
|
|
6107
|
+
"mode": "out-in"
|
|
6108
|
+
}
|
|
6109
|
+
}, [_vm.messageStatus == 'D' ? _c('span', {
|
|
6110
|
+
directives: [{
|
|
6111
|
+
name: "tippy",
|
|
6112
|
+
rawName: "v-tippy"
|
|
6113
|
+
}],
|
|
6114
|
+
key: "check-padrao",
|
|
6115
|
+
staticClass: "card-check",
|
|
6116
|
+
attrs: {
|
|
6117
|
+
"content": _vm.tooltipContent
|
|
6118
|
+
}
|
|
6119
|
+
}, [_c('fa-icon', {
|
|
6120
|
+
attrs: {
|
|
6121
|
+
"icon": ['fas', 'check']
|
|
6122
|
+
}
|
|
6123
|
+
})], 1) : _vm.messageStatus == 'Q' ? _c('span', {
|
|
6124
|
+
directives: [{
|
|
6125
|
+
name: "tippy",
|
|
6126
|
+
rawName: "v-tippy"
|
|
6127
|
+
}],
|
|
6128
|
+
key: "check-gray",
|
|
6129
|
+
staticClass: "card-check gray",
|
|
6130
|
+
attrs: {
|
|
6131
|
+
"content": _vm.tooltipContent
|
|
6132
|
+
}
|
|
6133
|
+
}, [_c('fa-icon', {
|
|
6134
|
+
attrs: {
|
|
6135
|
+
"icon": ['fas', 'check']
|
|
6136
|
+
}
|
|
6137
|
+
})], 1) : _vm.messageStatus == 'G' ? _c('span', {
|
|
6138
|
+
directives: [{
|
|
6139
|
+
name: "tippy",
|
|
6140
|
+
rawName: "v-tippy"
|
|
6141
|
+
}],
|
|
6142
|
+
key: "check-black",
|
|
6143
|
+
staticClass: "card-check black",
|
|
6144
|
+
attrs: {
|
|
6145
|
+
"content": _vm.tooltipContent
|
|
6146
|
+
}
|
|
6147
|
+
}, [_c('fa-icon', {
|
|
6148
|
+
attrs: {
|
|
6149
|
+
"icon": ['fas', 'check']
|
|
6150
|
+
}
|
|
6151
|
+
})], 1) : _vm.messageStatus == 'E' ? _c('span', {
|
|
6152
|
+
directives: [{
|
|
6153
|
+
name: "tippy",
|
|
6154
|
+
rawName: "v-tippy"
|
|
6155
|
+
}],
|
|
6156
|
+
key: "double-check-black",
|
|
6157
|
+
staticClass: "card-check black",
|
|
6158
|
+
attrs: {
|
|
6159
|
+
"content": _vm.tooltipContent
|
|
6160
|
+
}
|
|
6161
|
+
}, [_c('fa-icon', {
|
|
6162
|
+
attrs: {
|
|
6163
|
+
"icon": ['fas', 'check-double']
|
|
6164
|
+
}
|
|
6165
|
+
})], 1) : _vm.messageStatus == 'L' ? _c('span', {
|
|
6166
|
+
directives: [{
|
|
6167
|
+
name: "tippy",
|
|
6168
|
+
rawName: "v-tippy"
|
|
6169
|
+
}],
|
|
6170
|
+
key: "double-check-seen",
|
|
6171
|
+
staticClass: "card-check seen",
|
|
6172
|
+
attrs: {
|
|
6173
|
+
"content": _vm.tooltipContent
|
|
6174
|
+
}
|
|
6175
|
+
}, [_c('fa-icon', {
|
|
6176
|
+
attrs: {
|
|
6177
|
+
"icon": ['fas', 'check-double']
|
|
6178
|
+
}
|
|
6179
|
+
})], 1) : _vm.messageStatus == 'C' ? _c('span', {
|
|
6180
|
+
directives: [{
|
|
6181
|
+
name: "tippy",
|
|
6182
|
+
rawName: "v-tippy"
|
|
6183
|
+
}],
|
|
6184
|
+
key: "times-circle",
|
|
6185
|
+
staticClass: "card-check red",
|
|
6186
|
+
attrs: {
|
|
6187
|
+
"content": _vm.tooltipContent
|
|
6188
|
+
}
|
|
6189
|
+
}, [_c('fa-icon', {
|
|
6190
|
+
attrs: {
|
|
6191
|
+
"icon": ['fas', 'times-circle']
|
|
6192
|
+
}
|
|
6193
|
+
})], 1) : _vm.messageStatus == 'T' ? _c('span', {
|
|
6194
|
+
directives: [{
|
|
6195
|
+
name: "tippy",
|
|
6196
|
+
rawName: "v-tippy"
|
|
6197
|
+
}],
|
|
6198
|
+
key: "hourglass",
|
|
6199
|
+
staticClass: "card-check red",
|
|
6200
|
+
attrs: {
|
|
6201
|
+
"content": _vm.tooltipContent
|
|
6202
|
+
}
|
|
6203
|
+
}, [_c('fa-icon', {
|
|
6204
|
+
attrs: {
|
|
6205
|
+
"icon": ['fas', 'hourglass']
|
|
6206
|
+
}
|
|
6207
|
+
})], 1) : _vm._e()])], 1);
|
|
6208
|
+
};
|
|
6209
|
+
|
|
6210
|
+
var __vue_staticRenderFns__$a = [];
|
|
6211
|
+
/* style */
|
|
6212
|
+
|
|
6213
|
+
const __vue_inject_styles__$a = undefined;
|
|
6214
|
+
/* scoped */
|
|
6215
|
+
|
|
6216
|
+
const __vue_scope_id__$a = undefined;
|
|
6015
6217
|
/* module identifier */
|
|
6016
6218
|
|
|
6017
6219
|
const __vue_module_identifier__$a = undefined;
|
|
6018
6220
|
/* functional template */
|
|
6019
6221
|
|
|
6020
6222
|
const __vue_is_functional_template__$a = false;
|
|
6223
|
+
/* style inject */
|
|
6224
|
+
|
|
6021
6225
|
/* style inject SSR */
|
|
6022
6226
|
|
|
6023
6227
|
/* style inject shadow dom */
|
|
@@ -6025,14 +6229,15 @@ const __vue_is_functional_template__$a = false;
|
|
|
6025
6229
|
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
6026
6230
|
render: __vue_render__$a,
|
|
6027
6231
|
staticRenderFns: __vue_staticRenderFns__$a
|
|
6028
|
-
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false,
|
|
6232
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
|
|
6029
6233
|
|
|
6030
|
-
var
|
|
6234
|
+
var CardCheck = __vue_component__$f;
|
|
6031
6235
|
|
|
6032
6236
|
//
|
|
6033
6237
|
var script$9 = {
|
|
6034
6238
|
components: {
|
|
6035
|
-
CardFile
|
|
6239
|
+
CardFile,
|
|
6240
|
+
CardCheck
|
|
6036
6241
|
},
|
|
6037
6242
|
props: {
|
|
6038
6243
|
dictionary: {
|
|
@@ -6076,6 +6281,18 @@ var script$9 = {
|
|
|
6076
6281
|
},
|
|
6077
6282
|
newMessage: {
|
|
6078
6283
|
type: Boolean
|
|
6284
|
+
},
|
|
6285
|
+
hasReply: {
|
|
6286
|
+
type: Boolean
|
|
6287
|
+
},
|
|
6288
|
+
replyMessage: {
|
|
6289
|
+
type: String
|
|
6290
|
+
},
|
|
6291
|
+
messageStatus: {
|
|
6292
|
+
type: String
|
|
6293
|
+
},
|
|
6294
|
+
tooltipContent: {
|
|
6295
|
+
type: String
|
|
6079
6296
|
}
|
|
6080
6297
|
},
|
|
6081
6298
|
mixins: [textoLongo],
|
|
@@ -6230,9 +6447,9 @@ var __vue_render__$9 = function () {
|
|
|
6230
6447
|
domProps: {
|
|
6231
6448
|
"innerHTML": _vm._s(_vm.formattedMessage)
|
|
6232
6449
|
}
|
|
6233
|
-
}), _vm._v(" "),
|
|
6450
|
+
}), _vm._v(" "), _c('div', {
|
|
6234
6451
|
staticClass: "card-footer"
|
|
6235
|
-
}, _vm._l(_vm.files, function (file, index) {
|
|
6452
|
+
}, [_vm.files && _vm.files.length ? _vm._l(_vm.files, function (file, index) {
|
|
6236
6453
|
return _c('div', {
|
|
6237
6454
|
key: "" + index,
|
|
6238
6455
|
staticClass: "card-file"
|
|
@@ -6243,7 +6460,19 @@ var __vue_render__$9 = function () {
|
|
|
6243
6460
|
"domain": _vm.domain
|
|
6244
6461
|
}
|
|
6245
6462
|
})], 1);
|
|
6246
|
-
})
|
|
6463
|
+
}) : _vm._e(), _vm._v(" "), _vm.messageStatus ? _c('CardCheck', {
|
|
6464
|
+
attrs: {
|
|
6465
|
+
"messageStatus": _vm.messageStatus,
|
|
6466
|
+
"hasReply": _vm.hasReply,
|
|
6467
|
+
"replyMessage": _vm.replyMessage,
|
|
6468
|
+
"tooltipContent": _vm.tooltipContent
|
|
6469
|
+
},
|
|
6470
|
+
on: {
|
|
6471
|
+
"reply-msg": function ($event) {
|
|
6472
|
+
return _vm.$emit('reply-msg');
|
|
6473
|
+
}
|
|
6474
|
+
}
|
|
6475
|
+
}) : _vm._e()], 2)])], 1) : _vm._e();
|
|
6247
6476
|
};
|
|
6248
6477
|
|
|
6249
6478
|
var __vue_staticRenderFns__$9 = [];
|
|
@@ -6251,8 +6480,8 @@ var __vue_staticRenderFns__$9 = [];
|
|
|
6251
6480
|
|
|
6252
6481
|
const __vue_inject_styles__$9 = function (inject) {
|
|
6253
6482
|
if (!inject) return;
|
|
6254
|
-
inject("data-v-
|
|
6255
|
-
source: ".fade-enter-active
|
|
6483
|
+
inject("data-v-5ef2322e_0", {
|
|
6484
|
+
source: ".fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.card-cli,.card-ope{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.newMessage,.card-ope.newMessage{margin-top:30px}.new-messages{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card{border-left:3px solid #90b823}.card-ope{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card{border-right:3px solid #007535}.card{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg{font-size:1rem}.card-author{display:flex;align-items:center}.card-author svg{margin-right:5px}.card-canal{flex:1;margin-right:10px}.card-dates{display:flex;flex-direction:column;margin-right:10px;font-size:.9rem}.card-date{overflow:hidden;display:flex;align-content:center}.card-date span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-date svg{margin-right:5px;color:#232323}.card-expand{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand:hover{opacity:1}.card-footer{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap;min-height:25px}.card-chip{font-size:.8rem;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip:hover{background-color:#cfd8f4}.card-chip.orange{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow:hover{background-color:rgba(252,191,73,.2)}.card-chip.red{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red:hover{background-color:rgba(231,76,60,.25)}.card-file{width:60px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.card-reply{cursor:pointer;position:absolute;right:30px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.card-reply svg{margin-top:-1px;margin-right:-1px}.card-check{position:absolute;bottom:5px;right:5px;cursor:pointer;font-size:.7rem}.card-check svg{font-size:.8rem}.card-check.seen,.card-check.seen svg{color:#006daa}.card-check.green,.card-check.green svg{color:#4f772d}.card-check.red,.card-check.red svg{color:#ba181b}.card-check.gray,.card-check.gray svg{color:#999}.card-check.black,.card-check.black svg{color:#666}",
|
|
6256
6485
|
map: undefined,
|
|
6257
6486
|
media: undefined
|
|
6258
6487
|
});
|
|
@@ -6260,7 +6489,7 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
6260
6489
|
/* scoped */
|
|
6261
6490
|
|
|
6262
6491
|
|
|
6263
|
-
const __vue_scope_id__$9 =
|
|
6492
|
+
const __vue_scope_id__$9 = undefined;
|
|
6264
6493
|
/* module identifier */
|
|
6265
6494
|
|
|
6266
6495
|
const __vue_module_identifier__$9 = undefined;
|
|
@@ -7252,12 +7481,16 @@ var script$3 = {
|
|
|
7252
7481
|
AnexoMensagem,
|
|
7253
7482
|
InteratividadeBotoes
|
|
7254
7483
|
},
|
|
7255
|
-
props: ["smartchannel", "messageIndex", "dictionary", "autor", "origem", "msg", "link", "anexo", "imgAnexo", "tipoDoc", "docAnexo", "nomeArquivo", "audio", "video", "horario", "status", "logo", "msgTooltip", "seq", "mapa", "histMsg", "erro", "msgErro", "origemExterna", "anexos", "dominio", "corMsg", "interatividade", "msgReply", "hasReply"],
|
|
7484
|
+
props: ["smartchannel", "messageIndex", "dictionary", "autor", "origem", "msg", "link", "anexo", "imgAnexo", "tipoDoc", "docAnexo", "nomeArquivo", "audio", "video", "horario", "status", "logo", "msgTooltip", "seq", "mapa", "histMsg", "erro", "msgErro", "origemExterna", "anexos", "dominio", "corMsg", "interatividade", "msgReply", "hasReply", "iniDialogo", "dialogoId", "dialogoOrigem", "expSessao"],
|
|
7256
7485
|
|
|
7257
7486
|
data() {
|
|
7258
7487
|
return {
|
|
7259
7488
|
strTooltipAux: "",
|
|
7260
7489
|
linkAux: "",
|
|
7490
|
+
urlSticker: "",
|
|
7491
|
+
urlFileName: "",
|
|
7492
|
+
message: "",
|
|
7493
|
+
reply: "reply",
|
|
7261
7494
|
center: {},
|
|
7262
7495
|
marker: {},
|
|
7263
7496
|
infos: [],
|
|
@@ -7302,15 +7535,73 @@ var script$3 = {
|
|
|
7302
7535
|
return this.contentTooltip = msg;
|
|
7303
7536
|
}
|
|
7304
7537
|
|
|
7538
|
+
},
|
|
7539
|
+
|
|
7540
|
+
contentTooltipStar() {
|
|
7541
|
+
let tooltipStar = "";
|
|
7542
|
+
|
|
7543
|
+
if (this.iniDialogo == 1) {
|
|
7544
|
+
tooltipStar += this.dictionary['ini_sessao'] + "<br/>";
|
|
7545
|
+
tooltipStar += this.dictionary['id_conversa'] + " - " + this.dialogoId + "<br/>";
|
|
7546
|
+
tooltipStar += this.dictionary['origem_conversa'] + " - " + this.dialogoOrigem + "<br/>";
|
|
7547
|
+
tooltipStar += this.dictionary['expiracao_sessao'] + " - " + formataTimezoneData(this.expSessao) + "<br/>";
|
|
7548
|
+
return tooltipStar;
|
|
7549
|
+
}
|
|
7550
|
+
|
|
7551
|
+
return tooltipStar;
|
|
7305
7552
|
}
|
|
7553
|
+
|
|
7306
7554
|
},
|
|
7307
7555
|
|
|
7308
7556
|
mounted() {
|
|
7309
7557
|
if (this.mapa) this.setMap();
|
|
7310
7558
|
if (this.corMsg) this.setCorMsg();
|
|
7559
|
+
this.setClasses();
|
|
7560
|
+
this.validadeUrlToMsg();
|
|
7311
7561
|
},
|
|
7312
7562
|
|
|
7313
7563
|
methods: {
|
|
7564
|
+
validadeUrlToMsg() {
|
|
7565
|
+
this.message = this.msg;
|
|
7566
|
+
|
|
7567
|
+
if (this.validadeIfExistsSticker()) {
|
|
7568
|
+
this.urlSticker = this.getUrlSticker();
|
|
7569
|
+
this.urlFileName = this.getUrlFileName();
|
|
7570
|
+
this.message = this.removeUrlStickerByString(this.urlSticker);
|
|
7571
|
+
}
|
|
7572
|
+
},
|
|
7573
|
+
|
|
7574
|
+
getUrlFileName() {
|
|
7575
|
+
let urlRegex = /(?<=\/)[^\/\?#]+(?=[^\/]*$)/;
|
|
7576
|
+
let urlName = this.urlSticker.match(urlRegex)[0];
|
|
7577
|
+
return urlName;
|
|
7578
|
+
},
|
|
7579
|
+
|
|
7580
|
+
removeUrlStickerByString(url) {
|
|
7581
|
+
let msg = this.message.replace(`STICKER ${url}`, '');
|
|
7582
|
+
return msg;
|
|
7583
|
+
},
|
|
7584
|
+
|
|
7585
|
+
getUrlSticker() {
|
|
7586
|
+
let urlRegex = /(https?:\/\/[^ ]*)/;
|
|
7587
|
+
let url = this.message.match(urlRegex)[1];
|
|
7588
|
+
return url;
|
|
7589
|
+
},
|
|
7590
|
+
|
|
7591
|
+
validadeIfExistsSticker() {
|
|
7592
|
+
if (this.message && this.message.includes("STICKER https://smarters")) {
|
|
7593
|
+
return true;
|
|
7594
|
+
}
|
|
7595
|
+
|
|
7596
|
+
return false;
|
|
7597
|
+
},
|
|
7598
|
+
|
|
7599
|
+
setClasses() {
|
|
7600
|
+
if (this.hasReply && (this.status == "C" || this.status == "T") && this.iniDialogo == 0) {
|
|
7601
|
+
this.reply = "reply reply-with-2-icons";
|
|
7602
|
+
}
|
|
7603
|
+
},
|
|
7604
|
+
|
|
7314
7605
|
setCorMsg() {
|
|
7315
7606
|
try {
|
|
7316
7607
|
const root = document.documentElement;
|
|
@@ -7400,6 +7691,12 @@ var __vue_render__$3 = function () {
|
|
|
7400
7691
|
"abrir-imagem": _vm.abrirImagem
|
|
7401
7692
|
}
|
|
7402
7693
|
})], 1);
|
|
7694
|
+
}) : _vm._e(), _vm._v(" "), _vm.urlSticker ? _c('img', {
|
|
7695
|
+
staticClass: "default-stick-size",
|
|
7696
|
+
attrs: {
|
|
7697
|
+
"src": _vm.urlSticker,
|
|
7698
|
+
"title": _vm.urlFileName
|
|
7699
|
+
}
|
|
7403
7700
|
}) : _vm._e(), _vm._v(" "), _vm.mapa ? _c('div', {
|
|
7404
7701
|
staticClass: "mensagem-div-mapa"
|
|
7405
7702
|
}, [_c('GmapMap', {
|
|
@@ -7437,7 +7734,7 @@ var __vue_render__$3 = function () {
|
|
|
7437
7734
|
})], 1)], 2);
|
|
7438
7735
|
}), 0) : _vm._e()], 1) : _vm._e(), _vm._v(" "), _c('p', {
|
|
7439
7736
|
domProps: {
|
|
7440
|
-
"innerHTML": _vm._s(_vm.formatMsg(_vm.
|
|
7737
|
+
"innerHTML": _vm._s(_vm.formatMsg(_vm.message))
|
|
7441
7738
|
}
|
|
7442
7739
|
}), _vm._v(" "), _vm.interatividade ? _c('InteratividadeBotoes', {
|
|
7443
7740
|
attrs: {
|
|
@@ -7458,7 +7755,7 @@ var __vue_render__$3 = function () {
|
|
|
7458
7755
|
name: "tippy",
|
|
7459
7756
|
rawName: "v-tippy"
|
|
7460
7757
|
}],
|
|
7461
|
-
|
|
7758
|
+
class: _vm.reply,
|
|
7462
7759
|
attrs: {
|
|
7463
7760
|
"content": _vm.msgReply ? _vm.msgReply : 'Fazer reenvio da mensagem'
|
|
7464
7761
|
},
|
|
@@ -7476,6 +7773,25 @@ var __vue_render__$3 = function () {
|
|
|
7476
7773
|
"name": "fade",
|
|
7477
7774
|
"mode": "out-in"
|
|
7478
7775
|
}
|
|
7776
|
+
}, [_vm.iniDialogo == 1 ? _c('span', {
|
|
7777
|
+
directives: [{
|
|
7778
|
+
name: "tippy",
|
|
7779
|
+
rawName: "v-tippy"
|
|
7780
|
+
}],
|
|
7781
|
+
key: "star-padrao",
|
|
7782
|
+
staticClass: "star dourado",
|
|
7783
|
+
attrs: {
|
|
7784
|
+
"content": _vm.contentTooltipStar
|
|
7785
|
+
}
|
|
7786
|
+
}, [_c('fa-icon', {
|
|
7787
|
+
attrs: {
|
|
7788
|
+
"icon": ['fas', 'star']
|
|
7789
|
+
}
|
|
7790
|
+
})], 1) : _vm._e()]), _vm._v(" "), _c('transition', {
|
|
7791
|
+
attrs: {
|
|
7792
|
+
"name": "fade",
|
|
7793
|
+
"mode": "out-in"
|
|
7794
|
+
}
|
|
7479
7795
|
}, [_vm.status == 'D' ? _c('span', {
|
|
7480
7796
|
directives: [{
|
|
7481
7797
|
name: "tippy",
|
|
@@ -7587,8 +7903,8 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
7587
7903
|
|
|
7588
7904
|
const __vue_inject_styles__$3 = function (inject) {
|
|
7589
7905
|
if (!inject) return;
|
|
7590
|
-
inject("data-v-
|
|
7591
|
-
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}.reply{cursor:pointer;position:absolute;right:
|
|
7906
|
+
inject("data-v-fc5d5b50_0", {
|
|
7907
|
+
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}.reply{cursor:pointer;position:absolute;right:53px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.reply svg{margin-top:-1px;margin-right:-1px}.reply-with-2-icons{right:30px}.check{cursor:pointer;position:absolute;right:10px;bottom:2px;font-size:.7rem}.check.visualizado,.check.visualizado svg{color:#006daa}.check.verde,.check.verde svg{color:#4f772d}.check.vermelho,.check.vermelho svg{color:#ba181b}.check.cinza,.check.cinza svg{color:#999}.check.preto,.check.preto svg{color:#666}.star{cursor:pointer;position:absolute;right:30px;bottom:3px;font-size:.7rem}.star.dourado svg{color:gold}.default-stick-size{width:250px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.mensagem__principal{width:100%;display:flex;justify-content:flex-end}.mensagem__principal>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--message-color);bottom:5px;right:-10px;transform:rotate(-90deg)}.mensagem__principal>.mensagem{background-color:var(--message-color);color:#fff}.mensagem__principal>.mensagem .horario-envio{color:#fff}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:#fff}.mensagem__outros{width:100%;display:flex}.mensagem__outros>.mensagem{background-color:#fff;color:#333}.mensagem__outros>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:5px;left:-10px;transform:rotate(90deg)}.mensagem__outros .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}",
|
|
7592
7908
|
map: undefined,
|
|
7593
7909
|
media: undefined
|
|
7594
7910
|
});
|
|
@@ -8018,9 +8334,9 @@ var __vue_component__$1 = __vue_component__;
|
|
|
8018
8334
|
|
|
8019
8335
|
var components = /*#__PURE__*/Object.freeze({
|
|
8020
8336
|
__proto__: null,
|
|
8021
|
-
TemplateGenerator: __vue_component__$
|
|
8337
|
+
TemplateGenerator: __vue_component__$k,
|
|
8022
8338
|
TextFooter: TextFooter,
|
|
8023
|
-
ExpandTextarea: __vue_component__$
|
|
8339
|
+
ExpandTextarea: __vue_component__$i,
|
|
8024
8340
|
Card: __vue_component__$e,
|
|
8025
8341
|
CardMessages: __vue_component__$b,
|
|
8026
8342
|
ChatMessages: __vue_component__$6,
|
|
@@ -8038,4 +8354,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
8038
8354
|
});
|
|
8039
8355
|
}; // Create module definition for Vue.use()
|
|
8040
8356
|
|
|
8041
|
-
export { BtnEmojis, __vue_component__$e as Card, __vue_component__$b as CardMessages, __vue_component__$6 as ChatMessages, __vue_component__$
|
|
8357
|
+
export { BtnEmojis, __vue_component__$e as Card, __vue_component__$b as CardMessages, __vue_component__$6 as ChatMessages, __vue_component__$i as ExpandTextarea, __vue_component__$1 as ScrollContent, __vue_component__$3 as SimpleButton, __vue_component__$k as TemplateGenerator, TextFooter, Loader as VueLoader, install as default };
|