vue-intergrall-plugins 0.0.189 → 0.0.192
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 +482 -343
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +536 -345
- package/package.json +1 -1
- package/src/lib-components/Messages/ChatMessages.vue +6 -4
- package/src/lib-components/Messages/LinkPreview.vue +103 -0
|
@@ -1857,7 +1857,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1857
1857
|
//
|
|
1858
1858
|
//
|
|
1859
1859
|
//
|
|
1860
|
-
var script$
|
|
1860
|
+
var script$u = {
|
|
1861
1861
|
data() {
|
|
1862
1862
|
return {
|
|
1863
1863
|
varValues: {},
|
|
@@ -2153,10 +2153,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
2153
2153
|
}
|
|
2154
2154
|
|
|
2155
2155
|
/* script */
|
|
2156
|
-
const __vue_script__$
|
|
2156
|
+
const __vue_script__$u = script$u;
|
|
2157
2157
|
/* template */
|
|
2158
2158
|
|
|
2159
|
-
var __vue_render__$
|
|
2159
|
+
var __vue_render__$u = function () {
|
|
2160
2160
|
var _vm = this;
|
|
2161
2161
|
|
|
2162
2162
|
var _h = _vm.$createElement;
|
|
@@ -2240,31 +2240,31 @@ var __vue_render__$t = function () {
|
|
|
2240
2240
|
})], 2)]) : _vm._e()]);
|
|
2241
2241
|
};
|
|
2242
2242
|
|
|
2243
|
-
var __vue_staticRenderFns__$
|
|
2243
|
+
var __vue_staticRenderFns__$u = [];
|
|
2244
2244
|
/* style */
|
|
2245
2245
|
|
|
2246
|
-
const __vue_inject_styles__$
|
|
2246
|
+
const __vue_inject_styles__$u = undefined;
|
|
2247
2247
|
/* scoped */
|
|
2248
2248
|
|
|
2249
|
-
const __vue_scope_id__$
|
|
2249
|
+
const __vue_scope_id__$u = undefined;
|
|
2250
2250
|
/* module identifier */
|
|
2251
2251
|
|
|
2252
|
-
const __vue_module_identifier__$
|
|
2252
|
+
const __vue_module_identifier__$u = undefined;
|
|
2253
2253
|
/* functional template */
|
|
2254
2254
|
|
|
2255
|
-
const __vue_is_functional_template__$
|
|
2255
|
+
const __vue_is_functional_template__$u = false;
|
|
2256
2256
|
/* style inject */
|
|
2257
2257
|
|
|
2258
2258
|
/* style inject SSR */
|
|
2259
2259
|
|
|
2260
2260
|
/* style inject shadow dom */
|
|
2261
2261
|
|
|
2262
|
-
const __vue_component__$
|
|
2263
|
-
render: __vue_render__$
|
|
2264
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2265
|
-
}, __vue_inject_styles__$
|
|
2262
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
2263
|
+
render: __vue_render__$u,
|
|
2264
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
2265
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
2266
2266
|
|
|
2267
|
-
var TemplateSingle = __vue_component__$
|
|
2267
|
+
var TemplateSingle = __vue_component__$B;
|
|
2268
2268
|
|
|
2269
2269
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2270
2270
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2453,7 +2453,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2453
2453
|
//
|
|
2454
2454
|
//
|
|
2455
2455
|
//
|
|
2456
|
-
var script$
|
|
2456
|
+
var script$t = {};
|
|
2457
2457
|
|
|
2458
2458
|
const isOldIE = typeof navigator !== 'undefined' &&
|
|
2459
2459
|
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
@@ -2509,10 +2509,10 @@ function addStyle(id, css) {
|
|
|
2509
2509
|
}
|
|
2510
2510
|
|
|
2511
2511
|
/* script */
|
|
2512
|
-
const __vue_script__$
|
|
2512
|
+
const __vue_script__$t = script$t;
|
|
2513
2513
|
/* template */
|
|
2514
2514
|
|
|
2515
|
-
var __vue_render__$
|
|
2515
|
+
var __vue_render__$t = function () {
|
|
2516
2516
|
var _vm = this;
|
|
2517
2517
|
|
|
2518
2518
|
var _h = _vm.$createElement;
|
|
@@ -2522,7 +2522,7 @@ var __vue_render__$s = function () {
|
|
|
2522
2522
|
return _vm._m(0);
|
|
2523
2523
|
};
|
|
2524
2524
|
|
|
2525
|
-
var __vue_staticRenderFns__$
|
|
2525
|
+
var __vue_staticRenderFns__$t = [function () {
|
|
2526
2526
|
var _vm = this;
|
|
2527
2527
|
|
|
2528
2528
|
var _h = _vm.$createElement;
|
|
@@ -2585,7 +2585,7 @@ var __vue_staticRenderFns__$s = [function () {
|
|
|
2585
2585
|
}];
|
|
2586
2586
|
/* style */
|
|
2587
2587
|
|
|
2588
|
-
const __vue_inject_styles__$
|
|
2588
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
2589
2589
|
if (!inject) return;
|
|
2590
2590
|
inject("data-v-606babe9_0", {
|
|
2591
2591
|
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}",
|
|
@@ -2596,26 +2596,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
2596
2596
|
/* scoped */
|
|
2597
2597
|
|
|
2598
2598
|
|
|
2599
|
-
const __vue_scope_id__$
|
|
2599
|
+
const __vue_scope_id__$t = undefined;
|
|
2600
2600
|
/* module identifier */
|
|
2601
2601
|
|
|
2602
|
-
const __vue_module_identifier__$
|
|
2602
|
+
const __vue_module_identifier__$t = undefined;
|
|
2603
2603
|
/* functional template */
|
|
2604
2604
|
|
|
2605
|
-
const __vue_is_functional_template__$
|
|
2605
|
+
const __vue_is_functional_template__$t = false;
|
|
2606
2606
|
/* style inject SSR */
|
|
2607
2607
|
|
|
2608
2608
|
/* style inject shadow dom */
|
|
2609
2609
|
|
|
2610
|
-
const __vue_component__$
|
|
2611
|
-
render: __vue_render__$
|
|
2612
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2613
|
-
}, __vue_inject_styles__$
|
|
2610
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2611
|
+
render: __vue_render__$t,
|
|
2612
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
2613
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
2614
2614
|
|
|
2615
|
-
var SkeletonPicker = __vue_component__$
|
|
2615
|
+
var SkeletonPicker = __vue_component__$A;
|
|
2616
2616
|
|
|
2617
2617
|
//
|
|
2618
|
-
var script$
|
|
2618
|
+
var script$s = {
|
|
2619
2619
|
components: {
|
|
2620
2620
|
SkeletonPicker
|
|
2621
2621
|
},
|
|
@@ -2824,10 +2824,10 @@ var script$r = {
|
|
|
2824
2824
|
};
|
|
2825
2825
|
|
|
2826
2826
|
/* script */
|
|
2827
|
-
const __vue_script__$
|
|
2827
|
+
const __vue_script__$s = script$s;
|
|
2828
2828
|
/* template */
|
|
2829
2829
|
|
|
2830
|
-
var __vue_render__$
|
|
2830
|
+
var __vue_render__$s = function () {
|
|
2831
2831
|
var _vm = this;
|
|
2832
2832
|
|
|
2833
2833
|
var _h = _vm.$createElement;
|
|
@@ -2930,10 +2930,10 @@ var __vue_render__$r = function () {
|
|
|
2930
2930
|
}), 0)]], 2)], 1);
|
|
2931
2931
|
};
|
|
2932
2932
|
|
|
2933
|
-
var __vue_staticRenderFns__$
|
|
2933
|
+
var __vue_staticRenderFns__$s = [];
|
|
2934
2934
|
/* style */
|
|
2935
2935
|
|
|
2936
|
-
const __vue_inject_styles__$
|
|
2936
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
2937
2937
|
if (!inject) return;
|
|
2938
2938
|
inject("data-v-678ca55c_0", {
|
|
2939
2939
|
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}",
|
|
@@ -2944,26 +2944,26 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
2944
2944
|
/* scoped */
|
|
2945
2945
|
|
|
2946
2946
|
|
|
2947
|
-
const __vue_scope_id__$
|
|
2947
|
+
const __vue_scope_id__$s = undefined;
|
|
2948
2948
|
/* module identifier */
|
|
2949
2949
|
|
|
2950
|
-
const __vue_module_identifier__$
|
|
2950
|
+
const __vue_module_identifier__$s = undefined;
|
|
2951
2951
|
/* functional template */
|
|
2952
2952
|
|
|
2953
|
-
const __vue_is_functional_template__$
|
|
2953
|
+
const __vue_is_functional_template__$s = false;
|
|
2954
2954
|
/* style inject SSR */
|
|
2955
2955
|
|
|
2956
2956
|
/* style inject shadow dom */
|
|
2957
2957
|
|
|
2958
|
-
const __vue_component__$
|
|
2959
|
-
render: __vue_render__$
|
|
2960
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2961
|
-
}, __vue_inject_styles__$
|
|
2958
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
2959
|
+
render: __vue_render__$s,
|
|
2960
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
2961
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
2962
2962
|
|
|
2963
|
-
var Picker = __vue_component__$
|
|
2963
|
+
var Picker = __vue_component__$z;
|
|
2964
2964
|
|
|
2965
2965
|
//
|
|
2966
|
-
var script$
|
|
2966
|
+
var script$r = {
|
|
2967
2967
|
components: {
|
|
2968
2968
|
Picker
|
|
2969
2969
|
},
|
|
@@ -3063,10 +3063,10 @@ var script$q = {
|
|
|
3063
3063
|
};
|
|
3064
3064
|
|
|
3065
3065
|
/* script */
|
|
3066
|
-
const __vue_script__$
|
|
3066
|
+
const __vue_script__$r = script$r;
|
|
3067
3067
|
/* template */
|
|
3068
3068
|
|
|
3069
|
-
var __vue_render__$
|
|
3069
|
+
var __vue_render__$r = function () {
|
|
3070
3070
|
var _vm = this;
|
|
3071
3071
|
|
|
3072
3072
|
var _h = _vm.$createElement;
|
|
@@ -3109,10 +3109,10 @@ var __vue_render__$q = function () {
|
|
|
3109
3109
|
})], 1)], 1);
|
|
3110
3110
|
};
|
|
3111
3111
|
|
|
3112
|
-
var __vue_staticRenderFns__$
|
|
3112
|
+
var __vue_staticRenderFns__$r = [];
|
|
3113
3113
|
/* style */
|
|
3114
3114
|
|
|
3115
|
-
const __vue_inject_styles__$
|
|
3115
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
3116
3116
|
if (!inject) return;
|
|
3117
3117
|
inject("data-v-7b7b5e22_0", {
|
|
3118
3118
|
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}",
|
|
@@ -3123,23 +3123,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
3123
3123
|
/* scoped */
|
|
3124
3124
|
|
|
3125
3125
|
|
|
3126
|
-
const __vue_scope_id__$
|
|
3126
|
+
const __vue_scope_id__$r = undefined;
|
|
3127
3127
|
/* module identifier */
|
|
3128
3128
|
|
|
3129
|
-
const __vue_module_identifier__$
|
|
3129
|
+
const __vue_module_identifier__$r = undefined;
|
|
3130
3130
|
/* functional template */
|
|
3131
3131
|
|
|
3132
|
-
const __vue_is_functional_template__$
|
|
3132
|
+
const __vue_is_functional_template__$r = false;
|
|
3133
3133
|
/* style inject SSR */
|
|
3134
3134
|
|
|
3135
3135
|
/* style inject shadow dom */
|
|
3136
3136
|
|
|
3137
|
-
const __vue_component__$
|
|
3138
|
-
render: __vue_render__$
|
|
3139
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3140
|
-
}, __vue_inject_styles__$
|
|
3137
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3138
|
+
render: __vue_render__$r,
|
|
3139
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3140
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
3141
3141
|
|
|
3142
|
-
var BtnEmojis = __vue_component__$
|
|
3142
|
+
var BtnEmojis = __vue_component__$y;
|
|
3143
3143
|
|
|
3144
3144
|
//
|
|
3145
3145
|
//
|
|
@@ -3147,7 +3147,7 @@ var BtnEmojis = __vue_component__$x;
|
|
|
3147
3147
|
//
|
|
3148
3148
|
//
|
|
3149
3149
|
//
|
|
3150
|
-
var script$
|
|
3150
|
+
var script$q = {
|
|
3151
3151
|
props: {
|
|
3152
3152
|
hasBg: {
|
|
3153
3153
|
type: Boolean,
|
|
@@ -3170,10 +3170,10 @@ var script$p = {
|
|
|
3170
3170
|
};
|
|
3171
3171
|
|
|
3172
3172
|
/* script */
|
|
3173
|
-
const __vue_script__$
|
|
3173
|
+
const __vue_script__$q = script$q;
|
|
3174
3174
|
/* template */
|
|
3175
3175
|
|
|
3176
|
-
var __vue_render__$
|
|
3176
|
+
var __vue_render__$q = function () {
|
|
3177
3177
|
var _vm = this;
|
|
3178
3178
|
|
|
3179
3179
|
var _h = _vm.$createElement;
|
|
@@ -3195,10 +3195,10 @@ var __vue_render__$p = function () {
|
|
|
3195
3195
|
})]);
|
|
3196
3196
|
};
|
|
3197
3197
|
|
|
3198
|
-
var __vue_staticRenderFns__$
|
|
3198
|
+
var __vue_staticRenderFns__$q = [];
|
|
3199
3199
|
/* style */
|
|
3200
3200
|
|
|
3201
|
-
const __vue_inject_styles__$
|
|
3201
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
3202
3202
|
if (!inject) return;
|
|
3203
3203
|
inject("data-v-423f52bb_0", {
|
|
3204
3204
|
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)}}",
|
|
@@ -3209,23 +3209,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
3209
3209
|
/* scoped */
|
|
3210
3210
|
|
|
3211
3211
|
|
|
3212
|
-
const __vue_scope_id__$
|
|
3212
|
+
const __vue_scope_id__$q = undefined;
|
|
3213
3213
|
/* module identifier */
|
|
3214
3214
|
|
|
3215
|
-
const __vue_module_identifier__$
|
|
3215
|
+
const __vue_module_identifier__$q = undefined;
|
|
3216
3216
|
/* functional template */
|
|
3217
3217
|
|
|
3218
|
-
const __vue_is_functional_template__$
|
|
3218
|
+
const __vue_is_functional_template__$q = false;
|
|
3219
3219
|
/* style inject SSR */
|
|
3220
3220
|
|
|
3221
3221
|
/* style inject shadow dom */
|
|
3222
3222
|
|
|
3223
|
-
const __vue_component__$
|
|
3224
|
-
render: __vue_render__$
|
|
3225
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3226
|
-
}, __vue_inject_styles__$
|
|
3223
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
3224
|
+
render: __vue_render__$q,
|
|
3225
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3226
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
3227
3227
|
|
|
3228
|
-
var Loader = __vue_component__$
|
|
3228
|
+
var Loader = __vue_component__$x;
|
|
3229
3229
|
|
|
3230
3230
|
//
|
|
3231
3231
|
//
|
|
@@ -3235,7 +3235,7 @@ var Loader = __vue_component__$w;
|
|
|
3235
3235
|
//
|
|
3236
3236
|
//
|
|
3237
3237
|
//
|
|
3238
|
-
var script$
|
|
3238
|
+
var script$p = {
|
|
3239
3239
|
props: {
|
|
3240
3240
|
message: {
|
|
3241
3241
|
type: String,
|
|
@@ -3256,10 +3256,10 @@ var script$o = {
|
|
|
3256
3256
|
};
|
|
3257
3257
|
|
|
3258
3258
|
/* script */
|
|
3259
|
-
const __vue_script__$
|
|
3259
|
+
const __vue_script__$p = script$p;
|
|
3260
3260
|
/* template */
|
|
3261
3261
|
|
|
3262
|
-
var __vue_render__$
|
|
3262
|
+
var __vue_render__$p = function () {
|
|
3263
3263
|
var _vm = this;
|
|
3264
3264
|
|
|
3265
3265
|
var _h = _vm.$createElement;
|
|
@@ -3274,31 +3274,31 @@ var __vue_render__$o = function () {
|
|
|
3274
3274
|
}) : _vm._e();
|
|
3275
3275
|
};
|
|
3276
3276
|
|
|
3277
|
-
var __vue_staticRenderFns__$
|
|
3277
|
+
var __vue_staticRenderFns__$p = [];
|
|
3278
3278
|
/* style */
|
|
3279
3279
|
|
|
3280
|
-
const __vue_inject_styles__$
|
|
3280
|
+
const __vue_inject_styles__$p = undefined;
|
|
3281
3281
|
/* scoped */
|
|
3282
3282
|
|
|
3283
|
-
const __vue_scope_id__$
|
|
3283
|
+
const __vue_scope_id__$p = undefined;
|
|
3284
3284
|
/* module identifier */
|
|
3285
3285
|
|
|
3286
|
-
const __vue_module_identifier__$
|
|
3286
|
+
const __vue_module_identifier__$p = undefined;
|
|
3287
3287
|
/* functional template */
|
|
3288
3288
|
|
|
3289
|
-
const __vue_is_functional_template__$
|
|
3289
|
+
const __vue_is_functional_template__$p = false;
|
|
3290
3290
|
/* style inject */
|
|
3291
3291
|
|
|
3292
3292
|
/* style inject SSR */
|
|
3293
3293
|
|
|
3294
3294
|
/* style inject shadow dom */
|
|
3295
3295
|
|
|
3296
|
-
const __vue_component__$
|
|
3297
|
-
render: __vue_render__$
|
|
3298
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3299
|
-
}, __vue_inject_styles__$
|
|
3296
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
3297
|
+
render: __vue_render__$p,
|
|
3298
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3299
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
3300
3300
|
|
|
3301
|
-
var RemainingCharacters = __vue_component__$
|
|
3301
|
+
var RemainingCharacters = __vue_component__$w;
|
|
3302
3302
|
|
|
3303
3303
|
//
|
|
3304
3304
|
//
|
|
@@ -3306,7 +3306,7 @@ var RemainingCharacters = __vue_component__$v;
|
|
|
3306
3306
|
//
|
|
3307
3307
|
//
|
|
3308
3308
|
//
|
|
3309
|
-
var script$
|
|
3309
|
+
var script$o = {
|
|
3310
3310
|
props: {
|
|
3311
3311
|
dictionary: {
|
|
3312
3312
|
type: Object,
|
|
@@ -3378,10 +3378,10 @@ var script$n = {
|
|
|
3378
3378
|
};
|
|
3379
3379
|
|
|
3380
3380
|
/* script */
|
|
3381
|
-
const __vue_script__$
|
|
3381
|
+
const __vue_script__$o = script$o;
|
|
3382
3382
|
/* template */
|
|
3383
3383
|
|
|
3384
|
-
var __vue_render__$
|
|
3384
|
+
var __vue_render__$o = function () {
|
|
3385
3385
|
var _vm = this;
|
|
3386
3386
|
|
|
3387
3387
|
var _h = _vm.$createElement;
|
|
@@ -3403,31 +3403,31 @@ var __vue_render__$n = function () {
|
|
|
3403
3403
|
})], 1);
|
|
3404
3404
|
};
|
|
3405
3405
|
|
|
3406
|
-
var __vue_staticRenderFns__$
|
|
3406
|
+
var __vue_staticRenderFns__$o = [];
|
|
3407
3407
|
/* style */
|
|
3408
3408
|
|
|
3409
|
-
const __vue_inject_styles__$
|
|
3409
|
+
const __vue_inject_styles__$o = undefined;
|
|
3410
3410
|
/* scoped */
|
|
3411
3411
|
|
|
3412
|
-
const __vue_scope_id__$
|
|
3412
|
+
const __vue_scope_id__$o = undefined;
|
|
3413
3413
|
/* module identifier */
|
|
3414
3414
|
|
|
3415
|
-
const __vue_module_identifier__$
|
|
3415
|
+
const __vue_module_identifier__$o = undefined;
|
|
3416
3416
|
/* functional template */
|
|
3417
3417
|
|
|
3418
|
-
const __vue_is_functional_template__$
|
|
3418
|
+
const __vue_is_functional_template__$o = false;
|
|
3419
3419
|
/* style inject */
|
|
3420
3420
|
|
|
3421
3421
|
/* style inject SSR */
|
|
3422
3422
|
|
|
3423
3423
|
/* style inject shadow dom */
|
|
3424
3424
|
|
|
3425
|
-
const __vue_component__$
|
|
3426
|
-
render: __vue_render__$
|
|
3427
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3428
|
-
}, __vue_inject_styles__$
|
|
3425
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3426
|
+
render: __vue_render__$o,
|
|
3427
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
3428
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
3429
3429
|
|
|
3430
|
-
var BtnMic = __vue_component__$
|
|
3430
|
+
var BtnMic = __vue_component__$v;
|
|
3431
3431
|
|
|
3432
3432
|
//
|
|
3433
3433
|
//
|
|
@@ -3451,7 +3451,7 @@ var BtnMic = __vue_component__$u;
|
|
|
3451
3451
|
//
|
|
3452
3452
|
//
|
|
3453
3453
|
//
|
|
3454
|
-
var script$
|
|
3454
|
+
var script$n = {
|
|
3455
3455
|
props: {
|
|
3456
3456
|
dictionary: {
|
|
3457
3457
|
type: Object,
|
|
@@ -3492,10 +3492,10 @@ var script$m = {
|
|
|
3492
3492
|
};
|
|
3493
3493
|
|
|
3494
3494
|
/* script */
|
|
3495
|
-
const __vue_script__$
|
|
3495
|
+
const __vue_script__$n = script$n;
|
|
3496
3496
|
/* template */
|
|
3497
3497
|
|
|
3498
|
-
var __vue_render__$
|
|
3498
|
+
var __vue_render__$n = function () {
|
|
3499
3499
|
var _vm = this;
|
|
3500
3500
|
|
|
3501
3501
|
var _h = _vm.$createElement;
|
|
@@ -3549,10 +3549,10 @@ var __vue_render__$m = function () {
|
|
|
3549
3549
|
})]) : _vm._e()]], 2);
|
|
3550
3550
|
};
|
|
3551
3551
|
|
|
3552
|
-
var __vue_staticRenderFns__$
|
|
3552
|
+
var __vue_staticRenderFns__$n = [];
|
|
3553
3553
|
/* style */
|
|
3554
3554
|
|
|
3555
|
-
const __vue_inject_styles__$
|
|
3555
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
3556
3556
|
if (!inject) return;
|
|
3557
3557
|
inject("data-v-da00a08e_0", {
|
|
3558
3558
|
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%}",
|
|
@@ -3563,26 +3563,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
3563
3563
|
/* scoped */
|
|
3564
3564
|
|
|
3565
3565
|
|
|
3566
|
-
const __vue_scope_id__$
|
|
3566
|
+
const __vue_scope_id__$n = undefined;
|
|
3567
3567
|
/* module identifier */
|
|
3568
3568
|
|
|
3569
|
-
const __vue_module_identifier__$
|
|
3569
|
+
const __vue_module_identifier__$n = undefined;
|
|
3570
3570
|
/* functional template */
|
|
3571
3571
|
|
|
3572
|
-
const __vue_is_functional_template__$
|
|
3572
|
+
const __vue_is_functional_template__$n = false;
|
|
3573
3573
|
/* style inject SSR */
|
|
3574
3574
|
|
|
3575
3575
|
/* style inject shadow dom */
|
|
3576
3576
|
|
|
3577
|
-
const __vue_component__$
|
|
3578
|
-
render: __vue_render__$
|
|
3579
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3580
|
-
}, __vue_inject_styles__$
|
|
3577
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3578
|
+
render: __vue_render__$n,
|
|
3579
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
3580
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
3581
3581
|
|
|
3582
|
-
var SingleFilePreview = __vue_component__$
|
|
3582
|
+
var SingleFilePreview = __vue_component__$u;
|
|
3583
3583
|
|
|
3584
3584
|
//
|
|
3585
|
-
var script$
|
|
3585
|
+
var script$m = {
|
|
3586
3586
|
components: {
|
|
3587
3587
|
Loader
|
|
3588
3588
|
},
|
|
@@ -3665,10 +3665,10 @@ var script$l = {
|
|
|
3665
3665
|
};
|
|
3666
3666
|
|
|
3667
3667
|
/* script */
|
|
3668
|
-
const __vue_script__$
|
|
3668
|
+
const __vue_script__$m = script$m;
|
|
3669
3669
|
/* template */
|
|
3670
3670
|
|
|
3671
|
-
var __vue_render__$
|
|
3671
|
+
var __vue_render__$m = function () {
|
|
3672
3672
|
var _vm = this;
|
|
3673
3673
|
|
|
3674
3674
|
var _h = _vm.$createElement;
|
|
@@ -3758,10 +3758,10 @@ var __vue_render__$l = function () {
|
|
|
3758
3758
|
})], 2)], 1);
|
|
3759
3759
|
};
|
|
3760
3760
|
|
|
3761
|
-
var __vue_staticRenderFns__$
|
|
3761
|
+
var __vue_staticRenderFns__$m = [];
|
|
3762
3762
|
/* style */
|
|
3763
3763
|
|
|
3764
|
-
const __vue_inject_styles__$
|
|
3764
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
3765
3765
|
if (!inject) return;
|
|
3766
3766
|
inject("data-v-22ab2ae5_0", {
|
|
3767
3767
|
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}",
|
|
@@ -3772,26 +3772,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
3772
3772
|
/* scoped */
|
|
3773
3773
|
|
|
3774
3774
|
|
|
3775
|
-
const __vue_scope_id__$
|
|
3775
|
+
const __vue_scope_id__$m = undefined;
|
|
3776
3776
|
/* module identifier */
|
|
3777
3777
|
|
|
3778
|
-
const __vue_module_identifier__$
|
|
3778
|
+
const __vue_module_identifier__$m = undefined;
|
|
3779
3779
|
/* functional template */
|
|
3780
3780
|
|
|
3781
|
-
const __vue_is_functional_template__$
|
|
3781
|
+
const __vue_is_functional_template__$m = false;
|
|
3782
3782
|
/* style inject SSR */
|
|
3783
3783
|
|
|
3784
3784
|
/* style inject shadow dom */
|
|
3785
3785
|
|
|
3786
|
-
const __vue_component__$
|
|
3787
|
-
render: __vue_render__$
|
|
3788
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3789
|
-
}, __vue_inject_styles__$
|
|
3786
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3787
|
+
render: __vue_render__$m,
|
|
3788
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
3789
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
3790
3790
|
|
|
3791
|
-
var MultipleFilePreview = __vue_component__$
|
|
3791
|
+
var MultipleFilePreview = __vue_component__$t;
|
|
3792
3792
|
|
|
3793
3793
|
//
|
|
3794
|
-
var script$
|
|
3794
|
+
var script$l = {
|
|
3795
3795
|
components: {
|
|
3796
3796
|
SingleFilePreview,
|
|
3797
3797
|
MultipleFilePreview
|
|
@@ -4042,10 +4042,10 @@ var script$k = {
|
|
|
4042
4042
|
};
|
|
4043
4043
|
|
|
4044
4044
|
/* script */
|
|
4045
|
-
const __vue_script__$
|
|
4045
|
+
const __vue_script__$l = script$l;
|
|
4046
4046
|
/* template */
|
|
4047
4047
|
|
|
4048
|
-
var __vue_render__$
|
|
4048
|
+
var __vue_render__$l = function () {
|
|
4049
4049
|
var _vm = this;
|
|
4050
4050
|
|
|
4051
4051
|
var _h = _vm.$createElement;
|
|
@@ -4226,10 +4226,10 @@ var __vue_render__$k = function () {
|
|
|
4226
4226
|
}) : _vm._e()], 1)])], 1);
|
|
4227
4227
|
};
|
|
4228
4228
|
|
|
4229
|
-
var __vue_staticRenderFns__$
|
|
4229
|
+
var __vue_staticRenderFns__$l = [];
|
|
4230
4230
|
/* style */
|
|
4231
4231
|
|
|
4232
|
-
const __vue_inject_styles__$
|
|
4232
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
4233
4233
|
if (!inject) return;
|
|
4234
4234
|
inject("data-v-2ac0bc50_0", {
|
|
4235
4235
|
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}",
|
|
@@ -4240,23 +4240,23 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
4240
4240
|
/* scoped */
|
|
4241
4241
|
|
|
4242
4242
|
|
|
4243
|
-
const __vue_scope_id__$
|
|
4243
|
+
const __vue_scope_id__$l = undefined;
|
|
4244
4244
|
/* module identifier */
|
|
4245
4245
|
|
|
4246
|
-
const __vue_module_identifier__$
|
|
4246
|
+
const __vue_module_identifier__$l = undefined;
|
|
4247
4247
|
/* functional template */
|
|
4248
4248
|
|
|
4249
|
-
const __vue_is_functional_template__$
|
|
4249
|
+
const __vue_is_functional_template__$l = false;
|
|
4250
4250
|
/* style inject SSR */
|
|
4251
4251
|
|
|
4252
4252
|
/* style inject shadow dom */
|
|
4253
4253
|
|
|
4254
|
-
const __vue_component__$
|
|
4255
|
-
render: __vue_render__$
|
|
4256
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4257
|
-
}, __vue_inject_styles__$
|
|
4254
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
4255
|
+
render: __vue_render__$l,
|
|
4256
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4257
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
4258
4258
|
|
|
4259
|
-
var BtnFiles = __vue_component__$
|
|
4259
|
+
var BtnFiles = __vue_component__$s;
|
|
4260
4260
|
|
|
4261
4261
|
//
|
|
4262
4262
|
//
|
|
@@ -4264,7 +4264,7 @@ var BtnFiles = __vue_component__$r;
|
|
|
4264
4264
|
//
|
|
4265
4265
|
//
|
|
4266
4266
|
//
|
|
4267
|
-
var script$
|
|
4267
|
+
var script$k = {
|
|
4268
4268
|
props: {
|
|
4269
4269
|
dictionary: {
|
|
4270
4270
|
type: Object,
|
|
@@ -4275,10 +4275,10 @@ var script$j = {
|
|
|
4275
4275
|
};
|
|
4276
4276
|
|
|
4277
4277
|
/* script */
|
|
4278
|
-
const __vue_script__$
|
|
4278
|
+
const __vue_script__$k = script$k;
|
|
4279
4279
|
/* template */
|
|
4280
4280
|
|
|
4281
|
-
var __vue_render__$
|
|
4281
|
+
var __vue_render__$k = function () {
|
|
4282
4282
|
var _vm = this;
|
|
4283
4283
|
|
|
4284
4284
|
var _h = _vm.$createElement;
|
|
@@ -4302,31 +4302,31 @@ var __vue_render__$j = function () {
|
|
|
4302
4302
|
})], 1);
|
|
4303
4303
|
};
|
|
4304
4304
|
|
|
4305
|
-
var __vue_staticRenderFns__$
|
|
4305
|
+
var __vue_staticRenderFns__$k = [];
|
|
4306
4306
|
/* style */
|
|
4307
4307
|
|
|
4308
|
-
const __vue_inject_styles__$
|
|
4308
|
+
const __vue_inject_styles__$k = undefined;
|
|
4309
4309
|
/* scoped */
|
|
4310
4310
|
|
|
4311
|
-
const __vue_scope_id__$
|
|
4311
|
+
const __vue_scope_id__$k = undefined;
|
|
4312
4312
|
/* module identifier */
|
|
4313
4313
|
|
|
4314
|
-
const __vue_module_identifier__$
|
|
4314
|
+
const __vue_module_identifier__$k = undefined;
|
|
4315
4315
|
/* functional template */
|
|
4316
4316
|
|
|
4317
|
-
const __vue_is_functional_template__$
|
|
4317
|
+
const __vue_is_functional_template__$k = false;
|
|
4318
4318
|
/* style inject */
|
|
4319
4319
|
|
|
4320
4320
|
/* style inject SSR */
|
|
4321
4321
|
|
|
4322
4322
|
/* style inject shadow dom */
|
|
4323
4323
|
|
|
4324
|
-
const __vue_component__$
|
|
4325
|
-
render: __vue_render__$
|
|
4326
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4327
|
-
}, __vue_inject_styles__$
|
|
4324
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
4325
|
+
render: __vue_render__$k,
|
|
4326
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
4327
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
4328
4328
|
|
|
4329
|
-
var BtnExpand = __vue_component__$
|
|
4329
|
+
var BtnExpand = __vue_component__$r;
|
|
4330
4330
|
|
|
4331
4331
|
//
|
|
4332
4332
|
//
|
|
@@ -4334,7 +4334,7 @@ var BtnExpand = __vue_component__$q;
|
|
|
4334
4334
|
//
|
|
4335
4335
|
//
|
|
4336
4336
|
//
|
|
4337
|
-
var script$
|
|
4337
|
+
var script$j = {
|
|
4338
4338
|
props: {
|
|
4339
4339
|
dictionary: {
|
|
4340
4340
|
type: Object,
|
|
@@ -4345,10 +4345,10 @@ var script$i = {
|
|
|
4345
4345
|
};
|
|
4346
4346
|
|
|
4347
4347
|
/* script */
|
|
4348
|
-
const __vue_script__$
|
|
4348
|
+
const __vue_script__$j = script$j;
|
|
4349
4349
|
/* template */
|
|
4350
4350
|
|
|
4351
|
-
var __vue_render__$
|
|
4351
|
+
var __vue_render__$j = function () {
|
|
4352
4352
|
var _vm = this;
|
|
4353
4353
|
|
|
4354
4354
|
var _h = _vm.$createElement;
|
|
@@ -4372,31 +4372,31 @@ var __vue_render__$i = function () {
|
|
|
4372
4372
|
})], 1);
|
|
4373
4373
|
};
|
|
4374
4374
|
|
|
4375
|
-
var __vue_staticRenderFns__$
|
|
4375
|
+
var __vue_staticRenderFns__$j = [];
|
|
4376
4376
|
/* style */
|
|
4377
4377
|
|
|
4378
|
-
const __vue_inject_styles__$
|
|
4378
|
+
const __vue_inject_styles__$j = undefined;
|
|
4379
4379
|
/* scoped */
|
|
4380
4380
|
|
|
4381
|
-
const __vue_scope_id__$
|
|
4381
|
+
const __vue_scope_id__$j = undefined;
|
|
4382
4382
|
/* module identifier */
|
|
4383
4383
|
|
|
4384
|
-
const __vue_module_identifier__$
|
|
4384
|
+
const __vue_module_identifier__$j = undefined;
|
|
4385
4385
|
/* functional template */
|
|
4386
4386
|
|
|
4387
|
-
const __vue_is_functional_template__$
|
|
4387
|
+
const __vue_is_functional_template__$j = false;
|
|
4388
4388
|
/* style inject */
|
|
4389
4389
|
|
|
4390
4390
|
/* style inject SSR */
|
|
4391
4391
|
|
|
4392
4392
|
/* style inject shadow dom */
|
|
4393
4393
|
|
|
4394
|
-
const __vue_component__$
|
|
4395
|
-
render: __vue_render__$
|
|
4396
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4397
|
-
}, __vue_inject_styles__$
|
|
4394
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
4395
|
+
render: __vue_render__$j,
|
|
4396
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
4397
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
4398
4398
|
|
|
4399
|
-
var BtnStandardMessages = __vue_component__$
|
|
4399
|
+
var BtnStandardMessages = __vue_component__$q;
|
|
4400
4400
|
|
|
4401
4401
|
var bind = function bind(fn, thisArg) {
|
|
4402
4402
|
return function wrap() {
|
|
@@ -8271,6 +8271,7 @@ var axios = axios_1;
|
|
|
8271
8271
|
vue.prototype.$httpRequest = axios;
|
|
8272
8272
|
const baseURL = window.location.hostname == 'localhost' ? `https://linux07/im/atdHumano/middleware/smartchannel_api.php` : `https://${window.location.hostname}/im/atdHumano/middleware/smartchannel_api.php`;
|
|
8273
8273
|
const dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';
|
|
8274
|
+
|
|
8274
8275
|
const standardMessages = {
|
|
8275
8276
|
methods: {
|
|
8276
8277
|
async getStandardMessages(type, token) {
|
|
@@ -8278,7 +8279,7 @@ const standardMessages = {
|
|
|
8278
8279
|
return this.$httpRequest({
|
|
8279
8280
|
method: 'get',
|
|
8280
8281
|
url: `${baseURL}/messages/${type}?token_cliente=${token}${dev}` // headers: {
|
|
8281
|
-
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.
|
|
8282
|
+
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdGQiOiJNS1VuNENMdFVlYTVZeDA4VmltQmgwQWN6Rkp0Y3pIUjZBTXd3eGI0NGF3d1ZTTTh2ZFhPS1pnIiwibWFuYWdlciI6Ik1LVVZkRm8zWmFreGJOUHd6bjNBRjVmVnF1MmVReFEyTUh2ZVloZ3V3SzJMbzU1IiwiaGFzX2luZm9zIjp0cnVlLCJucm9zIjpbIjEwIiwiMjYzIl0sImF1dGgiOiJNS1U3YzZNQnBJWTkyamFKbFZJTXQxd3dpbTRsNXd3Mjc4SU0wdkpRT0JnV3lTeHZZM3k0dmRYIiwiaWF0IjoxNjQ4MTQ2MzEwLCJleHAiOjE2NDgyMzI3MTB9.JSgv4e0DY0gkWaz6u9yBSH2P507zBZoTRKf9ki7TP_M"
|
|
8282
8283
|
// }
|
|
8283
8284
|
|
|
8284
8285
|
}).then(response => {
|
|
@@ -8307,7 +8308,7 @@ const standardMessages = {
|
|
|
8307
8308
|
};
|
|
8308
8309
|
|
|
8309
8310
|
//
|
|
8310
|
-
var script$
|
|
8311
|
+
var script$i = {
|
|
8311
8312
|
mixins: [standardMessages],
|
|
8312
8313
|
props: {
|
|
8313
8314
|
dictionary: {
|
|
@@ -8512,10 +8513,10 @@ var script$h = {
|
|
|
8512
8513
|
};
|
|
8513
8514
|
|
|
8514
8515
|
/* script */
|
|
8515
|
-
const __vue_script__$
|
|
8516
|
+
const __vue_script__$i = script$i;
|
|
8516
8517
|
/* template */
|
|
8517
8518
|
|
|
8518
|
-
var __vue_render__$
|
|
8519
|
+
var __vue_render__$i = function () {
|
|
8519
8520
|
var _vm = this;
|
|
8520
8521
|
|
|
8521
8522
|
var _h = _vm.$createElement;
|
|
@@ -8629,10 +8630,10 @@ var __vue_render__$h = function () {
|
|
|
8629
8630
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)], 1);
|
|
8630
8631
|
};
|
|
8631
8632
|
|
|
8632
|
-
var __vue_staticRenderFns__$
|
|
8633
|
+
var __vue_staticRenderFns__$i = [];
|
|
8633
8634
|
/* style */
|
|
8634
8635
|
|
|
8635
|
-
const __vue_inject_styles__$
|
|
8636
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
8636
8637
|
if (!inject) return;
|
|
8637
8638
|
inject("data-v-d5920a7e_0", {
|
|
8638
8639
|
source: ".transition-selects{min-height:80px;display:flex;flex-direction:column;width:100%}.loader-select{position:relative;min-height:35px;background:#fff;width:100%;border:1px solid #ccc;border-radius:5px;z-index:1}.loading-message{background-color:#555!important}",
|
|
@@ -8643,26 +8644,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
8643
8644
|
/* scoped */
|
|
8644
8645
|
|
|
8645
8646
|
|
|
8646
|
-
const __vue_scope_id__$
|
|
8647
|
+
const __vue_scope_id__$i = undefined;
|
|
8647
8648
|
/* module identifier */
|
|
8648
8649
|
|
|
8649
|
-
const __vue_module_identifier__$
|
|
8650
|
+
const __vue_module_identifier__$i = undefined;
|
|
8650
8651
|
/* functional template */
|
|
8651
8652
|
|
|
8652
|
-
const __vue_is_functional_template__$
|
|
8653
|
+
const __vue_is_functional_template__$i = false;
|
|
8653
8654
|
/* style inject SSR */
|
|
8654
8655
|
|
|
8655
8656
|
/* style inject shadow dom */
|
|
8656
8657
|
|
|
8657
|
-
const __vue_component__$
|
|
8658
|
-
render: __vue_render__$
|
|
8659
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8660
|
-
}, __vue_inject_styles__$
|
|
8658
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
8659
|
+
render: __vue_render__$i,
|
|
8660
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
8661
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
8661
8662
|
|
|
8662
|
-
var StandardMessages = __vue_component__$
|
|
8663
|
+
var StandardMessages = __vue_component__$p;
|
|
8663
8664
|
|
|
8664
8665
|
//
|
|
8665
|
-
var script$
|
|
8666
|
+
var script$h = {
|
|
8666
8667
|
components: {
|
|
8667
8668
|
BtnEmojis,
|
|
8668
8669
|
Loader,
|
|
@@ -9143,10 +9144,10 @@ var script$g = {
|
|
|
9143
9144
|
};
|
|
9144
9145
|
|
|
9145
9146
|
/* script */
|
|
9146
|
-
const __vue_script__$
|
|
9147
|
+
const __vue_script__$h = script$h;
|
|
9147
9148
|
/* template */
|
|
9148
9149
|
|
|
9149
|
-
var __vue_render__$
|
|
9150
|
+
var __vue_render__$h = function () {
|
|
9150
9151
|
var _vm = this;
|
|
9151
9152
|
|
|
9152
9153
|
var _h = _vm.$createElement;
|
|
@@ -9387,10 +9388,10 @@ var __vue_render__$g = function () {
|
|
|
9387
9388
|
}) : _vm._e()], 1)], 1) : _vm._e();
|
|
9388
9389
|
};
|
|
9389
9390
|
|
|
9390
|
-
var __vue_staticRenderFns__$
|
|
9391
|
+
var __vue_staticRenderFns__$h = [];
|
|
9391
9392
|
/* style */
|
|
9392
9393
|
|
|
9393
|
-
const __vue_inject_styles__$
|
|
9394
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
9394
9395
|
if (!inject) return;
|
|
9395
9396
|
inject("data-v-bb390258_0", {
|
|
9396
9397
|
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;margin-right:5px}.text-footer-container .text-footer-files-container .files-btn.system{background-color:#49a349}.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}",
|
|
@@ -9401,26 +9402,26 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
9401
9402
|
/* scoped */
|
|
9402
9403
|
|
|
9403
9404
|
|
|
9404
|
-
const __vue_scope_id__$
|
|
9405
|
+
const __vue_scope_id__$h = undefined;
|
|
9405
9406
|
/* module identifier */
|
|
9406
9407
|
|
|
9407
|
-
const __vue_module_identifier__$
|
|
9408
|
+
const __vue_module_identifier__$h = undefined;
|
|
9408
9409
|
/* functional template */
|
|
9409
9410
|
|
|
9410
|
-
const __vue_is_functional_template__$
|
|
9411
|
+
const __vue_is_functional_template__$h = false;
|
|
9411
9412
|
/* style inject SSR */
|
|
9412
9413
|
|
|
9413
9414
|
/* style inject shadow dom */
|
|
9414
9415
|
|
|
9415
|
-
const __vue_component__$
|
|
9416
|
-
render: __vue_render__$
|
|
9417
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9418
|
-
}, __vue_inject_styles__$
|
|
9416
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
9417
|
+
render: __vue_render__$h,
|
|
9418
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
9419
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
9419
9420
|
|
|
9420
|
-
var TextFooter = __vue_component__$
|
|
9421
|
+
var TextFooter = __vue_component__$o;
|
|
9421
9422
|
|
|
9422
9423
|
//
|
|
9423
|
-
var script$
|
|
9424
|
+
var script$g = {
|
|
9424
9425
|
components: {
|
|
9425
9426
|
TextFooter
|
|
9426
9427
|
},
|
|
@@ -9471,10 +9472,10 @@ var script$f = {
|
|
|
9471
9472
|
};
|
|
9472
9473
|
|
|
9473
9474
|
/* script */
|
|
9474
|
-
const __vue_script__$
|
|
9475
|
+
const __vue_script__$g = script$g;
|
|
9475
9476
|
/* template */
|
|
9476
9477
|
|
|
9477
|
-
var __vue_render__$
|
|
9478
|
+
var __vue_render__$g = function () {
|
|
9478
9479
|
var _vm = this;
|
|
9479
9480
|
|
|
9480
9481
|
var _h = _vm.$createElement;
|
|
@@ -9518,34 +9519,34 @@ var __vue_render__$f = function () {
|
|
|
9518
9519
|
})], 2)]) : _vm._e()], 1)])]);
|
|
9519
9520
|
};
|
|
9520
9521
|
|
|
9521
|
-
var __vue_staticRenderFns__$
|
|
9522
|
+
var __vue_staticRenderFns__$g = [];
|
|
9522
9523
|
/* style */
|
|
9523
9524
|
|
|
9524
|
-
const __vue_inject_styles__$
|
|
9525
|
+
const __vue_inject_styles__$g = undefined;
|
|
9525
9526
|
/* scoped */
|
|
9526
9527
|
|
|
9527
|
-
const __vue_scope_id__$
|
|
9528
|
+
const __vue_scope_id__$g = undefined;
|
|
9528
9529
|
/* module identifier */
|
|
9529
9530
|
|
|
9530
|
-
const __vue_module_identifier__$
|
|
9531
|
+
const __vue_module_identifier__$g = undefined;
|
|
9531
9532
|
/* functional template */
|
|
9532
9533
|
|
|
9533
|
-
const __vue_is_functional_template__$
|
|
9534
|
+
const __vue_is_functional_template__$g = false;
|
|
9534
9535
|
/* style inject */
|
|
9535
9536
|
|
|
9536
9537
|
/* style inject SSR */
|
|
9537
9538
|
|
|
9538
9539
|
/* style inject shadow dom */
|
|
9539
9540
|
|
|
9540
|
-
const __vue_component__$
|
|
9541
|
-
render: __vue_render__$
|
|
9542
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9543
|
-
}, __vue_inject_styles__$
|
|
9541
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
9542
|
+
render: __vue_render__$g,
|
|
9543
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
9544
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
9544
9545
|
|
|
9545
|
-
var TemplateMessage = __vue_component__$
|
|
9546
|
+
var TemplateMessage = __vue_component__$n;
|
|
9546
9547
|
|
|
9547
9548
|
//
|
|
9548
|
-
var script$
|
|
9549
|
+
var script$f = {
|
|
9549
9550
|
components: {
|
|
9550
9551
|
TemplateSingle,
|
|
9551
9552
|
TemplateMessage
|
|
@@ -9745,10 +9746,10 @@ var script$e = {
|
|
|
9745
9746
|
};
|
|
9746
9747
|
|
|
9747
9748
|
/* script */
|
|
9748
|
-
const __vue_script__$
|
|
9749
|
+
const __vue_script__$f = script$f;
|
|
9749
9750
|
/* template */
|
|
9750
9751
|
|
|
9751
|
-
var __vue_render__$
|
|
9752
|
+
var __vue_render__$f = function () {
|
|
9752
9753
|
var _vm = this;
|
|
9753
9754
|
|
|
9754
9755
|
var _h = _vm.$createElement;
|
|
@@ -9822,10 +9823,10 @@ var __vue_render__$e = function () {
|
|
|
9822
9823
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9823
9824
|
};
|
|
9824
9825
|
|
|
9825
|
-
var __vue_staticRenderFns__$
|
|
9826
|
+
var __vue_staticRenderFns__$f = [];
|
|
9826
9827
|
/* style */
|
|
9827
9828
|
|
|
9828
|
-
const __vue_inject_styles__$
|
|
9829
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
9829
9830
|
if (!inject) return;
|
|
9830
9831
|
inject("data-v-1c24c23b_0", {
|
|
9831
9832
|
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}",
|
|
@@ -9836,26 +9837,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
9836
9837
|
/* scoped */
|
|
9837
9838
|
|
|
9838
9839
|
|
|
9839
|
-
const __vue_scope_id__$
|
|
9840
|
+
const __vue_scope_id__$f = undefined;
|
|
9840
9841
|
/* module identifier */
|
|
9841
9842
|
|
|
9842
|
-
const __vue_module_identifier__$
|
|
9843
|
+
const __vue_module_identifier__$f = undefined;
|
|
9843
9844
|
/* functional template */
|
|
9844
9845
|
|
|
9845
|
-
const __vue_is_functional_template__$
|
|
9846
|
+
const __vue_is_functional_template__$f = false;
|
|
9846
9847
|
/* style inject SSR */
|
|
9847
9848
|
|
|
9848
9849
|
/* style inject shadow dom */
|
|
9849
9850
|
|
|
9850
|
-
const __vue_component__$
|
|
9851
|
-
render: __vue_render__$
|
|
9852
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9853
|
-
}, __vue_inject_styles__$
|
|
9851
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
9852
|
+
render: __vue_render__$f,
|
|
9853
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
9854
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
9854
9855
|
|
|
9855
|
-
var __vue_component__$
|
|
9856
|
+
var __vue_component__$m = __vue_component__$l;
|
|
9856
9857
|
|
|
9857
9858
|
//
|
|
9858
|
-
var script$
|
|
9859
|
+
var script$e = {
|
|
9859
9860
|
components: {
|
|
9860
9861
|
BtnEmojis,
|
|
9861
9862
|
BtnFiles
|
|
@@ -10141,10 +10142,10 @@ var script$d = {
|
|
|
10141
10142
|
};
|
|
10142
10143
|
|
|
10143
10144
|
/* script */
|
|
10144
|
-
const __vue_script__$
|
|
10145
|
+
const __vue_script__$e = script$e;
|
|
10145
10146
|
/* template */
|
|
10146
10147
|
|
|
10147
|
-
var __vue_render__$
|
|
10148
|
+
var __vue_render__$e = function () {
|
|
10148
10149
|
var _vm = this;
|
|
10149
10150
|
|
|
10150
10151
|
var _h = _vm.$createElement;
|
|
@@ -10243,10 +10244,10 @@ var __vue_render__$d = function () {
|
|
|
10243
10244
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
10244
10245
|
};
|
|
10245
10246
|
|
|
10246
|
-
var __vue_staticRenderFns__$
|
|
10247
|
+
var __vue_staticRenderFns__$e = [];
|
|
10247
10248
|
/* style */
|
|
10248
10249
|
|
|
10249
|
-
const __vue_inject_styles__$
|
|
10250
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
10250
10251
|
if (!inject) return;
|
|
10251
10252
|
inject("data-v-35df0b7d_0", {
|
|
10252
10253
|
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}",
|
|
@@ -10257,23 +10258,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
10257
10258
|
/* scoped */
|
|
10258
10259
|
|
|
10259
10260
|
|
|
10260
|
-
const __vue_scope_id__$
|
|
10261
|
+
const __vue_scope_id__$e = undefined;
|
|
10261
10262
|
/* module identifier */
|
|
10262
10263
|
|
|
10263
|
-
const __vue_module_identifier__$
|
|
10264
|
+
const __vue_module_identifier__$e = undefined;
|
|
10264
10265
|
/* functional template */
|
|
10265
10266
|
|
|
10266
|
-
const __vue_is_functional_template__$
|
|
10267
|
+
const __vue_is_functional_template__$e = false;
|
|
10267
10268
|
/* style inject SSR */
|
|
10268
10269
|
|
|
10269
10270
|
/* style inject shadow dom */
|
|
10270
10271
|
|
|
10271
|
-
const __vue_component__$
|
|
10272
|
-
render: __vue_render__$
|
|
10273
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10274
|
-
}, __vue_inject_styles__$
|
|
10272
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
10273
|
+
render: __vue_render__$e,
|
|
10274
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
10275
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
10275
10276
|
|
|
10276
|
-
var __vue_component__$
|
|
10277
|
+
var __vue_component__$k = __vue_component__$j;
|
|
10277
10278
|
|
|
10278
10279
|
const textoLongo = {
|
|
10279
10280
|
methods: {
|
|
@@ -10384,7 +10385,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
10384
10385
|
}
|
|
10385
10386
|
|
|
10386
10387
|
//
|
|
10387
|
-
var script$
|
|
10388
|
+
var script$d = {
|
|
10388
10389
|
props: {
|
|
10389
10390
|
file: {
|
|
10390
10391
|
type: Object,
|
|
@@ -10468,10 +10469,10 @@ var script$c = {
|
|
|
10468
10469
|
};
|
|
10469
10470
|
|
|
10470
10471
|
/* script */
|
|
10471
|
-
const __vue_script__$
|
|
10472
|
+
const __vue_script__$d = script$d;
|
|
10472
10473
|
/* template */
|
|
10473
10474
|
|
|
10474
|
-
var __vue_render__$
|
|
10475
|
+
var __vue_render__$d = function () {
|
|
10475
10476
|
var _vm = this;
|
|
10476
10477
|
|
|
10477
10478
|
var _h = _vm.$createElement;
|
|
@@ -10542,10 +10543,10 @@ var __vue_render__$c = function () {
|
|
|
10542
10543
|
})], 1)]], 2)], 1);
|
|
10543
10544
|
};
|
|
10544
10545
|
|
|
10545
|
-
var __vue_staticRenderFns__$
|
|
10546
|
+
var __vue_staticRenderFns__$d = [];
|
|
10546
10547
|
/* style */
|
|
10547
10548
|
|
|
10548
|
-
const __vue_inject_styles__$
|
|
10549
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
10549
10550
|
if (!inject) return;
|
|
10550
10551
|
inject("data-v-6f5fac81_0", {
|
|
10551
10552
|
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}",
|
|
@@ -10560,23 +10561,23 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
10560
10561
|
/* scoped */
|
|
10561
10562
|
|
|
10562
10563
|
|
|
10563
|
-
const __vue_scope_id__$
|
|
10564
|
+
const __vue_scope_id__$d = "data-v-6f5fac81";
|
|
10564
10565
|
/* module identifier */
|
|
10565
10566
|
|
|
10566
|
-
const __vue_module_identifier__$
|
|
10567
|
+
const __vue_module_identifier__$d = undefined;
|
|
10567
10568
|
/* functional template */
|
|
10568
10569
|
|
|
10569
|
-
const __vue_is_functional_template__$
|
|
10570
|
+
const __vue_is_functional_template__$d = false;
|
|
10570
10571
|
/* style inject SSR */
|
|
10571
10572
|
|
|
10572
10573
|
/* style inject shadow dom */
|
|
10573
10574
|
|
|
10574
|
-
const __vue_component__$
|
|
10575
|
-
render: __vue_render__$
|
|
10576
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10577
|
-
}, __vue_inject_styles__$
|
|
10575
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
10576
|
+
render: __vue_render__$d,
|
|
10577
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
10578
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
10578
10579
|
|
|
10579
|
-
var CardFile = __vue_component__$
|
|
10580
|
+
var CardFile = __vue_component__$i;
|
|
10580
10581
|
|
|
10581
10582
|
//
|
|
10582
10583
|
//
|
|
@@ -10595,7 +10596,7 @@ var CardFile = __vue_component__$h;
|
|
|
10595
10596
|
//
|
|
10596
10597
|
//
|
|
10597
10598
|
//
|
|
10598
|
-
var script$
|
|
10599
|
+
var script$c = {
|
|
10599
10600
|
props: {
|
|
10600
10601
|
hasReply: {
|
|
10601
10602
|
type: Boolean
|
|
@@ -10613,10 +10614,10 @@ var script$b = {
|
|
|
10613
10614
|
};
|
|
10614
10615
|
|
|
10615
10616
|
/* script */
|
|
10616
|
-
const __vue_script__$
|
|
10617
|
+
const __vue_script__$c = script$c;
|
|
10617
10618
|
/* template */
|
|
10618
10619
|
|
|
10619
|
-
var __vue_render__$
|
|
10620
|
+
var __vue_render__$c = function () {
|
|
10620
10621
|
var _vm = this;
|
|
10621
10622
|
|
|
10622
10623
|
var _h = _vm.$createElement;
|
|
@@ -10752,34 +10753,34 @@ var __vue_render__$b = function () {
|
|
|
10752
10753
|
})], 1) : _vm._e()])], 1);
|
|
10753
10754
|
};
|
|
10754
10755
|
|
|
10755
|
-
var __vue_staticRenderFns__$
|
|
10756
|
+
var __vue_staticRenderFns__$c = [];
|
|
10756
10757
|
/* style */
|
|
10757
10758
|
|
|
10758
|
-
const __vue_inject_styles__$
|
|
10759
|
+
const __vue_inject_styles__$c = undefined;
|
|
10759
10760
|
/* scoped */
|
|
10760
10761
|
|
|
10761
|
-
const __vue_scope_id__$
|
|
10762
|
+
const __vue_scope_id__$c = undefined;
|
|
10762
10763
|
/* module identifier */
|
|
10763
10764
|
|
|
10764
|
-
const __vue_module_identifier__$
|
|
10765
|
+
const __vue_module_identifier__$c = undefined;
|
|
10765
10766
|
/* functional template */
|
|
10766
10767
|
|
|
10767
|
-
const __vue_is_functional_template__$
|
|
10768
|
+
const __vue_is_functional_template__$c = false;
|
|
10768
10769
|
/* style inject */
|
|
10769
10770
|
|
|
10770
10771
|
/* style inject SSR */
|
|
10771
10772
|
|
|
10772
10773
|
/* style inject shadow dom */
|
|
10773
10774
|
|
|
10774
|
-
const __vue_component__$
|
|
10775
|
-
render: __vue_render__$
|
|
10776
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10777
|
-
}, __vue_inject_styles__$
|
|
10775
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
10776
|
+
render: __vue_render__$c,
|
|
10777
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
10778
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
10778
10779
|
|
|
10779
|
-
var CardCheck = __vue_component__$
|
|
10780
|
+
var CardCheck = __vue_component__$h;
|
|
10780
10781
|
|
|
10781
10782
|
//
|
|
10782
|
-
var script$
|
|
10783
|
+
var script$b = {
|
|
10783
10784
|
components: {
|
|
10784
10785
|
CardFile,
|
|
10785
10786
|
CardCheck
|
|
@@ -10927,10 +10928,10 @@ var script$a = {
|
|
|
10927
10928
|
};
|
|
10928
10929
|
|
|
10929
10930
|
/* script */
|
|
10930
|
-
const __vue_script__$
|
|
10931
|
+
const __vue_script__$b = script$b;
|
|
10931
10932
|
/* template */
|
|
10932
10933
|
|
|
10933
|
-
var __vue_render__$
|
|
10934
|
+
var __vue_render__$b = function () {
|
|
10934
10935
|
var _vm = this;
|
|
10935
10936
|
|
|
10936
10937
|
var _h = _vm.$createElement;
|
|
@@ -11043,10 +11044,10 @@ var __vue_render__$a = function () {
|
|
|
11043
11044
|
}) : _vm._e()], 2)])], 1) : _vm._e();
|
|
11044
11045
|
};
|
|
11045
11046
|
|
|
11046
|
-
var __vue_staticRenderFns__$
|
|
11047
|
+
var __vue_staticRenderFns__$b = [];
|
|
11047
11048
|
/* style */
|
|
11048
11049
|
|
|
11049
|
-
const __vue_inject_styles__$
|
|
11050
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
11050
11051
|
if (!inject) return;
|
|
11051
11052
|
inject("data-v-4be10146_0", {
|
|
11052
11053
|
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}",
|
|
@@ -11057,26 +11058,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
11057
11058
|
/* scoped */
|
|
11058
11059
|
|
|
11059
11060
|
|
|
11060
|
-
const __vue_scope_id__$
|
|
11061
|
+
const __vue_scope_id__$b = undefined;
|
|
11061
11062
|
/* module identifier */
|
|
11062
11063
|
|
|
11063
|
-
const __vue_module_identifier__$
|
|
11064
|
+
const __vue_module_identifier__$b = undefined;
|
|
11064
11065
|
/* functional template */
|
|
11065
11066
|
|
|
11066
|
-
const __vue_is_functional_template__$
|
|
11067
|
+
const __vue_is_functional_template__$b = false;
|
|
11067
11068
|
/* style inject SSR */
|
|
11068
11069
|
|
|
11069
11070
|
/* style inject shadow dom */
|
|
11070
11071
|
|
|
11071
|
-
const __vue_component__$
|
|
11072
|
-
render: __vue_render__$
|
|
11073
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11074
|
-
}, __vue_inject_styles__$
|
|
11072
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
11073
|
+
render: __vue_render__$b,
|
|
11074
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
11075
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
11075
11076
|
|
|
11076
|
-
var __vue_component__$
|
|
11077
|
+
var __vue_component__$g = __vue_component__$f;
|
|
11077
11078
|
|
|
11078
11079
|
//
|
|
11079
|
-
var script$
|
|
11080
|
+
var script$a = {
|
|
11080
11081
|
mixins: [mixin_1],
|
|
11081
11082
|
props: {
|
|
11082
11083
|
lista: {
|
|
@@ -11097,10 +11098,10 @@ var script$9 = {
|
|
|
11097
11098
|
};
|
|
11098
11099
|
|
|
11099
11100
|
/* script */
|
|
11100
|
-
const __vue_script__$
|
|
11101
|
+
const __vue_script__$a = script$a;
|
|
11101
11102
|
/* template */
|
|
11102
11103
|
|
|
11103
|
-
var __vue_render__$
|
|
11104
|
+
var __vue_render__$a = function () {
|
|
11104
11105
|
var _vm = this;
|
|
11105
11106
|
|
|
11106
11107
|
var _h = _vm.$createElement;
|
|
@@ -11144,10 +11145,10 @@ var __vue_render__$9 = function () {
|
|
|
11144
11145
|
})], 2);
|
|
11145
11146
|
};
|
|
11146
11147
|
|
|
11147
|
-
var __vue_staticRenderFns__$
|
|
11148
|
+
var __vue_staticRenderFns__$a = [];
|
|
11148
11149
|
/* style */
|
|
11149
11150
|
|
|
11150
|
-
const __vue_inject_styles__$
|
|
11151
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
11151
11152
|
if (!inject) return;
|
|
11152
11153
|
inject("data-v-f5d7144e_0", {
|
|
11153
11154
|
source: ".box-shadow{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.interatividade-popup{position:absolute;top:-55px;left:-265px;width:250px;height:auto;max-height:300px;overflow-y:auto;overflow-x:hidden;background-color:#fff;border-radius:15px;color:#333;font-size:.875rem}.interatividade-popup-titulo h1{padding:4px 10px;background-color:#333;color:#fff;font-size:1.2em}.interatividade-popup-item{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-popup-item-desc{font-size:.9em;color:#767676}",
|
|
@@ -11158,26 +11159,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
11158
11159
|
/* scoped */
|
|
11159
11160
|
|
|
11160
11161
|
|
|
11161
|
-
const __vue_scope_id__$
|
|
11162
|
+
const __vue_scope_id__$a = undefined;
|
|
11162
11163
|
/* module identifier */
|
|
11163
11164
|
|
|
11164
|
-
const __vue_module_identifier__$
|
|
11165
|
+
const __vue_module_identifier__$a = undefined;
|
|
11165
11166
|
/* functional template */
|
|
11166
11167
|
|
|
11167
|
-
const __vue_is_functional_template__$
|
|
11168
|
+
const __vue_is_functional_template__$a = false;
|
|
11168
11169
|
/* style inject SSR */
|
|
11169
11170
|
|
|
11170
11171
|
/* style inject shadow dom */
|
|
11171
11172
|
|
|
11172
|
-
const __vue_component__$
|
|
11173
|
-
render: __vue_render__$
|
|
11174
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11175
|
-
}, __vue_inject_styles__$
|
|
11173
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
11174
|
+
render: __vue_render__$a,
|
|
11175
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
11176
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
11176
11177
|
|
|
11177
|
-
var InteratividadePopup = __vue_component__$
|
|
11178
|
+
var InteratividadePopup = __vue_component__$e;
|
|
11178
11179
|
|
|
11179
11180
|
//
|
|
11180
|
-
var script$
|
|
11181
|
+
var script$9 = {
|
|
11181
11182
|
components: {
|
|
11182
11183
|
InteratividadePopup
|
|
11183
11184
|
},
|
|
@@ -11254,10 +11255,10 @@ var script$8 = {
|
|
|
11254
11255
|
};
|
|
11255
11256
|
|
|
11256
11257
|
/* script */
|
|
11257
|
-
const __vue_script__$
|
|
11258
|
+
const __vue_script__$9 = script$9;
|
|
11258
11259
|
/* template */
|
|
11259
11260
|
|
|
11260
|
-
var __vue_render__$
|
|
11261
|
+
var __vue_render__$9 = function () {
|
|
11261
11262
|
var _vm = this;
|
|
11262
11263
|
|
|
11263
11264
|
var _h = _vm.$createElement;
|
|
@@ -11313,10 +11314,10 @@ var __vue_render__$8 = function () {
|
|
|
11313
11314
|
}), 0)], 2)] : _vm._e()], 2);
|
|
11314
11315
|
};
|
|
11315
11316
|
|
|
11316
|
-
var __vue_staticRenderFns__$
|
|
11317
|
+
var __vue_staticRenderFns__$9 = [];
|
|
11317
11318
|
/* style */
|
|
11318
11319
|
|
|
11319
|
-
const __vue_inject_styles__$
|
|
11320
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
11320
11321
|
if (!inject) return;
|
|
11321
11322
|
inject("data-v-7c3f68fa_0", {
|
|
11322
11323
|
source: ".show-x-enter-active[data-v-7c3f68fa],.show-x-leave-enter[data-v-7c3f68fa]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-7c3f68fa],.show-x-leave-to[data-v-7c3f68fa]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-7c3f68fa]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-7c3f68fa]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-7c3f68fa]{background-color:#efefef;margin-top:5px;border-top-right-radius:10px;border-top-left-radius:10px;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;justify-content:space-between;display:flex;color:#333;font-weight:700;font-size:.9rem}.interatividade-form-body[data-v-7c3f68fa]{padding:0 10px;background:#fff;border-right:1px solid #efefef;border-left:1px solid #efefef;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding-bottom:10px}.interatividade[data-v-7c3f68fa]{margin:10px 0}.interatividade-titulo-form[data-v-7c3f68fa]{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden;max-width:100%;margin:0;padding:0;padding-top:5px}.interatividade-description-form[data-v-7c3f68fa]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-7c3f68fa]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-7c3f68fa]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-7c3f68fa]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-7c3f68fa]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-7c3f68fa]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-7c3f68fa]:hover{color:#00628f}",
|
|
@@ -11327,26 +11328,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
11327
11328
|
/* scoped */
|
|
11328
11329
|
|
|
11329
11330
|
|
|
11330
|
-
const __vue_scope_id__$
|
|
11331
|
+
const __vue_scope_id__$9 = "data-v-7c3f68fa";
|
|
11331
11332
|
/* module identifier */
|
|
11332
11333
|
|
|
11333
|
-
const __vue_module_identifier__$
|
|
11334
|
+
const __vue_module_identifier__$9 = undefined;
|
|
11334
11335
|
/* functional template */
|
|
11335
11336
|
|
|
11336
|
-
const __vue_is_functional_template__$
|
|
11337
|
+
const __vue_is_functional_template__$9 = false;
|
|
11337
11338
|
/* style inject SSR */
|
|
11338
11339
|
|
|
11339
11340
|
/* style inject shadow dom */
|
|
11340
11341
|
|
|
11341
|
-
const __vue_component__$
|
|
11342
|
-
render: __vue_render__$
|
|
11343
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11344
|
-
}, __vue_inject_styles__$
|
|
11342
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
11343
|
+
render: __vue_render__$9,
|
|
11344
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
11345
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
11345
11346
|
|
|
11346
|
-
var InteratividadeFormulario = __vue_component__$
|
|
11347
|
+
var InteratividadeFormulario = __vue_component__$d;
|
|
11347
11348
|
|
|
11348
11349
|
//
|
|
11349
|
-
var script$
|
|
11350
|
+
var script$8 = {
|
|
11350
11351
|
props: {
|
|
11351
11352
|
anexo: {
|
|
11352
11353
|
type: Object,
|
|
@@ -11430,10 +11431,10 @@ var script$7 = {
|
|
|
11430
11431
|
};
|
|
11431
11432
|
|
|
11432
11433
|
/* script */
|
|
11433
|
-
const __vue_script__$
|
|
11434
|
+
const __vue_script__$8 = script$8;
|
|
11434
11435
|
/* template */
|
|
11435
11436
|
|
|
11436
|
-
var __vue_render__$
|
|
11437
|
+
var __vue_render__$8 = function () {
|
|
11437
11438
|
var _vm = this;
|
|
11438
11439
|
|
|
11439
11440
|
var _h = _vm.$createElement;
|
|
@@ -11504,10 +11505,10 @@ var __vue_render__$7 = function () {
|
|
|
11504
11505
|
})], 1)]], 2)], 1);
|
|
11505
11506
|
};
|
|
11506
11507
|
|
|
11507
|
-
var __vue_staticRenderFns__$
|
|
11508
|
+
var __vue_staticRenderFns__$8 = [];
|
|
11508
11509
|
/* style */
|
|
11509
11510
|
|
|
11510
|
-
const __vue_inject_styles__$
|
|
11511
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
11511
11512
|
if (!inject) return;
|
|
11512
11513
|
inject("data-v-037d5568_0", {
|
|
11513
11514
|
source: ".fade-enter-active[data-v-037d5568],.fade-leave-active[data-v-037d5568]{transition:opacity .5s}.fade-enter[data-v-037d5568],.fade-leave-to[data-v-037d5568]{opacity:0}",
|
|
@@ -11518,26 +11519,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
11518
11519
|
/* scoped */
|
|
11519
11520
|
|
|
11520
11521
|
|
|
11521
|
-
const __vue_scope_id__$
|
|
11522
|
+
const __vue_scope_id__$8 = "data-v-037d5568";
|
|
11522
11523
|
/* module identifier */
|
|
11523
11524
|
|
|
11524
|
-
const __vue_module_identifier__$
|
|
11525
|
+
const __vue_module_identifier__$8 = undefined;
|
|
11525
11526
|
/* functional template */
|
|
11526
11527
|
|
|
11527
|
-
const __vue_is_functional_template__$
|
|
11528
|
+
const __vue_is_functional_template__$8 = false;
|
|
11528
11529
|
/* style inject SSR */
|
|
11529
11530
|
|
|
11530
11531
|
/* style inject shadow dom */
|
|
11531
11532
|
|
|
11532
|
-
const __vue_component__$
|
|
11533
|
-
render: __vue_render__$
|
|
11534
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11535
|
-
}, __vue_inject_styles__$
|
|
11533
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
11534
|
+
render: __vue_render__$8,
|
|
11535
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
11536
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
11536
11537
|
|
|
11537
|
-
var CardAttachment = __vue_component__$
|
|
11538
|
+
var CardAttachment = __vue_component__$c;
|
|
11538
11539
|
|
|
11539
11540
|
//
|
|
11540
|
-
var script$
|
|
11541
|
+
var script$7 = {
|
|
11541
11542
|
components: {
|
|
11542
11543
|
CardAttachment
|
|
11543
11544
|
},
|
|
@@ -11658,10 +11659,10 @@ var script$6 = {
|
|
|
11658
11659
|
};
|
|
11659
11660
|
|
|
11660
11661
|
/* script */
|
|
11661
|
-
const __vue_script__$
|
|
11662
|
+
const __vue_script__$7 = script$7;
|
|
11662
11663
|
/* template */
|
|
11663
11664
|
|
|
11664
|
-
var __vue_render__$
|
|
11665
|
+
var __vue_render__$7 = function () {
|
|
11665
11666
|
var _vm = this;
|
|
11666
11667
|
|
|
11667
11668
|
var _h = _vm.$createElement;
|
|
@@ -11771,10 +11772,10 @@ var __vue_render__$6 = function () {
|
|
|
11771
11772
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
11772
11773
|
};
|
|
11773
11774
|
|
|
11774
|
-
var __vue_staticRenderFns__$
|
|
11775
|
+
var __vue_staticRenderFns__$7 = [];
|
|
11775
11776
|
/* style */
|
|
11776
11777
|
|
|
11777
|
-
const __vue_inject_styles__$
|
|
11778
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
11778
11779
|
if (!inject) return;
|
|
11779
11780
|
inject("data-v-60eaca73_0", {
|
|
11780
11781
|
source: ".fade-enter-active[data-v-60eaca73],.fade-leave-active[data-v-60eaca73]{transition:opacity .2s}.fade-enter[data-v-60eaca73],.fade-leave-to[data-v-60eaca73]{opacity:0}.card-cli[data-v-60eaca73],.card-ope[data-v-60eaca73]{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova[data-v-60eaca73],.card-ope.msgNova[data-v-60eaca73]{margin-top:30px}.novas-mensagens[data-v-60eaca73]{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-60eaca73]{border-left:3px solid #90b823}.card-ope[data-v-60eaca73]{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card[data-v-60eaca73]{border-right:3px solid #007535}.card[data-v-60eaca73]{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p[data-v-60eaca73]{word-break:break-all}.card-header[data-v-60eaca73]{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg[data-v-60eaca73]{font-size:1rem}.card-canal[data-v-60eaca73]{flex:1;margin-right:10px}.card-datas[data-v-60eaca73]{display:flex;flex-direction:column;margin-right:10px}.card-data[data-v-60eaca73]{overflow:hidden;display:flex;align-content:center}.card-data span[data-v-60eaca73]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg[data-v-60eaca73]{margin-right:5px;color:#232323}.card-expand[data-v-60eaca73]{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand[data-v-60eaca73]:hover{opacity:1}.card-footer[data-v-60eaca73]{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip[data-v-60eaca73]{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-60eaca73]:hover{background-color:#cfd8f4}.card-chip.orange[data-v-60eaca73]{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange[data-v-60eaca73]:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow[data-v-60eaca73]{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow[data-v-60eaca73]:hover{background-color:rgba(252,191,73,.2)}.card-chip.red[data-v-60eaca73]{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red[data-v-60eaca73]:hover{background-color:rgba(231,76,60,.25)}.card-anexo[data-v-60eaca73]{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item[data-v-60eaca73]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item[data-v-60eaca73]{max-width:100%;max-height:100%}.anexo-item .req-loader[data-v-60eaca73]{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img[data-v-60eaca73]{max-width:45px;max-height:45px}.anexo-icone[data-v-60eaca73]{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone[data-v-60eaca73]:hover{opacity:1}.anexo-icone[data-v-60eaca73]:visited{color:inherit}svg[data-v-60eaca73]{font-size:30px;z-index:1}.anexo-icone.pdf[data-v-60eaca73]{position:relative}.anexo-icone.pdf svg[data-v-60eaca73]{color:#e74c3c}.anexo-icone.pdf[data-v-60eaca73]::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc[data-v-60eaca73]{color:#15517f}.anexo-icone.doc[data-v-60eaca73]::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img[data-v-60eaca73]{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-60eaca73]:hover{opacity:1}.anexo-img img[data-v-60eaca73]{width:95%}",
|
|
@@ -11785,26 +11786,26 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
11785
11786
|
/* scoped */
|
|
11786
11787
|
|
|
11787
11788
|
|
|
11788
|
-
const __vue_scope_id__$
|
|
11789
|
+
const __vue_scope_id__$7 = "data-v-60eaca73";
|
|
11789
11790
|
/* module identifier */
|
|
11790
11791
|
|
|
11791
|
-
const __vue_module_identifier__$
|
|
11792
|
+
const __vue_module_identifier__$7 = undefined;
|
|
11792
11793
|
/* functional template */
|
|
11793
11794
|
|
|
11794
|
-
const __vue_is_functional_template__$
|
|
11795
|
+
const __vue_is_functional_template__$7 = false;
|
|
11795
11796
|
/* style inject SSR */
|
|
11796
11797
|
|
|
11797
11798
|
/* style inject shadow dom */
|
|
11798
11799
|
|
|
11799
|
-
const __vue_component__$
|
|
11800
|
-
render: __vue_render__$
|
|
11801
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11802
|
-
}, __vue_inject_styles__$
|
|
11800
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
11801
|
+
render: __vue_render__$7,
|
|
11802
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
11803
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
11803
11804
|
|
|
11804
|
-
var __vue_component__$
|
|
11805
|
+
var __vue_component__$b = __vue_component__$a;
|
|
11805
11806
|
|
|
11806
11807
|
//
|
|
11807
|
-
var script$
|
|
11808
|
+
var script$6 = {
|
|
11808
11809
|
components: {
|
|
11809
11810
|
Loader
|
|
11810
11811
|
},
|
|
@@ -11886,10 +11887,10 @@ var script$5 = {
|
|
|
11886
11887
|
};
|
|
11887
11888
|
|
|
11888
11889
|
/* script */
|
|
11889
|
-
const __vue_script__$
|
|
11890
|
+
const __vue_script__$6 = script$6;
|
|
11890
11891
|
/* template */
|
|
11891
11892
|
|
|
11892
|
-
var __vue_render__$
|
|
11893
|
+
var __vue_render__$6 = function () {
|
|
11893
11894
|
var _vm = this;
|
|
11894
11895
|
|
|
11895
11896
|
var _h = _vm.$createElement;
|
|
@@ -12018,10 +12019,10 @@ var __vue_render__$5 = function () {
|
|
|
12018
12019
|
})], 1) : _vm._e()])], 1)], 1);
|
|
12019
12020
|
};
|
|
12020
12021
|
|
|
12021
|
-
var __vue_staticRenderFns__$
|
|
12022
|
+
var __vue_staticRenderFns__$6 = [];
|
|
12022
12023
|
/* style */
|
|
12023
12024
|
|
|
12024
|
-
const __vue_inject_styles__$
|
|
12025
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
12025
12026
|
if (!inject) return;
|
|
12026
12027
|
inject("data-v-23ebefcd_0", {
|
|
12027
12028
|
source: ".fade-enter-active[data-v-23ebefcd],.fade-leave-active[data-v-23ebefcd]{transition:opacity .5s}.fade-enter[data-v-23ebefcd],.fade-leave-to[data-v-23ebefcd]{opacity:0}.mensagem-div-anexo[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-23ebefcd]{width:100%;margin-top:5px}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container a[data-v-23ebefcd]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container .arquivo-erro[data-v-23ebefcd],.anexo-container p[data-v-23ebefcd]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-23ebefcd]{font-size:2rem}.anexo-container audio[data-v-23ebefcd]{outline:0;width:100%}.anexo-container video[data-v-23ebefcd]{width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-23ebefcd]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-23ebefcd]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.anexos-links-container svg[data-v-23ebefcd]{cursor:pointer}.mensagem-div-anexo img[data-v-23ebefcd]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-23ebefcd]{width:100%;height:100%}.anexo-mensagem[data-v-23ebefcd]{display:flex;justify-content:center;align-items:center;flex-direction:column}",
|
|
@@ -12032,26 +12033,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
12032
12033
|
/* scoped */
|
|
12033
12034
|
|
|
12034
12035
|
|
|
12035
|
-
const __vue_scope_id__$
|
|
12036
|
+
const __vue_scope_id__$6 = "data-v-23ebefcd";
|
|
12036
12037
|
/* module identifier */
|
|
12037
12038
|
|
|
12038
|
-
const __vue_module_identifier__$
|
|
12039
|
+
const __vue_module_identifier__$6 = undefined;
|
|
12039
12040
|
/* functional template */
|
|
12040
12041
|
|
|
12041
|
-
const __vue_is_functional_template__$
|
|
12042
|
+
const __vue_is_functional_template__$6 = false;
|
|
12042
12043
|
/* style inject SSR */
|
|
12043
12044
|
|
|
12044
12045
|
/* style inject shadow dom */
|
|
12045
12046
|
|
|
12046
|
-
const __vue_component__$
|
|
12047
|
-
render: __vue_render__$
|
|
12048
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12049
|
-
}, __vue_inject_styles__$
|
|
12047
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
12048
|
+
render: __vue_render__$6,
|
|
12049
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
12050
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
12050
12051
|
|
|
12051
|
-
var AnexoMensagem = __vue_component__$
|
|
12052
|
+
var AnexoMensagem = __vue_component__$9;
|
|
12052
12053
|
|
|
12053
12054
|
//
|
|
12054
|
-
var script$
|
|
12055
|
+
var script$5 = {
|
|
12055
12056
|
components: {
|
|
12056
12057
|
InteratividadePopup
|
|
12057
12058
|
},
|
|
@@ -12113,10 +12114,10 @@ var script$4 = {
|
|
|
12113
12114
|
};
|
|
12114
12115
|
|
|
12115
12116
|
/* script */
|
|
12116
|
-
const __vue_script__$
|
|
12117
|
+
const __vue_script__$5 = script$5;
|
|
12117
12118
|
/* template */
|
|
12118
12119
|
|
|
12119
|
-
var __vue_render__$
|
|
12120
|
+
var __vue_render__$5 = function () {
|
|
12120
12121
|
var _vm = this;
|
|
12121
12122
|
|
|
12122
12123
|
var _h = _vm.$createElement;
|
|
@@ -12182,10 +12183,10 @@ var __vue_render__$4 = function () {
|
|
|
12182
12183
|
}) : _vm._e()])] : _vm._e()], 2);
|
|
12183
12184
|
};
|
|
12184
12185
|
|
|
12185
|
-
var __vue_staticRenderFns__$
|
|
12186
|
+
var __vue_staticRenderFns__$5 = [];
|
|
12186
12187
|
/* style */
|
|
12187
12188
|
|
|
12188
|
-
const __vue_inject_styles__$
|
|
12189
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
12189
12190
|
if (!inject) return;
|
|
12190
12191
|
inject("data-v-265335df_0", {
|
|
12191
12192
|
source: ".show-x-enter-active,.show-x-leave-enter{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter,.show-x-leave-to{opacity:0;transform:translateX(5%)}.interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:var(--message-color);padding:10px 12px;border-radius:5px;margin-bottom:10px}.interatividade-btn:nth-child(1){margin-top:10px}.interatividade-titulo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape{color:#818181;margin-top:5px}.interatividade-lista-link{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link:hover{color:#00628f}",
|
|
@@ -12196,7 +12197,140 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
12196
12197
|
/* scoped */
|
|
12197
12198
|
|
|
12198
12199
|
|
|
12199
|
-
const __vue_scope_id__$
|
|
12200
|
+
const __vue_scope_id__$5 = undefined;
|
|
12201
|
+
/* module identifier */
|
|
12202
|
+
|
|
12203
|
+
const __vue_module_identifier__$5 = undefined;
|
|
12204
|
+
/* functional template */
|
|
12205
|
+
|
|
12206
|
+
const __vue_is_functional_template__$5 = false;
|
|
12207
|
+
/* style inject SSR */
|
|
12208
|
+
|
|
12209
|
+
/* style inject shadow dom */
|
|
12210
|
+
|
|
12211
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
12212
|
+
render: __vue_render__$5,
|
|
12213
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
12214
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
12215
|
+
|
|
12216
|
+
var InteratividadeBotoes = __vue_component__$8;
|
|
12217
|
+
|
|
12218
|
+
//
|
|
12219
|
+
var script$4 = {
|
|
12220
|
+
props: {
|
|
12221
|
+
message: {
|
|
12222
|
+
type: String,
|
|
12223
|
+
default: ""
|
|
12224
|
+
}
|
|
12225
|
+
},
|
|
12226
|
+
|
|
12227
|
+
data() {
|
|
12228
|
+
return {
|
|
12229
|
+
linkPreview: {
|
|
12230
|
+
description: "",
|
|
12231
|
+
imageSource: "",
|
|
12232
|
+
colorTheme: "",
|
|
12233
|
+
isValid: false
|
|
12234
|
+
}
|
|
12235
|
+
};
|
|
12236
|
+
},
|
|
12237
|
+
|
|
12238
|
+
mounted() {
|
|
12239
|
+
this.$nextTick(() => {
|
|
12240
|
+
this.gerarPreview();
|
|
12241
|
+
});
|
|
12242
|
+
},
|
|
12243
|
+
|
|
12244
|
+
methods: {
|
|
12245
|
+
async gerarPreview() {
|
|
12246
|
+
try {
|
|
12247
|
+
if (!this.message) return;
|
|
12248
|
+
const isSticker = this.message.indexOf("KSTICKERK") < 0 ? false : true;
|
|
12249
|
+
if (isSticker) return;
|
|
12250
|
+
const regex = /(https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9]+\.[^\s]{2,}|www\.[a-zA-Z0-9]+\.[^\s]{2,})/g;
|
|
12251
|
+
const url = regex.exec(this.message);
|
|
12252
|
+
if (!url || !url[0]) return console.warn("URL invalida para gerar preview");
|
|
12253
|
+
const encodedURL = Buffer(url[0]).toString("base64");
|
|
12254
|
+
const response = await this.$httpRequest({
|
|
12255
|
+
method: 'get',
|
|
12256
|
+
url: `${baseURL}/preview?url=${encodedURL}${dev}` // headers: {
|
|
12257
|
+
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdGQiOiJNS1VuNENMdFVlYTVZeDA4VmltQmgwQWN6Rkp0Y3pIUjZBTXd3eGI0NGF3d1ZTTTh2ZFhPS1pnIiwibWFuYWdlciI6Ik1LVVZkRm8zWmFreGJOUHd6bjNBRjVmVnF1MmVReFEyTUh2ZVloZ3V3SzJMbzU1IiwiaGFzX2luZm9zIjp0cnVlLCJucm9zIjpbIjEwIiwiMjYzIl0sImF1dGgiOiJNS1U3YzZNQnBJWTkyamFKbFZJTXQxd3dpbTRsNXd3Mjc4SU0wdkpRT0JnV3lTeHZZM3k0dmRYIiwiaWF0IjoxNjQ4MTQ2MzEwLCJleHAiOjE2NDgyMzI3MTB9.JSgv4e0DY0gkWaz6u9yBSH2P507zBZoTRKf9ki7TP_M"
|
|
12258
|
+
// }
|
|
12259
|
+
|
|
12260
|
+
});
|
|
12261
|
+
if (typeof response != "object" || typeof response.data != "object") throw "Retorno incorreto";
|
|
12262
|
+
const {
|
|
12263
|
+
data
|
|
12264
|
+
} = response;
|
|
12265
|
+
const {
|
|
12266
|
+
st_ret,
|
|
12267
|
+
msg_ret,
|
|
12268
|
+
raspagem
|
|
12269
|
+
} = data;
|
|
12270
|
+
if (st_ret != "OK") throw `${st_ret} - ${msg_ret}`;
|
|
12271
|
+
if (!raspagem) throw `${st_ret} - ${msg_ret} | (Raspagem nao encontrada no retorno)`;
|
|
12272
|
+
const {
|
|
12273
|
+
description,
|
|
12274
|
+
og,
|
|
12275
|
+
theme_color
|
|
12276
|
+
} = raspagem;
|
|
12277
|
+
if (description) this.linkPreview.description = description;
|
|
12278
|
+
if (og && og.image) this.linkPreview.imageSource = og.image;
|
|
12279
|
+
if (theme_color) this.linkPreview.colorTheme = theme_color;
|
|
12280
|
+
if (this.linkPreview.description || this.linkPreview.imageSource) this.linkPreview.isValid = true;
|
|
12281
|
+
} catch (e) {
|
|
12282
|
+
console.error("Erro ao gerar o preview do link: ", e);
|
|
12283
|
+
}
|
|
12284
|
+
}
|
|
12285
|
+
|
|
12286
|
+
}
|
|
12287
|
+
};
|
|
12288
|
+
|
|
12289
|
+
/* script */
|
|
12290
|
+
const __vue_script__$4 = script$4;
|
|
12291
|
+
/* template */
|
|
12292
|
+
|
|
12293
|
+
var __vue_render__$4 = function () {
|
|
12294
|
+
var _vm = this;
|
|
12295
|
+
|
|
12296
|
+
var _h = _vm.$createElement;
|
|
12297
|
+
|
|
12298
|
+
var _c = _vm._self._c || _h;
|
|
12299
|
+
|
|
12300
|
+
return _vm.linkPreview.isValid ? _c('div', {
|
|
12301
|
+
staticClass: "link-preview"
|
|
12302
|
+
}, [_vm.linkPreview.imageSource ? _c('div', {
|
|
12303
|
+
staticClass: "link-preview-image",
|
|
12304
|
+
style: _vm.linkPreview.colorTheme ? "background-color: " + _vm.linkPreview.colorTheme : ''
|
|
12305
|
+
}, [_c('img', {
|
|
12306
|
+
attrs: {
|
|
12307
|
+
"src": _vm.linkPreview.imageSource,
|
|
12308
|
+
"alt": "Imagem referente ao link"
|
|
12309
|
+
}
|
|
12310
|
+
})]) : _vm._e(), _vm._v(" "), _vm.linkPreview.description ? _c('div', {
|
|
12311
|
+
staticClass: "link-preview-infos"
|
|
12312
|
+
}, [_vm.linkPreview.description ? _c('p', {
|
|
12313
|
+
domProps: {
|
|
12314
|
+
"textContent": _vm._s(_vm.linkPreview.description)
|
|
12315
|
+
}
|
|
12316
|
+
}) : _vm._e()]) : _vm._e()]) : _vm._e();
|
|
12317
|
+
};
|
|
12318
|
+
|
|
12319
|
+
var __vue_staticRenderFns__$4 = [];
|
|
12320
|
+
/* style */
|
|
12321
|
+
|
|
12322
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
12323
|
+
if (!inject) return;
|
|
12324
|
+
inject("data-v-071e3510_0", {
|
|
12325
|
+
source: ".link-preview[data-v-071e3510]{display:flex;flex-direction:column;background-color:#eee;color:#333}.link-preview-image[data-v-071e3510]{display:flex;justify-content:center;align-items:center;padding:10px}.link-preview-image img[data-v-071e3510]{min-width:100px;max-width:200px}.link-preview-infos[data-v-071e3510]{background-color:rgba(38,38%,38%,10%);padding:5px;margin:5px;font-size:.8rem}",
|
|
12326
|
+
map: undefined,
|
|
12327
|
+
media: undefined
|
|
12328
|
+
});
|
|
12329
|
+
};
|
|
12330
|
+
/* scoped */
|
|
12331
|
+
|
|
12332
|
+
|
|
12333
|
+
const __vue_scope_id__$4 = "data-v-071e3510";
|
|
12200
12334
|
/* module identifier */
|
|
12201
12335
|
|
|
12202
12336
|
const __vue_module_identifier__$4 = undefined;
|
|
@@ -12212,14 +12346,15 @@ const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
|
12212
12346
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
12213
12347
|
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
12214
12348
|
|
|
12215
|
-
var
|
|
12349
|
+
var LinkPreview = __vue_component__$7;
|
|
12216
12350
|
|
|
12217
12351
|
//
|
|
12218
12352
|
var script$3 = {
|
|
12219
12353
|
components: {
|
|
12220
12354
|
AnexoMensagem,
|
|
12221
12355
|
InteratividadeBotoes,
|
|
12222
|
-
InteratividadeFormulario
|
|
12356
|
+
InteratividadeFormulario,
|
|
12357
|
+
LinkPreview
|
|
12223
12358
|
},
|
|
12224
12359
|
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"],
|
|
12225
12360
|
|
|
@@ -12437,7 +12572,11 @@ var __vue_render__$3 = function () {
|
|
|
12437
12572
|
mapa: _vm.mapa,
|
|
12438
12573
|
'hist-msg': _vm.histMsg
|
|
12439
12574
|
}
|
|
12440
|
-
}, [_vm.
|
|
12575
|
+
}, [_vm.link && !_vm.mapa ? _c('LinkPreview', {
|
|
12576
|
+
attrs: {
|
|
12577
|
+
"message": _vm.message
|
|
12578
|
+
}
|
|
12579
|
+
}) : _vm._e(), _vm._v(" "), _vm.anexos && _vm.anexos.length ? _vm._l(_vm.anexos, function (anexo, index) {
|
|
12441
12580
|
return _c('div', {
|
|
12442
12581
|
key: index,
|
|
12443
12582
|
staticClass: "mensagem-anexo"
|
|
@@ -12680,7 +12819,7 @@ var __vue_render__$3 = function () {
|
|
|
12680
12819
|
})], 1) : _vm._e()]), _vm._v(" "), _c('span', {
|
|
12681
12820
|
staticClass: "autor-mensagem",
|
|
12682
12821
|
domProps: {
|
|
12683
|
-
"
|
|
12822
|
+
"textContent": _vm._s(_vm.autor)
|
|
12684
12823
|
}
|
|
12685
12824
|
})], 2)], 1) : _vm._e();
|
|
12686
12825
|
};
|
|
@@ -12690,8 +12829,8 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
12690
12829
|
|
|
12691
12830
|
const __vue_inject_styles__$3 = function (inject) {
|
|
12692
12831
|
if (!inject) return;
|
|
12693
|
-
inject("data-v-
|
|
12694
|
-
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:2px;font-size:.4rem;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.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>.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}",
|
|
12832
|
+
inject("data-v-bf266214_0", {
|
|
12833
|
+
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:2px;font-size:.4rem;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.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}",
|
|
12695
12834
|
map: undefined,
|
|
12696
12835
|
media: undefined
|
|
12697
12836
|
});
|
|
@@ -13121,12 +13260,12 @@ var __vue_component__$1 = __vue_component__;
|
|
|
13121
13260
|
|
|
13122
13261
|
var components = /*#__PURE__*/Object.freeze({
|
|
13123
13262
|
__proto__: null,
|
|
13124
|
-
TemplateGenerator: __vue_component__$
|
|
13263
|
+
TemplateGenerator: __vue_component__$m,
|
|
13125
13264
|
TextFooter: TextFooter,
|
|
13126
|
-
ExpandTextarea: __vue_component__$
|
|
13127
|
-
Card: __vue_component__$
|
|
13265
|
+
ExpandTextarea: __vue_component__$k,
|
|
13266
|
+
Card: __vue_component__$g,
|
|
13128
13267
|
InteratividadeFormulario: InteratividadeFormulario,
|
|
13129
|
-
CardMessages: __vue_component__$
|
|
13268
|
+
CardMessages: __vue_component__$b,
|
|
13130
13269
|
ChatMessages: __vue_component__$6,
|
|
13131
13270
|
BtnEmojis: BtnEmojis,
|
|
13132
13271
|
SimpleButton: __vue_component__$3,
|
|
@@ -13142,4 +13281,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
13142
13281
|
});
|
|
13143
13282
|
}; // Create module definition for Vue.use()
|
|
13144
13283
|
|
|
13145
|
-
export { BtnEmojis, __vue_component__$
|
|
13284
|
+
export { BtnEmojis, __vue_component__$g as Card, __vue_component__$b as CardMessages, __vue_component__$6 as ChatMessages, __vue_component__$k as ExpandTextarea, InteratividadeFormulario, __vue_component__$1 as ScrollContent, __vue_component__$3 as SimpleButton, __vue_component__$m as TemplateGenerator, TextFooter, Loader as VueLoader, install as default };
|