vue-intergrall-plugins 0.0.187 → 0.0.190
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 +485 -357
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +540 -358
- package/package.json +2 -3
- package/src/lib-components/Messages/ChatMessages.vue +7 -11
- package/src/lib-components/Messages/LinkPreview.vue +99 -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() {
|
|
@@ -5387,8 +5387,6 @@ var xhr = function xhrAdapter(config) {
|
|
|
5387
5387
|
});
|
|
5388
5388
|
};
|
|
5389
5389
|
|
|
5390
|
-
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
5391
|
-
|
|
5392
5390
|
function createCommonjsModule(fn, basedir, module) {
|
|
5393
5391
|
return module = {
|
|
5394
5392
|
path: basedir,
|
|
@@ -8273,6 +8271,7 @@ var axios = axios_1;
|
|
|
8273
8271
|
vue.prototype.$httpRequest = axios;
|
|
8274
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`;
|
|
8275
8273
|
const dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';
|
|
8274
|
+
|
|
8276
8275
|
const standardMessages = {
|
|
8277
8276
|
methods: {
|
|
8278
8277
|
async getStandardMessages(type, token) {
|
|
@@ -8280,7 +8279,7 @@ const standardMessages = {
|
|
|
8280
8279
|
return this.$httpRequest({
|
|
8281
8280
|
method: 'get',
|
|
8282
8281
|
url: `${baseURL}/messages/${type}?token_cliente=${token}${dev}` // headers: {
|
|
8283
|
-
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.
|
|
8282
|
+
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdGQiOiJNS1VuNENMdFVlYTVZeDA4VmltQmgwQWN6Rkp0Y3pIUjZBTXd3eGI0NGF3d1ZTTTh2ZFhPS1pnIiwibWFuYWdlciI6Ik1LVVZkRm8zWmFreGJOUHd6bjNBRjVmVnF1MmVReFEyTUh2ZVloZ3V3SzJMbzU1IiwiaGFzX2luZm9zIjp0cnVlLCJucm9zIjpbIjEwIiwiMjYzIl0sImF1dGgiOiJNS1U3YzZNQnBJWTkyamFKbFZJTXQxd3dpbTRsNXd3Mjc4SU0wdkpRT0JnV3lTeHZZM3k0dmRYIiwiaWF0IjoxNjQ4MTQ2MzEwLCJleHAiOjE2NDgyMzI3MTB9.JSgv4e0DY0gkWaz6u9yBSH2P507zBZoTRKf9ki7TP_M"
|
|
8284
8283
|
// }
|
|
8285
8284
|
|
|
8286
8285
|
}).then(response => {
|
|
@@ -8309,7 +8308,7 @@ const standardMessages = {
|
|
|
8309
8308
|
};
|
|
8310
8309
|
|
|
8311
8310
|
//
|
|
8312
|
-
var script$
|
|
8311
|
+
var script$i = {
|
|
8313
8312
|
mixins: [standardMessages],
|
|
8314
8313
|
props: {
|
|
8315
8314
|
dictionary: {
|
|
@@ -8514,10 +8513,10 @@ var script$h = {
|
|
|
8514
8513
|
};
|
|
8515
8514
|
|
|
8516
8515
|
/* script */
|
|
8517
|
-
const __vue_script__$
|
|
8516
|
+
const __vue_script__$i = script$i;
|
|
8518
8517
|
/* template */
|
|
8519
8518
|
|
|
8520
|
-
var __vue_render__$
|
|
8519
|
+
var __vue_render__$i = function () {
|
|
8521
8520
|
var _vm = this;
|
|
8522
8521
|
|
|
8523
8522
|
var _h = _vm.$createElement;
|
|
@@ -8631,10 +8630,10 @@ var __vue_render__$h = function () {
|
|
|
8631
8630
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)], 1);
|
|
8632
8631
|
};
|
|
8633
8632
|
|
|
8634
|
-
var __vue_staticRenderFns__$
|
|
8633
|
+
var __vue_staticRenderFns__$i = [];
|
|
8635
8634
|
/* style */
|
|
8636
8635
|
|
|
8637
|
-
const __vue_inject_styles__$
|
|
8636
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
8638
8637
|
if (!inject) return;
|
|
8639
8638
|
inject("data-v-d5920a7e_0", {
|
|
8640
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}",
|
|
@@ -8645,26 +8644,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
8645
8644
|
/* scoped */
|
|
8646
8645
|
|
|
8647
8646
|
|
|
8648
|
-
const __vue_scope_id__$
|
|
8647
|
+
const __vue_scope_id__$i = undefined;
|
|
8649
8648
|
/* module identifier */
|
|
8650
8649
|
|
|
8651
|
-
const __vue_module_identifier__$
|
|
8650
|
+
const __vue_module_identifier__$i = undefined;
|
|
8652
8651
|
/* functional template */
|
|
8653
8652
|
|
|
8654
|
-
const __vue_is_functional_template__$
|
|
8653
|
+
const __vue_is_functional_template__$i = false;
|
|
8655
8654
|
/* style inject SSR */
|
|
8656
8655
|
|
|
8657
8656
|
/* style inject shadow dom */
|
|
8658
8657
|
|
|
8659
|
-
const __vue_component__$
|
|
8660
|
-
render: __vue_render__$
|
|
8661
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8662
|
-
}, __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);
|
|
8663
8662
|
|
|
8664
|
-
var StandardMessages = __vue_component__$
|
|
8663
|
+
var StandardMessages = __vue_component__$p;
|
|
8665
8664
|
|
|
8666
8665
|
//
|
|
8667
|
-
var script$
|
|
8666
|
+
var script$h = {
|
|
8668
8667
|
components: {
|
|
8669
8668
|
BtnEmojis,
|
|
8670
8669
|
Loader,
|
|
@@ -9145,10 +9144,10 @@ var script$g = {
|
|
|
9145
9144
|
};
|
|
9146
9145
|
|
|
9147
9146
|
/* script */
|
|
9148
|
-
const __vue_script__$
|
|
9147
|
+
const __vue_script__$h = script$h;
|
|
9149
9148
|
/* template */
|
|
9150
9149
|
|
|
9151
|
-
var __vue_render__$
|
|
9150
|
+
var __vue_render__$h = function () {
|
|
9152
9151
|
var _vm = this;
|
|
9153
9152
|
|
|
9154
9153
|
var _h = _vm.$createElement;
|
|
@@ -9389,10 +9388,10 @@ var __vue_render__$g = function () {
|
|
|
9389
9388
|
}) : _vm._e()], 1)], 1) : _vm._e();
|
|
9390
9389
|
};
|
|
9391
9390
|
|
|
9392
|
-
var __vue_staticRenderFns__$
|
|
9391
|
+
var __vue_staticRenderFns__$h = [];
|
|
9393
9392
|
/* style */
|
|
9394
9393
|
|
|
9395
|
-
const __vue_inject_styles__$
|
|
9394
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
9396
9395
|
if (!inject) return;
|
|
9397
9396
|
inject("data-v-bb390258_0", {
|
|
9398
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}",
|
|
@@ -9403,26 +9402,26 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
9403
9402
|
/* scoped */
|
|
9404
9403
|
|
|
9405
9404
|
|
|
9406
|
-
const __vue_scope_id__$
|
|
9405
|
+
const __vue_scope_id__$h = undefined;
|
|
9407
9406
|
/* module identifier */
|
|
9408
9407
|
|
|
9409
|
-
const __vue_module_identifier__$
|
|
9408
|
+
const __vue_module_identifier__$h = undefined;
|
|
9410
9409
|
/* functional template */
|
|
9411
9410
|
|
|
9412
|
-
const __vue_is_functional_template__$
|
|
9411
|
+
const __vue_is_functional_template__$h = false;
|
|
9413
9412
|
/* style inject SSR */
|
|
9414
9413
|
|
|
9415
9414
|
/* style inject shadow dom */
|
|
9416
9415
|
|
|
9417
|
-
const __vue_component__$
|
|
9418
|
-
render: __vue_render__$
|
|
9419
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9420
|
-
}, __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);
|
|
9421
9420
|
|
|
9422
|
-
var TextFooter = __vue_component__$
|
|
9421
|
+
var TextFooter = __vue_component__$o;
|
|
9423
9422
|
|
|
9424
9423
|
//
|
|
9425
|
-
var script$
|
|
9424
|
+
var script$g = {
|
|
9426
9425
|
components: {
|
|
9427
9426
|
TextFooter
|
|
9428
9427
|
},
|
|
@@ -9473,10 +9472,10 @@ var script$f = {
|
|
|
9473
9472
|
};
|
|
9474
9473
|
|
|
9475
9474
|
/* script */
|
|
9476
|
-
const __vue_script__$
|
|
9475
|
+
const __vue_script__$g = script$g;
|
|
9477
9476
|
/* template */
|
|
9478
9477
|
|
|
9479
|
-
var __vue_render__$
|
|
9478
|
+
var __vue_render__$g = function () {
|
|
9480
9479
|
var _vm = this;
|
|
9481
9480
|
|
|
9482
9481
|
var _h = _vm.$createElement;
|
|
@@ -9520,34 +9519,34 @@ var __vue_render__$f = function () {
|
|
|
9520
9519
|
})], 2)]) : _vm._e()], 1)])]);
|
|
9521
9520
|
};
|
|
9522
9521
|
|
|
9523
|
-
var __vue_staticRenderFns__$
|
|
9522
|
+
var __vue_staticRenderFns__$g = [];
|
|
9524
9523
|
/* style */
|
|
9525
9524
|
|
|
9526
|
-
const __vue_inject_styles__$
|
|
9525
|
+
const __vue_inject_styles__$g = undefined;
|
|
9527
9526
|
/* scoped */
|
|
9528
9527
|
|
|
9529
|
-
const __vue_scope_id__$
|
|
9528
|
+
const __vue_scope_id__$g = undefined;
|
|
9530
9529
|
/* module identifier */
|
|
9531
9530
|
|
|
9532
|
-
const __vue_module_identifier__$
|
|
9531
|
+
const __vue_module_identifier__$g = undefined;
|
|
9533
9532
|
/* functional template */
|
|
9534
9533
|
|
|
9535
|
-
const __vue_is_functional_template__$
|
|
9534
|
+
const __vue_is_functional_template__$g = false;
|
|
9536
9535
|
/* style inject */
|
|
9537
9536
|
|
|
9538
9537
|
/* style inject SSR */
|
|
9539
9538
|
|
|
9540
9539
|
/* style inject shadow dom */
|
|
9541
9540
|
|
|
9542
|
-
const __vue_component__$
|
|
9543
|
-
render: __vue_render__$
|
|
9544
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9545
|
-
}, __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);
|
|
9546
9545
|
|
|
9547
|
-
var TemplateMessage = __vue_component__$
|
|
9546
|
+
var TemplateMessage = __vue_component__$n;
|
|
9548
9547
|
|
|
9549
9548
|
//
|
|
9550
|
-
var script$
|
|
9549
|
+
var script$f = {
|
|
9551
9550
|
components: {
|
|
9552
9551
|
TemplateSingle,
|
|
9553
9552
|
TemplateMessage
|
|
@@ -9747,10 +9746,10 @@ var script$e = {
|
|
|
9747
9746
|
};
|
|
9748
9747
|
|
|
9749
9748
|
/* script */
|
|
9750
|
-
const __vue_script__$
|
|
9749
|
+
const __vue_script__$f = script$f;
|
|
9751
9750
|
/* template */
|
|
9752
9751
|
|
|
9753
|
-
var __vue_render__$
|
|
9752
|
+
var __vue_render__$f = function () {
|
|
9754
9753
|
var _vm = this;
|
|
9755
9754
|
|
|
9756
9755
|
var _h = _vm.$createElement;
|
|
@@ -9824,10 +9823,10 @@ var __vue_render__$e = function () {
|
|
|
9824
9823
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9825
9824
|
};
|
|
9826
9825
|
|
|
9827
|
-
var __vue_staticRenderFns__$
|
|
9826
|
+
var __vue_staticRenderFns__$f = [];
|
|
9828
9827
|
/* style */
|
|
9829
9828
|
|
|
9830
|
-
const __vue_inject_styles__$
|
|
9829
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
9831
9830
|
if (!inject) return;
|
|
9832
9831
|
inject("data-v-1c24c23b_0", {
|
|
9833
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}",
|
|
@@ -9838,26 +9837,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
9838
9837
|
/* scoped */
|
|
9839
9838
|
|
|
9840
9839
|
|
|
9841
|
-
const __vue_scope_id__$
|
|
9840
|
+
const __vue_scope_id__$f = undefined;
|
|
9842
9841
|
/* module identifier */
|
|
9843
9842
|
|
|
9844
|
-
const __vue_module_identifier__$
|
|
9843
|
+
const __vue_module_identifier__$f = undefined;
|
|
9845
9844
|
/* functional template */
|
|
9846
9845
|
|
|
9847
|
-
const __vue_is_functional_template__$
|
|
9846
|
+
const __vue_is_functional_template__$f = false;
|
|
9848
9847
|
/* style inject SSR */
|
|
9849
9848
|
|
|
9850
9849
|
/* style inject shadow dom */
|
|
9851
9850
|
|
|
9852
|
-
const __vue_component__$
|
|
9853
|
-
render: __vue_render__$
|
|
9854
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9855
|
-
}, __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);
|
|
9856
9855
|
|
|
9857
|
-
var __vue_component__$
|
|
9856
|
+
var __vue_component__$m = __vue_component__$l;
|
|
9858
9857
|
|
|
9859
9858
|
//
|
|
9860
|
-
var script$
|
|
9859
|
+
var script$e = {
|
|
9861
9860
|
components: {
|
|
9862
9861
|
BtnEmojis,
|
|
9863
9862
|
BtnFiles
|
|
@@ -10143,10 +10142,10 @@ var script$d = {
|
|
|
10143
10142
|
};
|
|
10144
10143
|
|
|
10145
10144
|
/* script */
|
|
10146
|
-
const __vue_script__$
|
|
10145
|
+
const __vue_script__$e = script$e;
|
|
10147
10146
|
/* template */
|
|
10148
10147
|
|
|
10149
|
-
var __vue_render__$
|
|
10148
|
+
var __vue_render__$e = function () {
|
|
10150
10149
|
var _vm = this;
|
|
10151
10150
|
|
|
10152
10151
|
var _h = _vm.$createElement;
|
|
@@ -10245,10 +10244,10 @@ var __vue_render__$d = function () {
|
|
|
10245
10244
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
10246
10245
|
};
|
|
10247
10246
|
|
|
10248
|
-
var __vue_staticRenderFns__$
|
|
10247
|
+
var __vue_staticRenderFns__$e = [];
|
|
10249
10248
|
/* style */
|
|
10250
10249
|
|
|
10251
|
-
const __vue_inject_styles__$
|
|
10250
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
10252
10251
|
if (!inject) return;
|
|
10253
10252
|
inject("data-v-35df0b7d_0", {
|
|
10254
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}",
|
|
@@ -10259,23 +10258,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
10259
10258
|
/* scoped */
|
|
10260
10259
|
|
|
10261
10260
|
|
|
10262
|
-
const __vue_scope_id__$
|
|
10261
|
+
const __vue_scope_id__$e = undefined;
|
|
10263
10262
|
/* module identifier */
|
|
10264
10263
|
|
|
10265
|
-
const __vue_module_identifier__$
|
|
10264
|
+
const __vue_module_identifier__$e = undefined;
|
|
10266
10265
|
/* functional template */
|
|
10267
10266
|
|
|
10268
|
-
const __vue_is_functional_template__$
|
|
10267
|
+
const __vue_is_functional_template__$e = false;
|
|
10269
10268
|
/* style inject SSR */
|
|
10270
10269
|
|
|
10271
10270
|
/* style inject shadow dom */
|
|
10272
10271
|
|
|
10273
|
-
const __vue_component__$
|
|
10274
|
-
render: __vue_render__$
|
|
10275
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10276
|
-
}, __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);
|
|
10277
10276
|
|
|
10278
|
-
var __vue_component__$
|
|
10277
|
+
var __vue_component__$k = __vue_component__$j;
|
|
10279
10278
|
|
|
10280
10279
|
const textoLongo = {
|
|
10281
10280
|
methods: {
|
|
@@ -10386,7 +10385,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
10386
10385
|
}
|
|
10387
10386
|
|
|
10388
10387
|
//
|
|
10389
|
-
var script$
|
|
10388
|
+
var script$d = {
|
|
10390
10389
|
props: {
|
|
10391
10390
|
file: {
|
|
10392
10391
|
type: Object,
|
|
@@ -10470,10 +10469,10 @@ var script$c = {
|
|
|
10470
10469
|
};
|
|
10471
10470
|
|
|
10472
10471
|
/* script */
|
|
10473
|
-
const __vue_script__$
|
|
10472
|
+
const __vue_script__$d = script$d;
|
|
10474
10473
|
/* template */
|
|
10475
10474
|
|
|
10476
|
-
var __vue_render__$
|
|
10475
|
+
var __vue_render__$d = function () {
|
|
10477
10476
|
var _vm = this;
|
|
10478
10477
|
|
|
10479
10478
|
var _h = _vm.$createElement;
|
|
@@ -10544,10 +10543,10 @@ var __vue_render__$c = function () {
|
|
|
10544
10543
|
})], 1)]], 2)], 1);
|
|
10545
10544
|
};
|
|
10546
10545
|
|
|
10547
|
-
var __vue_staticRenderFns__$
|
|
10546
|
+
var __vue_staticRenderFns__$d = [];
|
|
10548
10547
|
/* style */
|
|
10549
10548
|
|
|
10550
|
-
const __vue_inject_styles__$
|
|
10549
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
10551
10550
|
if (!inject) return;
|
|
10552
10551
|
inject("data-v-6f5fac81_0", {
|
|
10553
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}",
|
|
@@ -10562,23 +10561,23 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
10562
10561
|
/* scoped */
|
|
10563
10562
|
|
|
10564
10563
|
|
|
10565
|
-
const __vue_scope_id__$
|
|
10564
|
+
const __vue_scope_id__$d = "data-v-6f5fac81";
|
|
10566
10565
|
/* module identifier */
|
|
10567
10566
|
|
|
10568
|
-
const __vue_module_identifier__$
|
|
10567
|
+
const __vue_module_identifier__$d = undefined;
|
|
10569
10568
|
/* functional template */
|
|
10570
10569
|
|
|
10571
|
-
const __vue_is_functional_template__$
|
|
10570
|
+
const __vue_is_functional_template__$d = false;
|
|
10572
10571
|
/* style inject SSR */
|
|
10573
10572
|
|
|
10574
10573
|
/* style inject shadow dom */
|
|
10575
10574
|
|
|
10576
|
-
const __vue_component__$
|
|
10577
|
-
render: __vue_render__$
|
|
10578
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10579
|
-
}, __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);
|
|
10580
10579
|
|
|
10581
|
-
var CardFile = __vue_component__$
|
|
10580
|
+
var CardFile = __vue_component__$i;
|
|
10582
10581
|
|
|
10583
10582
|
//
|
|
10584
10583
|
//
|
|
@@ -10597,7 +10596,7 @@ var CardFile = __vue_component__$h;
|
|
|
10597
10596
|
//
|
|
10598
10597
|
//
|
|
10599
10598
|
//
|
|
10600
|
-
var script$
|
|
10599
|
+
var script$c = {
|
|
10601
10600
|
props: {
|
|
10602
10601
|
hasReply: {
|
|
10603
10602
|
type: Boolean
|
|
@@ -10615,10 +10614,10 @@ var script$b = {
|
|
|
10615
10614
|
};
|
|
10616
10615
|
|
|
10617
10616
|
/* script */
|
|
10618
|
-
const __vue_script__$
|
|
10617
|
+
const __vue_script__$c = script$c;
|
|
10619
10618
|
/* template */
|
|
10620
10619
|
|
|
10621
|
-
var __vue_render__$
|
|
10620
|
+
var __vue_render__$c = function () {
|
|
10622
10621
|
var _vm = this;
|
|
10623
10622
|
|
|
10624
10623
|
var _h = _vm.$createElement;
|
|
@@ -10754,34 +10753,34 @@ var __vue_render__$b = function () {
|
|
|
10754
10753
|
})], 1) : _vm._e()])], 1);
|
|
10755
10754
|
};
|
|
10756
10755
|
|
|
10757
|
-
var __vue_staticRenderFns__$
|
|
10756
|
+
var __vue_staticRenderFns__$c = [];
|
|
10758
10757
|
/* style */
|
|
10759
10758
|
|
|
10760
|
-
const __vue_inject_styles__$
|
|
10759
|
+
const __vue_inject_styles__$c = undefined;
|
|
10761
10760
|
/* scoped */
|
|
10762
10761
|
|
|
10763
|
-
const __vue_scope_id__$
|
|
10762
|
+
const __vue_scope_id__$c = undefined;
|
|
10764
10763
|
/* module identifier */
|
|
10765
10764
|
|
|
10766
|
-
const __vue_module_identifier__$
|
|
10765
|
+
const __vue_module_identifier__$c = undefined;
|
|
10767
10766
|
/* functional template */
|
|
10768
10767
|
|
|
10769
|
-
const __vue_is_functional_template__$
|
|
10768
|
+
const __vue_is_functional_template__$c = false;
|
|
10770
10769
|
/* style inject */
|
|
10771
10770
|
|
|
10772
10771
|
/* style inject SSR */
|
|
10773
10772
|
|
|
10774
10773
|
/* style inject shadow dom */
|
|
10775
10774
|
|
|
10776
|
-
const __vue_component__$
|
|
10777
|
-
render: __vue_render__$
|
|
10778
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10779
|
-
}, __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);
|
|
10780
10779
|
|
|
10781
|
-
var CardCheck = __vue_component__$
|
|
10780
|
+
var CardCheck = __vue_component__$h;
|
|
10782
10781
|
|
|
10783
10782
|
//
|
|
10784
|
-
var script$
|
|
10783
|
+
var script$b = {
|
|
10785
10784
|
components: {
|
|
10786
10785
|
CardFile,
|
|
10787
10786
|
CardCheck
|
|
@@ -10929,10 +10928,10 @@ var script$a = {
|
|
|
10929
10928
|
};
|
|
10930
10929
|
|
|
10931
10930
|
/* script */
|
|
10932
|
-
const __vue_script__$
|
|
10931
|
+
const __vue_script__$b = script$b;
|
|
10933
10932
|
/* template */
|
|
10934
10933
|
|
|
10935
|
-
var __vue_render__$
|
|
10934
|
+
var __vue_render__$b = function () {
|
|
10936
10935
|
var _vm = this;
|
|
10937
10936
|
|
|
10938
10937
|
var _h = _vm.$createElement;
|
|
@@ -11045,10 +11044,10 @@ var __vue_render__$a = function () {
|
|
|
11045
11044
|
}) : _vm._e()], 2)])], 1) : _vm._e();
|
|
11046
11045
|
};
|
|
11047
11046
|
|
|
11048
|
-
var __vue_staticRenderFns__$
|
|
11047
|
+
var __vue_staticRenderFns__$b = [];
|
|
11049
11048
|
/* style */
|
|
11050
11049
|
|
|
11051
|
-
const __vue_inject_styles__$
|
|
11050
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
11052
11051
|
if (!inject) return;
|
|
11053
11052
|
inject("data-v-4be10146_0", {
|
|
11054
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}",
|
|
@@ -11059,26 +11058,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
11059
11058
|
/* scoped */
|
|
11060
11059
|
|
|
11061
11060
|
|
|
11062
|
-
const __vue_scope_id__$
|
|
11061
|
+
const __vue_scope_id__$b = undefined;
|
|
11063
11062
|
/* module identifier */
|
|
11064
11063
|
|
|
11065
|
-
const __vue_module_identifier__$
|
|
11064
|
+
const __vue_module_identifier__$b = undefined;
|
|
11066
11065
|
/* functional template */
|
|
11067
11066
|
|
|
11068
|
-
const __vue_is_functional_template__$
|
|
11067
|
+
const __vue_is_functional_template__$b = false;
|
|
11069
11068
|
/* style inject SSR */
|
|
11070
11069
|
|
|
11071
11070
|
/* style inject shadow dom */
|
|
11072
11071
|
|
|
11073
|
-
const __vue_component__$
|
|
11074
|
-
render: __vue_render__$
|
|
11075
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11076
|
-
}, __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);
|
|
11077
11076
|
|
|
11078
|
-
var __vue_component__$
|
|
11077
|
+
var __vue_component__$g = __vue_component__$f;
|
|
11079
11078
|
|
|
11080
11079
|
//
|
|
11081
|
-
var script$
|
|
11080
|
+
var script$a = {
|
|
11082
11081
|
mixins: [mixin_1],
|
|
11083
11082
|
props: {
|
|
11084
11083
|
lista: {
|
|
@@ -11099,10 +11098,10 @@ var script$9 = {
|
|
|
11099
11098
|
};
|
|
11100
11099
|
|
|
11101
11100
|
/* script */
|
|
11102
|
-
const __vue_script__$
|
|
11101
|
+
const __vue_script__$a = script$a;
|
|
11103
11102
|
/* template */
|
|
11104
11103
|
|
|
11105
|
-
var __vue_render__$
|
|
11104
|
+
var __vue_render__$a = function () {
|
|
11106
11105
|
var _vm = this;
|
|
11107
11106
|
|
|
11108
11107
|
var _h = _vm.$createElement;
|
|
@@ -11146,10 +11145,10 @@ var __vue_render__$9 = function () {
|
|
|
11146
11145
|
})], 2);
|
|
11147
11146
|
};
|
|
11148
11147
|
|
|
11149
|
-
var __vue_staticRenderFns__$
|
|
11148
|
+
var __vue_staticRenderFns__$a = [];
|
|
11150
11149
|
/* style */
|
|
11151
11150
|
|
|
11152
|
-
const __vue_inject_styles__$
|
|
11151
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
11153
11152
|
if (!inject) return;
|
|
11154
11153
|
inject("data-v-f5d7144e_0", {
|
|
11155
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}",
|
|
@@ -11160,26 +11159,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
11160
11159
|
/* scoped */
|
|
11161
11160
|
|
|
11162
11161
|
|
|
11163
|
-
const __vue_scope_id__$
|
|
11162
|
+
const __vue_scope_id__$a = undefined;
|
|
11164
11163
|
/* module identifier */
|
|
11165
11164
|
|
|
11166
|
-
const __vue_module_identifier__$
|
|
11165
|
+
const __vue_module_identifier__$a = undefined;
|
|
11167
11166
|
/* functional template */
|
|
11168
11167
|
|
|
11169
|
-
const __vue_is_functional_template__$
|
|
11168
|
+
const __vue_is_functional_template__$a = false;
|
|
11170
11169
|
/* style inject SSR */
|
|
11171
11170
|
|
|
11172
11171
|
/* style inject shadow dom */
|
|
11173
11172
|
|
|
11174
|
-
const __vue_component__$
|
|
11175
|
-
render: __vue_render__$
|
|
11176
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11177
|
-
}, __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);
|
|
11178
11177
|
|
|
11179
|
-
var InteratividadePopup = __vue_component__$
|
|
11178
|
+
var InteratividadePopup = __vue_component__$e;
|
|
11180
11179
|
|
|
11181
11180
|
//
|
|
11182
|
-
var script$
|
|
11181
|
+
var script$9 = {
|
|
11183
11182
|
components: {
|
|
11184
11183
|
InteratividadePopup
|
|
11185
11184
|
},
|
|
@@ -11256,10 +11255,10 @@ var script$8 = {
|
|
|
11256
11255
|
};
|
|
11257
11256
|
|
|
11258
11257
|
/* script */
|
|
11259
|
-
const __vue_script__$
|
|
11258
|
+
const __vue_script__$9 = script$9;
|
|
11260
11259
|
/* template */
|
|
11261
11260
|
|
|
11262
|
-
var __vue_render__$
|
|
11261
|
+
var __vue_render__$9 = function () {
|
|
11263
11262
|
var _vm = this;
|
|
11264
11263
|
|
|
11265
11264
|
var _h = _vm.$createElement;
|
|
@@ -11315,10 +11314,10 @@ var __vue_render__$8 = function () {
|
|
|
11315
11314
|
}), 0)], 2)] : _vm._e()], 2);
|
|
11316
11315
|
};
|
|
11317
11316
|
|
|
11318
|
-
var __vue_staticRenderFns__$
|
|
11317
|
+
var __vue_staticRenderFns__$9 = [];
|
|
11319
11318
|
/* style */
|
|
11320
11319
|
|
|
11321
|
-
const __vue_inject_styles__$
|
|
11320
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
11322
11321
|
if (!inject) return;
|
|
11323
11322
|
inject("data-v-7c3f68fa_0", {
|
|
11324
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}",
|
|
@@ -11329,26 +11328,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
11329
11328
|
/* scoped */
|
|
11330
11329
|
|
|
11331
11330
|
|
|
11332
|
-
const __vue_scope_id__$
|
|
11331
|
+
const __vue_scope_id__$9 = "data-v-7c3f68fa";
|
|
11333
11332
|
/* module identifier */
|
|
11334
11333
|
|
|
11335
|
-
const __vue_module_identifier__$
|
|
11334
|
+
const __vue_module_identifier__$9 = undefined;
|
|
11336
11335
|
/* functional template */
|
|
11337
11336
|
|
|
11338
|
-
const __vue_is_functional_template__$
|
|
11337
|
+
const __vue_is_functional_template__$9 = false;
|
|
11339
11338
|
/* style inject SSR */
|
|
11340
11339
|
|
|
11341
11340
|
/* style inject shadow dom */
|
|
11342
11341
|
|
|
11343
|
-
const __vue_component__$
|
|
11344
|
-
render: __vue_render__$
|
|
11345
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11346
|
-
}, __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);
|
|
11347
11346
|
|
|
11348
|
-
var InteratividadeFormulario = __vue_component__$
|
|
11347
|
+
var InteratividadeFormulario = __vue_component__$d;
|
|
11349
11348
|
|
|
11350
11349
|
//
|
|
11351
|
-
var script$
|
|
11350
|
+
var script$8 = {
|
|
11352
11351
|
props: {
|
|
11353
11352
|
anexo: {
|
|
11354
11353
|
type: Object,
|
|
@@ -11432,10 +11431,10 @@ var script$7 = {
|
|
|
11432
11431
|
};
|
|
11433
11432
|
|
|
11434
11433
|
/* script */
|
|
11435
|
-
const __vue_script__$
|
|
11434
|
+
const __vue_script__$8 = script$8;
|
|
11436
11435
|
/* template */
|
|
11437
11436
|
|
|
11438
|
-
var __vue_render__$
|
|
11437
|
+
var __vue_render__$8 = function () {
|
|
11439
11438
|
var _vm = this;
|
|
11440
11439
|
|
|
11441
11440
|
var _h = _vm.$createElement;
|
|
@@ -11506,10 +11505,10 @@ var __vue_render__$7 = function () {
|
|
|
11506
11505
|
})], 1)]], 2)], 1);
|
|
11507
11506
|
};
|
|
11508
11507
|
|
|
11509
|
-
var __vue_staticRenderFns__$
|
|
11508
|
+
var __vue_staticRenderFns__$8 = [];
|
|
11510
11509
|
/* style */
|
|
11511
11510
|
|
|
11512
|
-
const __vue_inject_styles__$
|
|
11511
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
11513
11512
|
if (!inject) return;
|
|
11514
11513
|
inject("data-v-037d5568_0", {
|
|
11515
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}",
|
|
@@ -11520,26 +11519,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
11520
11519
|
/* scoped */
|
|
11521
11520
|
|
|
11522
11521
|
|
|
11523
|
-
const __vue_scope_id__$
|
|
11522
|
+
const __vue_scope_id__$8 = "data-v-037d5568";
|
|
11524
11523
|
/* module identifier */
|
|
11525
11524
|
|
|
11526
|
-
const __vue_module_identifier__$
|
|
11525
|
+
const __vue_module_identifier__$8 = undefined;
|
|
11527
11526
|
/* functional template */
|
|
11528
11527
|
|
|
11529
|
-
const __vue_is_functional_template__$
|
|
11528
|
+
const __vue_is_functional_template__$8 = false;
|
|
11530
11529
|
/* style inject SSR */
|
|
11531
11530
|
|
|
11532
11531
|
/* style inject shadow dom */
|
|
11533
11532
|
|
|
11534
|
-
const __vue_component__$
|
|
11535
|
-
render: __vue_render__$
|
|
11536
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11537
|
-
}, __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);
|
|
11538
11537
|
|
|
11539
|
-
var CardAttachment = __vue_component__$
|
|
11538
|
+
var CardAttachment = __vue_component__$c;
|
|
11540
11539
|
|
|
11541
11540
|
//
|
|
11542
|
-
var script$
|
|
11541
|
+
var script$7 = {
|
|
11543
11542
|
components: {
|
|
11544
11543
|
CardAttachment
|
|
11545
11544
|
},
|
|
@@ -11660,10 +11659,10 @@ var script$6 = {
|
|
|
11660
11659
|
};
|
|
11661
11660
|
|
|
11662
11661
|
/* script */
|
|
11663
|
-
const __vue_script__$
|
|
11662
|
+
const __vue_script__$7 = script$7;
|
|
11664
11663
|
/* template */
|
|
11665
11664
|
|
|
11666
|
-
var __vue_render__$
|
|
11665
|
+
var __vue_render__$7 = function () {
|
|
11667
11666
|
var _vm = this;
|
|
11668
11667
|
|
|
11669
11668
|
var _h = _vm.$createElement;
|
|
@@ -11773,10 +11772,10 @@ var __vue_render__$6 = function () {
|
|
|
11773
11772
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
11774
11773
|
};
|
|
11775
11774
|
|
|
11776
|
-
var __vue_staticRenderFns__$
|
|
11775
|
+
var __vue_staticRenderFns__$7 = [];
|
|
11777
11776
|
/* style */
|
|
11778
11777
|
|
|
11779
|
-
const __vue_inject_styles__$
|
|
11778
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
11780
11779
|
if (!inject) return;
|
|
11781
11780
|
inject("data-v-60eaca73_0", {
|
|
11782
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%}",
|
|
@@ -11787,26 +11786,26 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
11787
11786
|
/* scoped */
|
|
11788
11787
|
|
|
11789
11788
|
|
|
11790
|
-
const __vue_scope_id__$
|
|
11789
|
+
const __vue_scope_id__$7 = "data-v-60eaca73";
|
|
11791
11790
|
/* module identifier */
|
|
11792
11791
|
|
|
11793
|
-
const __vue_module_identifier__$
|
|
11792
|
+
const __vue_module_identifier__$7 = undefined;
|
|
11794
11793
|
/* functional template */
|
|
11795
11794
|
|
|
11796
|
-
const __vue_is_functional_template__$
|
|
11795
|
+
const __vue_is_functional_template__$7 = false;
|
|
11797
11796
|
/* style inject SSR */
|
|
11798
11797
|
|
|
11799
11798
|
/* style inject shadow dom */
|
|
11800
11799
|
|
|
11801
|
-
const __vue_component__$
|
|
11802
|
-
render: __vue_render__$
|
|
11803
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11804
|
-
}, __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);
|
|
11805
11804
|
|
|
11806
|
-
var __vue_component__$
|
|
11805
|
+
var __vue_component__$b = __vue_component__$a;
|
|
11807
11806
|
|
|
11808
11807
|
//
|
|
11809
|
-
var script$
|
|
11808
|
+
var script$6 = {
|
|
11810
11809
|
components: {
|
|
11811
11810
|
Loader
|
|
11812
11811
|
},
|
|
@@ -11888,10 +11887,10 @@ var script$5 = {
|
|
|
11888
11887
|
};
|
|
11889
11888
|
|
|
11890
11889
|
/* script */
|
|
11891
|
-
const __vue_script__$
|
|
11890
|
+
const __vue_script__$6 = script$6;
|
|
11892
11891
|
/* template */
|
|
11893
11892
|
|
|
11894
|
-
var __vue_render__$
|
|
11893
|
+
var __vue_render__$6 = function () {
|
|
11895
11894
|
var _vm = this;
|
|
11896
11895
|
|
|
11897
11896
|
var _h = _vm.$createElement;
|
|
@@ -12020,10 +12019,10 @@ var __vue_render__$5 = function () {
|
|
|
12020
12019
|
})], 1) : _vm._e()])], 1)], 1);
|
|
12021
12020
|
};
|
|
12022
12021
|
|
|
12023
|
-
var __vue_staticRenderFns__$
|
|
12022
|
+
var __vue_staticRenderFns__$6 = [];
|
|
12024
12023
|
/* style */
|
|
12025
12024
|
|
|
12026
|
-
const __vue_inject_styles__$
|
|
12025
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
12027
12026
|
if (!inject) return;
|
|
12028
12027
|
inject("data-v-23ebefcd_0", {
|
|
12029
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}",
|
|
@@ -12034,26 +12033,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
12034
12033
|
/* scoped */
|
|
12035
12034
|
|
|
12036
12035
|
|
|
12037
|
-
const __vue_scope_id__$
|
|
12036
|
+
const __vue_scope_id__$6 = "data-v-23ebefcd";
|
|
12038
12037
|
/* module identifier */
|
|
12039
12038
|
|
|
12040
|
-
const __vue_module_identifier__$
|
|
12039
|
+
const __vue_module_identifier__$6 = undefined;
|
|
12041
12040
|
/* functional template */
|
|
12042
12041
|
|
|
12043
|
-
const __vue_is_functional_template__$
|
|
12042
|
+
const __vue_is_functional_template__$6 = false;
|
|
12044
12043
|
/* style inject SSR */
|
|
12045
12044
|
|
|
12046
12045
|
/* style inject shadow dom */
|
|
12047
12046
|
|
|
12048
|
-
const __vue_component__$
|
|
12049
|
-
render: __vue_render__$
|
|
12050
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
12051
|
-
}, __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);
|
|
12052
12051
|
|
|
12053
|
-
var AnexoMensagem = __vue_component__$
|
|
12052
|
+
var AnexoMensagem = __vue_component__$9;
|
|
12054
12053
|
|
|
12055
12054
|
//
|
|
12056
|
-
var script$
|
|
12055
|
+
var script$5 = {
|
|
12057
12056
|
components: {
|
|
12058
12057
|
InteratividadePopup
|
|
12059
12058
|
},
|
|
@@ -12115,10 +12114,10 @@ var script$4 = {
|
|
|
12115
12114
|
};
|
|
12116
12115
|
|
|
12117
12116
|
/* script */
|
|
12118
|
-
const __vue_script__$
|
|
12117
|
+
const __vue_script__$5 = script$5;
|
|
12119
12118
|
/* template */
|
|
12120
12119
|
|
|
12121
|
-
var __vue_render__$
|
|
12120
|
+
var __vue_render__$5 = function () {
|
|
12122
12121
|
var _vm = this;
|
|
12123
12122
|
|
|
12124
12123
|
var _h = _vm.$createElement;
|
|
@@ -12184,10 +12183,10 @@ var __vue_render__$4 = function () {
|
|
|
12184
12183
|
}) : _vm._e()])] : _vm._e()], 2);
|
|
12185
12184
|
};
|
|
12186
12185
|
|
|
12187
|
-
var __vue_staticRenderFns__$
|
|
12186
|
+
var __vue_staticRenderFns__$5 = [];
|
|
12188
12187
|
/* style */
|
|
12189
12188
|
|
|
12190
|
-
const __vue_inject_styles__$
|
|
12189
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
12191
12190
|
if (!inject) return;
|
|
12192
12191
|
inject("data-v-265335df_0", {
|
|
12193
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}",
|
|
@@ -12198,7 +12197,140 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
12198
12197
|
/* scoped */
|
|
12199
12198
|
|
|
12200
12199
|
|
|
12201
|
-
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[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-7adb96a6_0", {
|
|
12325
|
+
source: ".link-preview[data-v-7adb96a6]{display:flex;flex-direction:column}.link-preview-image[data-v-7adb96a6]{display:flex;justify-content:center;align-items:center;padding:10px}.link-preview-image img[data-v-7adb96a6]{max-width:250px}.link-preview-infos[data-v-7adb96a6]{background-color:rgba(0,0,0,.1);padding:10px;font-size:.8rem}",
|
|
12326
|
+
map: undefined,
|
|
12327
|
+
media: undefined
|
|
12328
|
+
});
|
|
12329
|
+
};
|
|
12330
|
+
/* scoped */
|
|
12331
|
+
|
|
12332
|
+
|
|
12333
|
+
const __vue_scope_id__$4 = "data-v-7adb96a6";
|
|
12202
12334
|
/* module identifier */
|
|
12203
12335
|
|
|
12204
12336
|
const __vue_module_identifier__$4 = undefined;
|
|
@@ -12214,12 +12346,7 @@ const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
|
12214
12346
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
12215
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);
|
|
12216
12348
|
|
|
12217
|
-
var
|
|
12218
|
-
|
|
12219
|
-
var linkPrevue_umd_min = createCommonjsModule(function (module, exports) {
|
|
12220
|
-
(function(t,e){module.exports=e();})("undefined"!==typeof self?self:commonjsGlobal,(function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n});},r.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0});},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)r.d(n,i,function(e){return t[e]}.bind(null,i));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s="fb15")}({"0cfc":function(t,e,r){var n=r("81e7");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var i=r("499e").default;i("4bf9c9d1",n,!0,{sourceMap:!1,shadowMode:!1});},"24fb":function(t,e,r){function n(t,e){var r=t[1]||"",n=t[3];if(!n)return r;if(e&&"function"===typeof btoa){var o=i(n),a=n.sources.map((function(t){return "/*# sourceURL=".concat(n.sourceRoot||"").concat(t," */")}));return [r].concat(a).concat([o]).join("\n")}return [r].join("\n")}function i(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),r="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(e);return "/*# ".concat(r," */")}t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var r=n(e,t);return e[2]?"@media ".concat(e[2]," {").concat(r,"}"):r})).join("")},e.i=function(t,r,n){"string"===typeof t&&(t=[[null,t,""]]);var i={};if(n)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(i[a]=!0);}for(var s=0;s<t.length;s++){var d=[].concat(t[s]);n&&i[d[0]]||(r&&(d[2]?d[2]="".concat(r," and ").concat(d[2]):d[2]=r),e.push(d));}},e};},"499e":function(t,e,r){function n(t,e){for(var r=[],n={},i=0;i<e.length;i++){var o=e[i],a=o[0],s=o[1],d=o[2],c=o[3],u={id:t+":"+i,css:s,media:d,sourceMap:c};n[a]?n[a].parts.push(u):r.push(n[a]={id:a,parts:[u]});}return r}r.r(e),r.d(e,"default",(function(){return v}));var i="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!i)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},a=i&&(document.head||document.getElementsByTagName("head")[0]),s=null,d=0,c=!1,u=function(){},l=null,f="data-vue-ssr-id",p="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function v(t,e,r,i){c=r,l=i||{};var a=n(t,e);return h(a),function(e){for(var r=[],i=0;i<a.length;i++){var s=a[i],d=o[s.id];d.refs--,r.push(d);}e?(a=n(t,e),h(a)):a=[];for(i=0;i<r.length;i++){d=r[i];if(0===d.refs){for(var c=0;c<d.parts.length;c++)d.parts[c]();delete o[d.id];}}}}function h(t){for(var e=0;e<t.length;e++){var r=t[e],n=o[r.id];if(n){n.refs++;for(var i=0;i<n.parts.length;i++)n.parts[i](r.parts[i]);for(;i<r.parts.length;i++)n.parts.push(g(r.parts[i]));n.parts.length>r.parts.length&&(n.parts.length=r.parts.length);}else {var a=[];for(i=0;i<r.parts.length;i++)a.push(g(r.parts[i]));o[r.id]={id:r.id,refs:1,parts:a};}}}function m(){var t=document.createElement("style");return t.type="text/css",a.appendChild(t),t}function g(t){var e,r,n=document.querySelector("style["+f+'~="'+t.id+'"]');if(n){if(c)return u;n.parentNode.removeChild(n);}if(p){var i=d++;n=s||(s=m()),e=y.bind(null,n,i,!1),r=y.bind(null,n,i,!0);}else n=m(),e=x.bind(null,n),r=function(){n.parentNode.removeChild(n);};return e(t),function(n){if(n){if(n.css===t.css&&n.media===t.media&&n.sourceMap===t.sourceMap)return;e(t=n);}else r();}}var b=function(){var t=[];return function(e,r){return t[e]=r,t.filter(Boolean).join("\n")}}();function y(t,e,r,n){var i=r?"":n.css;if(t.styleSheet)t.styleSheet.cssText=b(e,i);else {var o=document.createTextNode(i),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(o,a[e]):t.appendChild(o);}}function x(t,e){var r=e.css,n=e.media,i=e.sourceMap;if(n&&t.setAttribute("media",n),l.ssrId&&t.setAttribute(f,e.id),i&&(r+="\n/*# sourceURL="+i.sources[0]+" */",r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),t.styleSheet)t.styleSheet.cssText=r;else {while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r));}}},"57d8":function(t,e,r){var n=r("0cfc"),i=r.n(n);i.a;},"81e7":function(t,e,r){var n=r("24fb");e=n(!1),e.push([t.i,"@import url(https://fonts.googleapis.com/css?family=Hind+Siliguri:400,600);"]),e.push([t.i,".wrapper[data-v-b618d680]{overflow:auto;border-radius:7px 7px 7px 7px;background-color:#fff;box-shadow:0 14px 32px 0 rgba(0,0,0,.15)}.card-img[data-v-b618d680]{width:100%}.card-img img[data-v-b618d680]{width:100%;border-radius:7px 7px 0 0}img[data-v-b618d680]{vertical-align:middle;border-style:none}.card-info[data-v-b618d680]{border-radius:0 0 7px 7px;background-color:#fff}.card-text[data-v-b618d680]{width:80%;margin:0 auto;text-align:justify}.card-text h1[data-v-b618d680]{font-size:24px;color:#474747;margin:5px 0 5px 0}.card-text h1[data-v-b618d680],.card-text p[data-v-b618d680]{text-align:center;font-family:Hind Siliguri,sans-serif}.card-text p[data-v-b618d680]{color:#8d8d8d;font-size:15px;overflow:hidden;margin:0}.card-btn[data-v-b618d680]{margin:1em 0 1em 0;position:relative;text-align:center}.card-btn a[data-v-b618d680]{border-radius:2em;font-family:Hind Siliguri,sans-serif;font-size:14px;letter-spacing:.1em;color:#fff;background-color:#ffa9be;padding:10px 20px 10px 20px;text-align:center;display:inline-block;text-decoration:none!important;transition:all .2s ease-in-out}.card-btn a[data-v-b618d680]:hover{background-color:#ff8fab}.spinner[data-v-b618d680]{margin-top:40%;margin-left:45%;height:28px;width:28px;-webkit-animation:rotate-data-v-b618d680 .8s linear infinite;animation:rotate-data-v-b618d680 .8s linear infinite;border:5px solid #868686;border-right-color:transparent;border-radius:50%}@-webkit-keyframes rotate-data-v-b618d680{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-data-v-b618d680{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}",""]),t.exports=e;},8875:function(t,e,r){var n,i,o;(function(r,a){i=[],n=a,o="function"===typeof n?n.apply(e,i):n,void 0===o||(t.exports=o);})("undefined"!==typeof self&&self,(function(){function t(){var e=Object.getOwnPropertyDescriptor(document,"currentScript");if(!e&&"currentScript"in document&&document.currentScript)return document.currentScript;if(e&&e.get!==t&&document.currentScript)return document.currentScript;try{throw new Error}catch(p){var r,n,i,o=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,a=/@([^@]*):(\d+):(\d+)\s*$/gi,s=o.exec(p.stack)||a.exec(p.stack),d=s&&s[1]||!1,c=s&&s[2]||!1,u=document.location.href.replace(document.location.hash,""),l=document.getElementsByTagName("script");d===u&&(r=document.documentElement.outerHTML,n=new RegExp("(?:[^\\n]+?\\n){0,"+(c-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),i=r.replace(n,"$1").trim());for(var f=0;f<l.length;f++){if("interactive"===l[f].readyState)return l[f];if(l[f].src===d)return l[f];if(d===u&&l[f].innerHTML&&l[f].innerHTML.trim()===i)return l[f]}return null}}return t}));},fb15:function(t,e,r){if(r.r(e),"undefined"!==typeof window){var n=window.document.currentScript,i=r("8875");n=i(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:i});var o=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);o&&(r.p=o[1]);}var a=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[!t.response&&t.validUrl?r("div",{style:{width:t.cardWidth},attrs:{id:"loader-container"}},[t._t("loading",[r("div",{staticClass:"spinner"})])],2):t._e(),t.response?r("div",[t._t("default",[r("div",{staticClass:"wrapper",style:{width:t.cardWidth}},[r("div",{staticClass:"card-img"},[r("img",{attrs:{src:t.response.image}})]),r("div",{staticClass:"card-info"},[r("div",{staticClass:"card-text"},[r("h1",[t._v(t._s(t.response.title))]),r("p",[t._v(t._s(t.response.description))])]),r("div",{staticClass:"card-btn"},[t.showButton?r("a",{attrs:{href:"javascript:;"},on:{click:t.viewMore}},[t._v("View More")]):t._e()])])])],{img:t.response.image,title:t.response.title,description:t.response.description,url:t.url})],2):t._e()])},s=[],d={name:"link-prevue",props:{url:{type:String,default:""},cardWidth:{type:String,default:"400px"},onButtonClick:{type:Function,default:void 0},showButton:{type:Boolean,default:!0},apiUrl:{type:String,default:"https://link-prevue-api-v2.herokuapp.com/preview/"}},watch:{url:function(){this.response=null,this.getLinkPreview();}},created:function(){this.getLinkPreview();},data:function(){return {response:null,validUrl:!1}},methods:{viewMore:function(){if(void 0!==this.onButtonClick)this.onButtonClick(this.response);else {var t=window.open(this.url,"_blank");t.focus();}},isValidUrl:function(t){var e=/https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_+.~#?&//=]*)/;return this.validUrl=e.test(t),this.validUrl},getLinkPreview:function(){var t=this;this.isValidUrl(this.url)&&this.httpRequest((function(e){t.response=JSON.parse(e);}),(function(){t.response=null,t.validUrl=!1;}));},httpRequest:function(t,e){var r=new XMLHttpRequest,n="url="+this.url;r.open("POST",this.apiUrl,!0),r.setRequestHeader("Content-type","application/x-www-form-urlencoded"),r.onreadystatechange=function(){4===r.readyState&&200===r.status&&t(r.responseText),4===r.readyState&&500===r.status&&e();},r.send(n);}}},c=d;r("57d8");function u(t,e,r,n,i,o,a,s){var d,c="function"===typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=r,c._compiled=!0),n&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(d=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a);},c._ssrRegister=d):i&&(d=s?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot);}:i),d)if(c.functional){c._injectStyles=d;var u=c.render;c.render=function(t,e){return d.call(e),u(t,e)};}else {var l=c.beforeCreate;c.beforeCreate=l?[].concat(l,d):[d];}return {exports:t,options:c}}var l=u(c,a,s,!1,null,"b618d680",null),f=l.exports,p=f;e["default"]=p;}})}));
|
|
12221
|
-
|
|
12222
|
-
});
|
|
12349
|
+
var LinkPreview = __vue_component__$7;
|
|
12223
12350
|
|
|
12224
12351
|
//
|
|
12225
12352
|
var script$3 = {
|
|
@@ -12227,7 +12354,7 @@ var script$3 = {
|
|
|
12227
12354
|
AnexoMensagem,
|
|
12228
12355
|
InteratividadeBotoes,
|
|
12229
12356
|
InteratividadeFormulario,
|
|
12230
|
-
|
|
12357
|
+
LinkPreview
|
|
12231
12358
|
},
|
|
12232
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"],
|
|
12233
12360
|
|
|
@@ -12250,8 +12377,7 @@ var script$3 = {
|
|
|
12250
12377
|
rotateControl: false,
|
|
12251
12378
|
fullscreenControl: false,
|
|
12252
12379
|
disableDefaultUI: false
|
|
12253
|
-
}
|
|
12254
|
-
linkPreview: ""
|
|
12380
|
+
}
|
|
12255
12381
|
};
|
|
12256
12382
|
},
|
|
12257
12383
|
|
|
@@ -12340,7 +12466,9 @@ var script$3 = {
|
|
|
12340
12466
|
this.urlFileName = this.getUrlFileName();
|
|
12341
12467
|
this.message = this.removeUrlStickerByString(this.urlSticker);
|
|
12342
12468
|
}
|
|
12343
|
-
} catch (error) {
|
|
12469
|
+
} catch (error) {
|
|
12470
|
+
console.error("Error validating url to msg: ", error);
|
|
12471
|
+
}
|
|
12344
12472
|
},
|
|
12345
12473
|
|
|
12346
12474
|
getUrlFileName() {
|
|
@@ -12361,10 +12489,7 @@ var script$3 = {
|
|
|
12361
12489
|
},
|
|
12362
12490
|
|
|
12363
12491
|
validadeIfExistsSticker() {
|
|
12364
|
-
if (this.message && this.message.indexOf("KSTICKERK https://
|
|
12365
|
-
return true;
|
|
12366
|
-
}
|
|
12367
|
-
|
|
12492
|
+
if (this.message && this.message.indexOf("KSTICKERK https://") === 0) return true;
|
|
12368
12493
|
return false;
|
|
12369
12494
|
},
|
|
12370
12495
|
|
|
@@ -12413,8 +12538,7 @@ var script$3 = {
|
|
|
12413
12538
|
|
|
12414
12539
|
formatMsg(msg) {
|
|
12415
12540
|
const regex = /(\n| )/g;
|
|
12416
|
-
if (regex.test(msg)) msg = msg.replace(regex, "<br>");
|
|
12417
|
-
|
|
12541
|
+
if (regex.test(msg)) msg = msg.replace(regex, "<br>");
|
|
12418
12542
|
return msg;
|
|
12419
12543
|
}
|
|
12420
12544
|
|
|
@@ -12448,7 +12572,11 @@ var __vue_render__$3 = function () {
|
|
|
12448
12572
|
mapa: _vm.mapa,
|
|
12449
12573
|
'hist-msg': _vm.histMsg
|
|
12450
12574
|
}
|
|
12451
|
-
}, [_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) {
|
|
12452
12580
|
return _c('div', {
|
|
12453
12581
|
key: index,
|
|
12454
12582
|
staticClass: "mensagem-anexo"
|
|
@@ -12701,7 +12829,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
12701
12829
|
|
|
12702
12830
|
const __vue_inject_styles__$3 = function (inject) {
|
|
12703
12831
|
if (!inject) return;
|
|
12704
|
-
inject("data-v-
|
|
12832
|
+
inject("data-v-bf266214_0", {
|
|
12705
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}",
|
|
12706
12834
|
map: undefined,
|
|
12707
12835
|
media: undefined
|
|
@@ -13132,12 +13260,12 @@ var __vue_component__$1 = __vue_component__;
|
|
|
13132
13260
|
|
|
13133
13261
|
var components = /*#__PURE__*/Object.freeze({
|
|
13134
13262
|
__proto__: null,
|
|
13135
|
-
TemplateGenerator: __vue_component__$
|
|
13263
|
+
TemplateGenerator: __vue_component__$m,
|
|
13136
13264
|
TextFooter: TextFooter,
|
|
13137
|
-
ExpandTextarea: __vue_component__$
|
|
13138
|
-
Card: __vue_component__$
|
|
13265
|
+
ExpandTextarea: __vue_component__$k,
|
|
13266
|
+
Card: __vue_component__$g,
|
|
13139
13267
|
InteratividadeFormulario: InteratividadeFormulario,
|
|
13140
|
-
CardMessages: __vue_component__$
|
|
13268
|
+
CardMessages: __vue_component__$b,
|
|
13141
13269
|
ChatMessages: __vue_component__$6,
|
|
13142
13270
|
BtnEmojis: BtnEmojis,
|
|
13143
13271
|
SimpleButton: __vue_component__$3,
|
|
@@ -13153,4 +13281,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
13153
13281
|
});
|
|
13154
13282
|
}; // Create module definition for Vue.use()
|
|
13155
13283
|
|
|
13156
|
-
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 };
|