vue-intergrall-plugins 0.0.173 → 0.0.176
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 +545 -388
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +515 -346
- package/package.json +1 -1
- package/src/lib-components/Messages/ChatMessages.vue +25 -21
- package/src/lib-components/Messages/InteratividadeFormulario.vue +171 -0
|
@@ -1858,7 +1858,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
1858
1858
|
//
|
|
1859
1859
|
//
|
|
1860
1860
|
//
|
|
1861
|
-
var script$
|
|
1861
|
+
var script$t = {
|
|
1862
1862
|
data() {
|
|
1863
1863
|
return {
|
|
1864
1864
|
varValues: {},
|
|
@@ -2154,10 +2154,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
2154
2154
|
}
|
|
2155
2155
|
|
|
2156
2156
|
/* script */
|
|
2157
|
-
const __vue_script__$
|
|
2157
|
+
const __vue_script__$t = script$t;
|
|
2158
2158
|
/* template */
|
|
2159
2159
|
|
|
2160
|
-
var __vue_render__$
|
|
2160
|
+
var __vue_render__$t = function () {
|
|
2161
2161
|
var _vm = this;
|
|
2162
2162
|
|
|
2163
2163
|
var _h = _vm.$createElement;
|
|
@@ -2241,31 +2241,31 @@ var __vue_render__$s = function () {
|
|
|
2241
2241
|
})], 2)]) : _vm._e()]);
|
|
2242
2242
|
};
|
|
2243
2243
|
|
|
2244
|
-
var __vue_staticRenderFns__$
|
|
2244
|
+
var __vue_staticRenderFns__$t = [];
|
|
2245
2245
|
/* style */
|
|
2246
2246
|
|
|
2247
|
-
const __vue_inject_styles__$
|
|
2247
|
+
const __vue_inject_styles__$t = undefined;
|
|
2248
2248
|
/* scoped */
|
|
2249
2249
|
|
|
2250
|
-
const __vue_scope_id__$
|
|
2250
|
+
const __vue_scope_id__$t = undefined;
|
|
2251
2251
|
/* module identifier */
|
|
2252
2252
|
|
|
2253
|
-
const __vue_module_identifier__$
|
|
2253
|
+
const __vue_module_identifier__$t = undefined;
|
|
2254
2254
|
/* functional template */
|
|
2255
2255
|
|
|
2256
|
-
const __vue_is_functional_template__$
|
|
2256
|
+
const __vue_is_functional_template__$t = false;
|
|
2257
2257
|
/* style inject */
|
|
2258
2258
|
|
|
2259
2259
|
/* style inject SSR */
|
|
2260
2260
|
|
|
2261
2261
|
/* style inject shadow dom */
|
|
2262
2262
|
|
|
2263
|
-
const __vue_component__$
|
|
2264
|
-
render: __vue_render__$
|
|
2265
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2266
|
-
}, __vue_inject_styles__$
|
|
2263
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2264
|
+
render: __vue_render__$t,
|
|
2265
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
2266
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
2267
2267
|
|
|
2268
|
-
var TemplateSingle = __vue_component__$
|
|
2268
|
+
var TemplateSingle = __vue_component__$A;
|
|
2269
2269
|
|
|
2270
2270
|
const setResizeListeners = ($el, inputClass, parentClass) => {
|
|
2271
2271
|
const inputTargets = $el.querySelectorAll(inputClass);
|
|
@@ -2454,7 +2454,7 @@ var categories=[{id:"people",name:"Smileys & People",emojis:["grinning","grin","
|
|
|
2454
2454
|
//
|
|
2455
2455
|
//
|
|
2456
2456
|
//
|
|
2457
|
-
var script$
|
|
2457
|
+
var script$s = {};
|
|
2458
2458
|
|
|
2459
2459
|
const isOldIE = typeof navigator !== 'undefined' &&
|
|
2460
2460
|
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
@@ -2510,10 +2510,10 @@ function addStyle(id, css) {
|
|
|
2510
2510
|
}
|
|
2511
2511
|
|
|
2512
2512
|
/* script */
|
|
2513
|
-
const __vue_script__$
|
|
2513
|
+
const __vue_script__$s = script$s;
|
|
2514
2514
|
/* template */
|
|
2515
2515
|
|
|
2516
|
-
var __vue_render__$
|
|
2516
|
+
var __vue_render__$s = function () {
|
|
2517
2517
|
var _vm = this;
|
|
2518
2518
|
|
|
2519
2519
|
var _h = _vm.$createElement;
|
|
@@ -2523,7 +2523,7 @@ var __vue_render__$r = function () {
|
|
|
2523
2523
|
return _vm._m(0);
|
|
2524
2524
|
};
|
|
2525
2525
|
|
|
2526
|
-
var __vue_staticRenderFns__$
|
|
2526
|
+
var __vue_staticRenderFns__$s = [function () {
|
|
2527
2527
|
var _vm = this;
|
|
2528
2528
|
|
|
2529
2529
|
var _h = _vm.$createElement;
|
|
@@ -2586,7 +2586,7 @@ var __vue_staticRenderFns__$r = [function () {
|
|
|
2586
2586
|
}];
|
|
2587
2587
|
/* style */
|
|
2588
2588
|
|
|
2589
|
-
const __vue_inject_styles__$
|
|
2589
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
2590
2590
|
if (!inject) return;
|
|
2591
2591
|
inject("data-v-606babe9_0", {
|
|
2592
2592
|
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}",
|
|
@@ -2597,26 +2597,26 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
2597
2597
|
/* scoped */
|
|
2598
2598
|
|
|
2599
2599
|
|
|
2600
|
-
const __vue_scope_id__$
|
|
2600
|
+
const __vue_scope_id__$s = undefined;
|
|
2601
2601
|
/* module identifier */
|
|
2602
2602
|
|
|
2603
|
-
const __vue_module_identifier__$
|
|
2603
|
+
const __vue_module_identifier__$s = undefined;
|
|
2604
2604
|
/* functional template */
|
|
2605
2605
|
|
|
2606
|
-
const __vue_is_functional_template__$
|
|
2606
|
+
const __vue_is_functional_template__$s = false;
|
|
2607
2607
|
/* style inject SSR */
|
|
2608
2608
|
|
|
2609
2609
|
/* style inject shadow dom */
|
|
2610
2610
|
|
|
2611
|
-
const __vue_component__$
|
|
2612
|
-
render: __vue_render__$
|
|
2613
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2614
|
-
}, __vue_inject_styles__$
|
|
2611
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
2612
|
+
render: __vue_render__$s,
|
|
2613
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
2614
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
2615
2615
|
|
|
2616
|
-
var SkeletonPicker = __vue_component__$
|
|
2616
|
+
var SkeletonPicker = __vue_component__$z;
|
|
2617
2617
|
|
|
2618
2618
|
//
|
|
2619
|
-
var script$
|
|
2619
|
+
var script$r = {
|
|
2620
2620
|
components: {
|
|
2621
2621
|
SkeletonPicker
|
|
2622
2622
|
},
|
|
@@ -2825,10 +2825,10 @@ var script$q = {
|
|
|
2825
2825
|
};
|
|
2826
2826
|
|
|
2827
2827
|
/* script */
|
|
2828
|
-
const __vue_script__$
|
|
2828
|
+
const __vue_script__$r = script$r;
|
|
2829
2829
|
/* template */
|
|
2830
2830
|
|
|
2831
|
-
var __vue_render__$
|
|
2831
|
+
var __vue_render__$r = function () {
|
|
2832
2832
|
var _vm = this;
|
|
2833
2833
|
|
|
2834
2834
|
var _h = _vm.$createElement;
|
|
@@ -2931,10 +2931,10 @@ var __vue_render__$q = function () {
|
|
|
2931
2931
|
}), 0)]], 2)], 1);
|
|
2932
2932
|
};
|
|
2933
2933
|
|
|
2934
|
-
var __vue_staticRenderFns__$
|
|
2934
|
+
var __vue_staticRenderFns__$r = [];
|
|
2935
2935
|
/* style */
|
|
2936
2936
|
|
|
2937
|
-
const __vue_inject_styles__$
|
|
2937
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
2938
2938
|
if (!inject) return;
|
|
2939
2939
|
inject("data-v-678ca55c_0", {
|
|
2940
2940
|
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}",
|
|
@@ -2945,26 +2945,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
2945
2945
|
/* scoped */
|
|
2946
2946
|
|
|
2947
2947
|
|
|
2948
|
-
const __vue_scope_id__$
|
|
2948
|
+
const __vue_scope_id__$r = undefined;
|
|
2949
2949
|
/* module identifier */
|
|
2950
2950
|
|
|
2951
|
-
const __vue_module_identifier__$
|
|
2951
|
+
const __vue_module_identifier__$r = undefined;
|
|
2952
2952
|
/* functional template */
|
|
2953
2953
|
|
|
2954
|
-
const __vue_is_functional_template__$
|
|
2954
|
+
const __vue_is_functional_template__$r = false;
|
|
2955
2955
|
/* style inject SSR */
|
|
2956
2956
|
|
|
2957
2957
|
/* style inject shadow dom */
|
|
2958
2958
|
|
|
2959
|
-
const __vue_component__$
|
|
2960
|
-
render: __vue_render__$
|
|
2961
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2962
|
-
}, __vue_inject_styles__$
|
|
2959
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
2960
|
+
render: __vue_render__$r,
|
|
2961
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
2962
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
2963
2963
|
|
|
2964
|
-
var Picker = __vue_component__$
|
|
2964
|
+
var Picker = __vue_component__$y;
|
|
2965
2965
|
|
|
2966
2966
|
//
|
|
2967
|
-
var script$
|
|
2967
|
+
var script$q = {
|
|
2968
2968
|
components: {
|
|
2969
2969
|
Picker
|
|
2970
2970
|
},
|
|
@@ -3064,10 +3064,10 @@ var script$p = {
|
|
|
3064
3064
|
};
|
|
3065
3065
|
|
|
3066
3066
|
/* script */
|
|
3067
|
-
const __vue_script__$
|
|
3067
|
+
const __vue_script__$q = script$q;
|
|
3068
3068
|
/* template */
|
|
3069
3069
|
|
|
3070
|
-
var __vue_render__$
|
|
3070
|
+
var __vue_render__$q = function () {
|
|
3071
3071
|
var _vm = this;
|
|
3072
3072
|
|
|
3073
3073
|
var _h = _vm.$createElement;
|
|
@@ -3110,10 +3110,10 @@ var __vue_render__$p = function () {
|
|
|
3110
3110
|
})], 1)], 1);
|
|
3111
3111
|
};
|
|
3112
3112
|
|
|
3113
|
-
var __vue_staticRenderFns__$
|
|
3113
|
+
var __vue_staticRenderFns__$q = [];
|
|
3114
3114
|
/* style */
|
|
3115
3115
|
|
|
3116
|
-
const __vue_inject_styles__$
|
|
3116
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
3117
3117
|
if (!inject) return;
|
|
3118
3118
|
inject("data-v-7b7b5e22_0", {
|
|
3119
3119
|
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}",
|
|
@@ -3124,23 +3124,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
3124
3124
|
/* scoped */
|
|
3125
3125
|
|
|
3126
3126
|
|
|
3127
|
-
const __vue_scope_id__$
|
|
3127
|
+
const __vue_scope_id__$q = undefined;
|
|
3128
3128
|
/* module identifier */
|
|
3129
3129
|
|
|
3130
|
-
const __vue_module_identifier__$
|
|
3130
|
+
const __vue_module_identifier__$q = undefined;
|
|
3131
3131
|
/* functional template */
|
|
3132
3132
|
|
|
3133
|
-
const __vue_is_functional_template__$
|
|
3133
|
+
const __vue_is_functional_template__$q = false;
|
|
3134
3134
|
/* style inject SSR */
|
|
3135
3135
|
|
|
3136
3136
|
/* style inject shadow dom */
|
|
3137
3137
|
|
|
3138
|
-
const __vue_component__$
|
|
3139
|
-
render: __vue_render__$
|
|
3140
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3141
|
-
}, __vue_inject_styles__$
|
|
3138
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
3139
|
+
render: __vue_render__$q,
|
|
3140
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3141
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
3142
3142
|
|
|
3143
|
-
var BtnEmojis = __vue_component__$
|
|
3143
|
+
var BtnEmojis = __vue_component__$x;
|
|
3144
3144
|
|
|
3145
3145
|
//
|
|
3146
3146
|
//
|
|
@@ -3148,7 +3148,7 @@ var BtnEmojis = __vue_component__$w;
|
|
|
3148
3148
|
//
|
|
3149
3149
|
//
|
|
3150
3150
|
//
|
|
3151
|
-
var script$
|
|
3151
|
+
var script$p = {
|
|
3152
3152
|
props: {
|
|
3153
3153
|
hasBg: {
|
|
3154
3154
|
type: Boolean,
|
|
@@ -3171,10 +3171,10 @@ var script$o = {
|
|
|
3171
3171
|
};
|
|
3172
3172
|
|
|
3173
3173
|
/* script */
|
|
3174
|
-
const __vue_script__$
|
|
3174
|
+
const __vue_script__$p = script$p;
|
|
3175
3175
|
/* template */
|
|
3176
3176
|
|
|
3177
|
-
var __vue_render__$
|
|
3177
|
+
var __vue_render__$p = function () {
|
|
3178
3178
|
var _vm = this;
|
|
3179
3179
|
|
|
3180
3180
|
var _h = _vm.$createElement;
|
|
@@ -3196,10 +3196,10 @@ var __vue_render__$o = function () {
|
|
|
3196
3196
|
})]);
|
|
3197
3197
|
};
|
|
3198
3198
|
|
|
3199
|
-
var __vue_staticRenderFns__$
|
|
3199
|
+
var __vue_staticRenderFns__$p = [];
|
|
3200
3200
|
/* style */
|
|
3201
3201
|
|
|
3202
|
-
const __vue_inject_styles__$
|
|
3202
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
3203
3203
|
if (!inject) return;
|
|
3204
3204
|
inject("data-v-423f52bb_0", {
|
|
3205
3205
|
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)}}",
|
|
@@ -3210,23 +3210,23 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
3210
3210
|
/* scoped */
|
|
3211
3211
|
|
|
3212
3212
|
|
|
3213
|
-
const __vue_scope_id__$
|
|
3213
|
+
const __vue_scope_id__$p = undefined;
|
|
3214
3214
|
/* module identifier */
|
|
3215
3215
|
|
|
3216
|
-
const __vue_module_identifier__$
|
|
3216
|
+
const __vue_module_identifier__$p = undefined;
|
|
3217
3217
|
/* functional template */
|
|
3218
3218
|
|
|
3219
|
-
const __vue_is_functional_template__$
|
|
3219
|
+
const __vue_is_functional_template__$p = false;
|
|
3220
3220
|
/* style inject SSR */
|
|
3221
3221
|
|
|
3222
3222
|
/* style inject shadow dom */
|
|
3223
3223
|
|
|
3224
|
-
const __vue_component__$
|
|
3225
|
-
render: __vue_render__$
|
|
3226
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3227
|
-
}, __vue_inject_styles__$
|
|
3224
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
3225
|
+
render: __vue_render__$p,
|
|
3226
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3227
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
3228
3228
|
|
|
3229
|
-
var Loader = __vue_component__$
|
|
3229
|
+
var Loader = __vue_component__$w;
|
|
3230
3230
|
|
|
3231
3231
|
//
|
|
3232
3232
|
//
|
|
@@ -3236,7 +3236,7 @@ var Loader = __vue_component__$v;
|
|
|
3236
3236
|
//
|
|
3237
3237
|
//
|
|
3238
3238
|
//
|
|
3239
|
-
var script$
|
|
3239
|
+
var script$o = {
|
|
3240
3240
|
props: {
|
|
3241
3241
|
message: {
|
|
3242
3242
|
type: String,
|
|
@@ -3257,10 +3257,10 @@ var script$n = {
|
|
|
3257
3257
|
};
|
|
3258
3258
|
|
|
3259
3259
|
/* script */
|
|
3260
|
-
const __vue_script__$
|
|
3260
|
+
const __vue_script__$o = script$o;
|
|
3261
3261
|
/* template */
|
|
3262
3262
|
|
|
3263
|
-
var __vue_render__$
|
|
3263
|
+
var __vue_render__$o = function () {
|
|
3264
3264
|
var _vm = this;
|
|
3265
3265
|
|
|
3266
3266
|
var _h = _vm.$createElement;
|
|
@@ -3275,31 +3275,31 @@ var __vue_render__$n = function () {
|
|
|
3275
3275
|
}) : _vm._e();
|
|
3276
3276
|
};
|
|
3277
3277
|
|
|
3278
|
-
var __vue_staticRenderFns__$
|
|
3278
|
+
var __vue_staticRenderFns__$o = [];
|
|
3279
3279
|
/* style */
|
|
3280
3280
|
|
|
3281
|
-
const __vue_inject_styles__$
|
|
3281
|
+
const __vue_inject_styles__$o = undefined;
|
|
3282
3282
|
/* scoped */
|
|
3283
3283
|
|
|
3284
|
-
const __vue_scope_id__$
|
|
3284
|
+
const __vue_scope_id__$o = undefined;
|
|
3285
3285
|
/* module identifier */
|
|
3286
3286
|
|
|
3287
|
-
const __vue_module_identifier__$
|
|
3287
|
+
const __vue_module_identifier__$o = undefined;
|
|
3288
3288
|
/* functional template */
|
|
3289
3289
|
|
|
3290
|
-
const __vue_is_functional_template__$
|
|
3290
|
+
const __vue_is_functional_template__$o = false;
|
|
3291
3291
|
/* style inject */
|
|
3292
3292
|
|
|
3293
3293
|
/* style inject SSR */
|
|
3294
3294
|
|
|
3295
3295
|
/* style inject shadow dom */
|
|
3296
3296
|
|
|
3297
|
-
const __vue_component__$
|
|
3298
|
-
render: __vue_render__$
|
|
3299
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3300
|
-
}, __vue_inject_styles__$
|
|
3297
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3298
|
+
render: __vue_render__$o,
|
|
3299
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
3300
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
3301
3301
|
|
|
3302
|
-
var RemainingCharacters = __vue_component__$
|
|
3302
|
+
var RemainingCharacters = __vue_component__$v;
|
|
3303
3303
|
|
|
3304
3304
|
//
|
|
3305
3305
|
//
|
|
@@ -3307,7 +3307,7 @@ var RemainingCharacters = __vue_component__$u;
|
|
|
3307
3307
|
//
|
|
3308
3308
|
//
|
|
3309
3309
|
//
|
|
3310
|
-
var script$
|
|
3310
|
+
var script$n = {
|
|
3311
3311
|
props: {
|
|
3312
3312
|
dictionary: {
|
|
3313
3313
|
type: Object,
|
|
@@ -3379,10 +3379,10 @@ var script$m = {
|
|
|
3379
3379
|
};
|
|
3380
3380
|
|
|
3381
3381
|
/* script */
|
|
3382
|
-
const __vue_script__$
|
|
3382
|
+
const __vue_script__$n = script$n;
|
|
3383
3383
|
/* template */
|
|
3384
3384
|
|
|
3385
|
-
var __vue_render__$
|
|
3385
|
+
var __vue_render__$n = function () {
|
|
3386
3386
|
var _vm = this;
|
|
3387
3387
|
|
|
3388
3388
|
var _h = _vm.$createElement;
|
|
@@ -3404,31 +3404,31 @@ var __vue_render__$m = function () {
|
|
|
3404
3404
|
})], 1);
|
|
3405
3405
|
};
|
|
3406
3406
|
|
|
3407
|
-
var __vue_staticRenderFns__$
|
|
3407
|
+
var __vue_staticRenderFns__$n = [];
|
|
3408
3408
|
/* style */
|
|
3409
3409
|
|
|
3410
|
-
const __vue_inject_styles__$
|
|
3410
|
+
const __vue_inject_styles__$n = undefined;
|
|
3411
3411
|
/* scoped */
|
|
3412
3412
|
|
|
3413
|
-
const __vue_scope_id__$
|
|
3413
|
+
const __vue_scope_id__$n = undefined;
|
|
3414
3414
|
/* module identifier */
|
|
3415
3415
|
|
|
3416
|
-
const __vue_module_identifier__$
|
|
3416
|
+
const __vue_module_identifier__$n = undefined;
|
|
3417
3417
|
/* functional template */
|
|
3418
3418
|
|
|
3419
|
-
const __vue_is_functional_template__$
|
|
3419
|
+
const __vue_is_functional_template__$n = false;
|
|
3420
3420
|
/* style inject */
|
|
3421
3421
|
|
|
3422
3422
|
/* style inject SSR */
|
|
3423
3423
|
|
|
3424
3424
|
/* style inject shadow dom */
|
|
3425
3425
|
|
|
3426
|
-
const __vue_component__$
|
|
3427
|
-
render: __vue_render__$
|
|
3428
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3429
|
-
}, __vue_inject_styles__$
|
|
3426
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3427
|
+
render: __vue_render__$n,
|
|
3428
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
3429
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
3430
3430
|
|
|
3431
|
-
var BtnMic = __vue_component__$
|
|
3431
|
+
var BtnMic = __vue_component__$u;
|
|
3432
3432
|
|
|
3433
3433
|
//
|
|
3434
3434
|
//
|
|
@@ -3452,7 +3452,7 @@ var BtnMic = __vue_component__$t;
|
|
|
3452
3452
|
//
|
|
3453
3453
|
//
|
|
3454
3454
|
//
|
|
3455
|
-
var script$
|
|
3455
|
+
var script$m = {
|
|
3456
3456
|
props: {
|
|
3457
3457
|
dictionary: {
|
|
3458
3458
|
type: Object,
|
|
@@ -3493,10 +3493,10 @@ var script$l = {
|
|
|
3493
3493
|
};
|
|
3494
3494
|
|
|
3495
3495
|
/* script */
|
|
3496
|
-
const __vue_script__$
|
|
3496
|
+
const __vue_script__$m = script$m;
|
|
3497
3497
|
/* template */
|
|
3498
3498
|
|
|
3499
|
-
var __vue_render__$
|
|
3499
|
+
var __vue_render__$m = function () {
|
|
3500
3500
|
var _vm = this;
|
|
3501
3501
|
|
|
3502
3502
|
var _h = _vm.$createElement;
|
|
@@ -3550,10 +3550,10 @@ var __vue_render__$l = function () {
|
|
|
3550
3550
|
})]) : _vm._e()]], 2);
|
|
3551
3551
|
};
|
|
3552
3552
|
|
|
3553
|
-
var __vue_staticRenderFns__$
|
|
3553
|
+
var __vue_staticRenderFns__$m = [];
|
|
3554
3554
|
/* style */
|
|
3555
3555
|
|
|
3556
|
-
const __vue_inject_styles__$
|
|
3556
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
3557
3557
|
if (!inject) return;
|
|
3558
3558
|
inject("data-v-da00a08e_0", {
|
|
3559
3559
|
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%}",
|
|
@@ -3564,26 +3564,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
3564
3564
|
/* scoped */
|
|
3565
3565
|
|
|
3566
3566
|
|
|
3567
|
-
const __vue_scope_id__$
|
|
3567
|
+
const __vue_scope_id__$m = undefined;
|
|
3568
3568
|
/* module identifier */
|
|
3569
3569
|
|
|
3570
|
-
const __vue_module_identifier__$
|
|
3570
|
+
const __vue_module_identifier__$m = undefined;
|
|
3571
3571
|
/* functional template */
|
|
3572
3572
|
|
|
3573
|
-
const __vue_is_functional_template__$
|
|
3573
|
+
const __vue_is_functional_template__$m = false;
|
|
3574
3574
|
/* style inject SSR */
|
|
3575
3575
|
|
|
3576
3576
|
/* style inject shadow dom */
|
|
3577
3577
|
|
|
3578
|
-
const __vue_component__$
|
|
3579
|
-
render: __vue_render__$
|
|
3580
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3581
|
-
}, __vue_inject_styles__$
|
|
3578
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3579
|
+
render: __vue_render__$m,
|
|
3580
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
3581
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
3582
3582
|
|
|
3583
|
-
var SingleFilePreview = __vue_component__$
|
|
3583
|
+
var SingleFilePreview = __vue_component__$t;
|
|
3584
3584
|
|
|
3585
3585
|
//
|
|
3586
|
-
var script$
|
|
3586
|
+
var script$l = {
|
|
3587
3587
|
components: {
|
|
3588
3588
|
Loader
|
|
3589
3589
|
},
|
|
@@ -3666,10 +3666,10 @@ var script$k = {
|
|
|
3666
3666
|
};
|
|
3667
3667
|
|
|
3668
3668
|
/* script */
|
|
3669
|
-
const __vue_script__$
|
|
3669
|
+
const __vue_script__$l = script$l;
|
|
3670
3670
|
/* template */
|
|
3671
3671
|
|
|
3672
|
-
var __vue_render__$
|
|
3672
|
+
var __vue_render__$l = function () {
|
|
3673
3673
|
var _vm = this;
|
|
3674
3674
|
|
|
3675
3675
|
var _h = _vm.$createElement;
|
|
@@ -3759,10 +3759,10 @@ var __vue_render__$k = function () {
|
|
|
3759
3759
|
})], 2)], 1);
|
|
3760
3760
|
};
|
|
3761
3761
|
|
|
3762
|
-
var __vue_staticRenderFns__$
|
|
3762
|
+
var __vue_staticRenderFns__$l = [];
|
|
3763
3763
|
/* style */
|
|
3764
3764
|
|
|
3765
|
-
const __vue_inject_styles__$
|
|
3765
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
3766
3766
|
if (!inject) return;
|
|
3767
3767
|
inject("data-v-22ab2ae5_0", {
|
|
3768
3768
|
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}",
|
|
@@ -3773,26 +3773,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
3773
3773
|
/* scoped */
|
|
3774
3774
|
|
|
3775
3775
|
|
|
3776
|
-
const __vue_scope_id__$
|
|
3776
|
+
const __vue_scope_id__$l = undefined;
|
|
3777
3777
|
/* module identifier */
|
|
3778
3778
|
|
|
3779
|
-
const __vue_module_identifier__$
|
|
3779
|
+
const __vue_module_identifier__$l = undefined;
|
|
3780
3780
|
/* functional template */
|
|
3781
3781
|
|
|
3782
|
-
const __vue_is_functional_template__$
|
|
3782
|
+
const __vue_is_functional_template__$l = false;
|
|
3783
3783
|
/* style inject SSR */
|
|
3784
3784
|
|
|
3785
3785
|
/* style inject shadow dom */
|
|
3786
3786
|
|
|
3787
|
-
const __vue_component__$
|
|
3788
|
-
render: __vue_render__$
|
|
3789
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3790
|
-
}, __vue_inject_styles__$
|
|
3787
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
3788
|
+
render: __vue_render__$l,
|
|
3789
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
3790
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
3791
3791
|
|
|
3792
|
-
var MultipleFilePreview = __vue_component__$
|
|
3792
|
+
var MultipleFilePreview = __vue_component__$s;
|
|
3793
3793
|
|
|
3794
3794
|
//
|
|
3795
|
-
var script$
|
|
3795
|
+
var script$k = {
|
|
3796
3796
|
components: {
|
|
3797
3797
|
SingleFilePreview,
|
|
3798
3798
|
MultipleFilePreview
|
|
@@ -4043,10 +4043,10 @@ var script$j = {
|
|
|
4043
4043
|
};
|
|
4044
4044
|
|
|
4045
4045
|
/* script */
|
|
4046
|
-
const __vue_script__$
|
|
4046
|
+
const __vue_script__$k = script$k;
|
|
4047
4047
|
/* template */
|
|
4048
4048
|
|
|
4049
|
-
var __vue_render__$
|
|
4049
|
+
var __vue_render__$k = function () {
|
|
4050
4050
|
var _vm = this;
|
|
4051
4051
|
|
|
4052
4052
|
var _h = _vm.$createElement;
|
|
@@ -4227,10 +4227,10 @@ var __vue_render__$j = function () {
|
|
|
4227
4227
|
}) : _vm._e()], 1)])], 1);
|
|
4228
4228
|
};
|
|
4229
4229
|
|
|
4230
|
-
var __vue_staticRenderFns__$
|
|
4230
|
+
var __vue_staticRenderFns__$k = [];
|
|
4231
4231
|
/* style */
|
|
4232
4232
|
|
|
4233
|
-
const __vue_inject_styles__$
|
|
4233
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
4234
4234
|
if (!inject) return;
|
|
4235
4235
|
inject("data-v-2ac0bc50_0", {
|
|
4236
4236
|
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}",
|
|
@@ -4241,6 +4241,74 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
4241
4241
|
/* scoped */
|
|
4242
4242
|
|
|
4243
4243
|
|
|
4244
|
+
const __vue_scope_id__$k = undefined;
|
|
4245
|
+
/* module identifier */
|
|
4246
|
+
|
|
4247
|
+
const __vue_module_identifier__$k = undefined;
|
|
4248
|
+
/* functional template */
|
|
4249
|
+
|
|
4250
|
+
const __vue_is_functional_template__$k = false;
|
|
4251
|
+
/* style inject SSR */
|
|
4252
|
+
|
|
4253
|
+
/* style inject shadow dom */
|
|
4254
|
+
|
|
4255
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
4256
|
+
render: __vue_render__$k,
|
|
4257
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
4258
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
4259
|
+
|
|
4260
|
+
var BtnFiles = __vue_component__$r;
|
|
4261
|
+
|
|
4262
|
+
//
|
|
4263
|
+
//
|
|
4264
|
+
//
|
|
4265
|
+
//
|
|
4266
|
+
//
|
|
4267
|
+
//
|
|
4268
|
+
var script$j = {
|
|
4269
|
+
props: {
|
|
4270
|
+
dictionary: {
|
|
4271
|
+
type: Object,
|
|
4272
|
+
default: {},
|
|
4273
|
+
required: false
|
|
4274
|
+
}
|
|
4275
|
+
}
|
|
4276
|
+
};
|
|
4277
|
+
|
|
4278
|
+
/* script */
|
|
4279
|
+
const __vue_script__$j = script$j;
|
|
4280
|
+
/* template */
|
|
4281
|
+
|
|
4282
|
+
var __vue_render__$j = function () {
|
|
4283
|
+
var _vm = this;
|
|
4284
|
+
|
|
4285
|
+
var _h = _vm.$createElement;
|
|
4286
|
+
|
|
4287
|
+
var _c = _vm._self._c || _h;
|
|
4288
|
+
|
|
4289
|
+
return _c('div', {
|
|
4290
|
+
staticClass: "text-footer-actions--btn",
|
|
4291
|
+
attrs: {
|
|
4292
|
+
"title": _vm.dictionary.title_expandir_textarea
|
|
4293
|
+
},
|
|
4294
|
+
on: {
|
|
4295
|
+
"click": function ($event) {
|
|
4296
|
+
return _vm.$emit('expand-textarea');
|
|
4297
|
+
}
|
|
4298
|
+
}
|
|
4299
|
+
}, [_c('fa-icon', {
|
|
4300
|
+
attrs: {
|
|
4301
|
+
"icon": ['fas', 'expand-alt']
|
|
4302
|
+
}
|
|
4303
|
+
})], 1);
|
|
4304
|
+
};
|
|
4305
|
+
|
|
4306
|
+
var __vue_staticRenderFns__$j = [];
|
|
4307
|
+
/* style */
|
|
4308
|
+
|
|
4309
|
+
const __vue_inject_styles__$j = undefined;
|
|
4310
|
+
/* scoped */
|
|
4311
|
+
|
|
4244
4312
|
const __vue_scope_id__$j = undefined;
|
|
4245
4313
|
/* module identifier */
|
|
4246
4314
|
|
|
@@ -4248,6 +4316,8 @@ const __vue_module_identifier__$j = undefined;
|
|
|
4248
4316
|
/* functional template */
|
|
4249
4317
|
|
|
4250
4318
|
const __vue_is_functional_template__$j = false;
|
|
4319
|
+
/* style inject */
|
|
4320
|
+
|
|
4251
4321
|
/* style inject SSR */
|
|
4252
4322
|
|
|
4253
4323
|
/* style inject shadow dom */
|
|
@@ -4255,9 +4325,9 @@ const __vue_is_functional_template__$j = false;
|
|
|
4255
4325
|
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
4256
4326
|
render: __vue_render__$j,
|
|
4257
4327
|
staticRenderFns: __vue_staticRenderFns__$j
|
|
4258
|
-
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false,
|
|
4328
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
4259
4329
|
|
|
4260
|
-
var
|
|
4330
|
+
var BtnExpand = __vue_component__$q;
|
|
4261
4331
|
|
|
4262
4332
|
//
|
|
4263
4333
|
//
|
|
@@ -4289,16 +4359,16 @@ var __vue_render__$i = function () {
|
|
|
4289
4359
|
return _c('div', {
|
|
4290
4360
|
staticClass: "text-footer-actions--btn",
|
|
4291
4361
|
attrs: {
|
|
4292
|
-
"title": _vm.dictionary.
|
|
4362
|
+
"title": _vm.dictionary.title_msg_formatada
|
|
4293
4363
|
},
|
|
4294
4364
|
on: {
|
|
4295
4365
|
"click": function ($event) {
|
|
4296
|
-
return _vm.$emit('
|
|
4366
|
+
return _vm.$emit('toggle-standard-messages');
|
|
4297
4367
|
}
|
|
4298
4368
|
}
|
|
4299
4369
|
}, [_c('fa-icon', {
|
|
4300
4370
|
attrs: {
|
|
4301
|
-
"icon": ['fas', '
|
|
4371
|
+
"icon": ['fas', 'comment']
|
|
4302
4372
|
}
|
|
4303
4373
|
})], 1);
|
|
4304
4374
|
};
|
|
@@ -4327,77 +4397,7 @@ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
|
4327
4397
|
staticRenderFns: __vue_staticRenderFns__$i
|
|
4328
4398
|
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
4329
4399
|
|
|
4330
|
-
var
|
|
4331
|
-
|
|
4332
|
-
//
|
|
4333
|
-
//
|
|
4334
|
-
//
|
|
4335
|
-
//
|
|
4336
|
-
//
|
|
4337
|
-
//
|
|
4338
|
-
var script$h = {
|
|
4339
|
-
props: {
|
|
4340
|
-
dictionary: {
|
|
4341
|
-
type: Object,
|
|
4342
|
-
default: {},
|
|
4343
|
-
required: false
|
|
4344
|
-
}
|
|
4345
|
-
}
|
|
4346
|
-
};
|
|
4347
|
-
|
|
4348
|
-
/* script */
|
|
4349
|
-
const __vue_script__$h = script$h;
|
|
4350
|
-
/* template */
|
|
4351
|
-
|
|
4352
|
-
var __vue_render__$h = function () {
|
|
4353
|
-
var _vm = this;
|
|
4354
|
-
|
|
4355
|
-
var _h = _vm.$createElement;
|
|
4356
|
-
|
|
4357
|
-
var _c = _vm._self._c || _h;
|
|
4358
|
-
|
|
4359
|
-
return _c('div', {
|
|
4360
|
-
staticClass: "text-footer-actions--btn",
|
|
4361
|
-
attrs: {
|
|
4362
|
-
"title": _vm.dictionary.title_msg_formatada
|
|
4363
|
-
},
|
|
4364
|
-
on: {
|
|
4365
|
-
"click": function ($event) {
|
|
4366
|
-
return _vm.$emit('toggle-standard-messages');
|
|
4367
|
-
}
|
|
4368
|
-
}
|
|
4369
|
-
}, [_c('fa-icon', {
|
|
4370
|
-
attrs: {
|
|
4371
|
-
"icon": ['fas', 'comment']
|
|
4372
|
-
}
|
|
4373
|
-
})], 1);
|
|
4374
|
-
};
|
|
4375
|
-
|
|
4376
|
-
var __vue_staticRenderFns__$h = [];
|
|
4377
|
-
/* style */
|
|
4378
|
-
|
|
4379
|
-
const __vue_inject_styles__$h = undefined;
|
|
4380
|
-
/* scoped */
|
|
4381
|
-
|
|
4382
|
-
const __vue_scope_id__$h = undefined;
|
|
4383
|
-
/* module identifier */
|
|
4384
|
-
|
|
4385
|
-
const __vue_module_identifier__$h = undefined;
|
|
4386
|
-
/* functional template */
|
|
4387
|
-
|
|
4388
|
-
const __vue_is_functional_template__$h = false;
|
|
4389
|
-
/* style inject */
|
|
4390
|
-
|
|
4391
|
-
/* style inject SSR */
|
|
4392
|
-
|
|
4393
|
-
/* style inject shadow dom */
|
|
4394
|
-
|
|
4395
|
-
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
4396
|
-
render: __vue_render__$h,
|
|
4397
|
-
staticRenderFns: __vue_staticRenderFns__$h
|
|
4398
|
-
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
4399
|
-
|
|
4400
|
-
var BtnStandardMessages = __vue_component__$o;
|
|
4400
|
+
var BtnStandardMessages = __vue_component__$p;
|
|
4401
4401
|
|
|
4402
4402
|
var bind = function bind(fn, thisArg) {
|
|
4403
4403
|
return function wrap() {
|
|
@@ -8314,7 +8314,7 @@ const standardMessages = {
|
|
|
8314
8314
|
};
|
|
8315
8315
|
|
|
8316
8316
|
//
|
|
8317
|
-
var script$
|
|
8317
|
+
var script$h = {
|
|
8318
8318
|
mixins: [standardMessages],
|
|
8319
8319
|
props: {
|
|
8320
8320
|
dictionary: {
|
|
@@ -8519,10 +8519,10 @@ var script$g = {
|
|
|
8519
8519
|
};
|
|
8520
8520
|
|
|
8521
8521
|
/* script */
|
|
8522
|
-
const __vue_script__$
|
|
8522
|
+
const __vue_script__$h = script$h;
|
|
8523
8523
|
/* template */
|
|
8524
8524
|
|
|
8525
|
-
var __vue_render__$
|
|
8525
|
+
var __vue_render__$h = function () {
|
|
8526
8526
|
var _vm = this;
|
|
8527
8527
|
|
|
8528
8528
|
var _h = _vm.$createElement;
|
|
@@ -8636,10 +8636,10 @@ var __vue_render__$g = function () {
|
|
|
8636
8636
|
}, [_c('VueLoader')], 1) : _vm._e()])], 1)], 1);
|
|
8637
8637
|
};
|
|
8638
8638
|
|
|
8639
|
-
var __vue_staticRenderFns__$
|
|
8639
|
+
var __vue_staticRenderFns__$h = [];
|
|
8640
8640
|
/* style */
|
|
8641
8641
|
|
|
8642
|
-
const __vue_inject_styles__$
|
|
8642
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
8643
8643
|
if (!inject) return;
|
|
8644
8644
|
inject("data-v-d5920a7e_0", {
|
|
8645
8645
|
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}",
|
|
@@ -8650,26 +8650,26 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
8650
8650
|
/* scoped */
|
|
8651
8651
|
|
|
8652
8652
|
|
|
8653
|
-
const __vue_scope_id__$
|
|
8653
|
+
const __vue_scope_id__$h = undefined;
|
|
8654
8654
|
/* module identifier */
|
|
8655
8655
|
|
|
8656
|
-
const __vue_module_identifier__$
|
|
8656
|
+
const __vue_module_identifier__$h = undefined;
|
|
8657
8657
|
/* functional template */
|
|
8658
8658
|
|
|
8659
|
-
const __vue_is_functional_template__$
|
|
8659
|
+
const __vue_is_functional_template__$h = false;
|
|
8660
8660
|
/* style inject SSR */
|
|
8661
8661
|
|
|
8662
8662
|
/* style inject shadow dom */
|
|
8663
8663
|
|
|
8664
|
-
const __vue_component__$
|
|
8665
|
-
render: __vue_render__$
|
|
8666
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8667
|
-
}, __vue_inject_styles__$
|
|
8664
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8665
|
+
render: __vue_render__$h,
|
|
8666
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
8667
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
8668
8668
|
|
|
8669
|
-
var StandardMessages = __vue_component__$
|
|
8669
|
+
var StandardMessages = __vue_component__$o;
|
|
8670
8670
|
|
|
8671
8671
|
//
|
|
8672
|
-
var script$
|
|
8672
|
+
var script$g = {
|
|
8673
8673
|
components: {
|
|
8674
8674
|
BtnEmojis,
|
|
8675
8675
|
Loader,
|
|
@@ -9150,10 +9150,10 @@ var script$f = {
|
|
|
9150
9150
|
};
|
|
9151
9151
|
|
|
9152
9152
|
/* script */
|
|
9153
|
-
const __vue_script__$
|
|
9153
|
+
const __vue_script__$g = script$g;
|
|
9154
9154
|
/* template */
|
|
9155
9155
|
|
|
9156
|
-
var __vue_render__$
|
|
9156
|
+
var __vue_render__$g = function () {
|
|
9157
9157
|
var _vm = this;
|
|
9158
9158
|
|
|
9159
9159
|
var _h = _vm.$createElement;
|
|
@@ -9394,10 +9394,10 @@ var __vue_render__$f = function () {
|
|
|
9394
9394
|
}) : _vm._e()], 1)], 1) : _vm._e();
|
|
9395
9395
|
};
|
|
9396
9396
|
|
|
9397
|
-
var __vue_staticRenderFns__$
|
|
9397
|
+
var __vue_staticRenderFns__$g = [];
|
|
9398
9398
|
/* style */
|
|
9399
9399
|
|
|
9400
|
-
const __vue_inject_styles__$
|
|
9400
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
9401
9401
|
if (!inject) return;
|
|
9402
9402
|
inject("data-v-bb390258_0", {
|
|
9403
9403
|
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}",
|
|
@@ -9408,26 +9408,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
9408
9408
|
/* scoped */
|
|
9409
9409
|
|
|
9410
9410
|
|
|
9411
|
-
const __vue_scope_id__$
|
|
9411
|
+
const __vue_scope_id__$g = undefined;
|
|
9412
9412
|
/* module identifier */
|
|
9413
9413
|
|
|
9414
|
-
const __vue_module_identifier__$
|
|
9414
|
+
const __vue_module_identifier__$g = undefined;
|
|
9415
9415
|
/* functional template */
|
|
9416
9416
|
|
|
9417
|
-
const __vue_is_functional_template__$
|
|
9417
|
+
const __vue_is_functional_template__$g = false;
|
|
9418
9418
|
/* style inject SSR */
|
|
9419
9419
|
|
|
9420
9420
|
/* style inject shadow dom */
|
|
9421
9421
|
|
|
9422
|
-
const __vue_component__$
|
|
9423
|
-
render: __vue_render__$
|
|
9424
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9425
|
-
}, __vue_inject_styles__$
|
|
9422
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
9423
|
+
render: __vue_render__$g,
|
|
9424
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
9425
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
9426
9426
|
|
|
9427
|
-
var TextFooter = __vue_component__$
|
|
9427
|
+
var TextFooter = __vue_component__$n;
|
|
9428
9428
|
|
|
9429
9429
|
//
|
|
9430
|
-
var script$
|
|
9430
|
+
var script$f = {
|
|
9431
9431
|
components: {
|
|
9432
9432
|
TextFooter
|
|
9433
9433
|
},
|
|
@@ -9478,10 +9478,10 @@ var script$e = {
|
|
|
9478
9478
|
};
|
|
9479
9479
|
|
|
9480
9480
|
/* script */
|
|
9481
|
-
const __vue_script__$
|
|
9481
|
+
const __vue_script__$f = script$f;
|
|
9482
9482
|
/* template */
|
|
9483
9483
|
|
|
9484
|
-
var __vue_render__$
|
|
9484
|
+
var __vue_render__$f = function () {
|
|
9485
9485
|
var _vm = this;
|
|
9486
9486
|
|
|
9487
9487
|
var _h = _vm.$createElement;
|
|
@@ -9525,34 +9525,34 @@ var __vue_render__$e = function () {
|
|
|
9525
9525
|
})], 2)]) : _vm._e()], 1)])]);
|
|
9526
9526
|
};
|
|
9527
9527
|
|
|
9528
|
-
var __vue_staticRenderFns__$
|
|
9528
|
+
var __vue_staticRenderFns__$f = [];
|
|
9529
9529
|
/* style */
|
|
9530
9530
|
|
|
9531
|
-
const __vue_inject_styles__$
|
|
9531
|
+
const __vue_inject_styles__$f = undefined;
|
|
9532
9532
|
/* scoped */
|
|
9533
9533
|
|
|
9534
|
-
const __vue_scope_id__$
|
|
9534
|
+
const __vue_scope_id__$f = undefined;
|
|
9535
9535
|
/* module identifier */
|
|
9536
9536
|
|
|
9537
|
-
const __vue_module_identifier__$
|
|
9537
|
+
const __vue_module_identifier__$f = undefined;
|
|
9538
9538
|
/* functional template */
|
|
9539
9539
|
|
|
9540
|
-
const __vue_is_functional_template__$
|
|
9540
|
+
const __vue_is_functional_template__$f = false;
|
|
9541
9541
|
/* style inject */
|
|
9542
9542
|
|
|
9543
9543
|
/* style inject SSR */
|
|
9544
9544
|
|
|
9545
9545
|
/* style inject shadow dom */
|
|
9546
9546
|
|
|
9547
|
-
const __vue_component__$
|
|
9548
|
-
render: __vue_render__$
|
|
9549
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9550
|
-
}, __vue_inject_styles__$
|
|
9547
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
9548
|
+
render: __vue_render__$f,
|
|
9549
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
9550
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
9551
9551
|
|
|
9552
|
-
var TemplateMessage = __vue_component__$
|
|
9552
|
+
var TemplateMessage = __vue_component__$m;
|
|
9553
9553
|
|
|
9554
9554
|
//
|
|
9555
|
-
var script$
|
|
9555
|
+
var script$e = {
|
|
9556
9556
|
components: {
|
|
9557
9557
|
TemplateSingle,
|
|
9558
9558
|
TemplateMessage
|
|
@@ -9752,10 +9752,10 @@ var script$d = {
|
|
|
9752
9752
|
};
|
|
9753
9753
|
|
|
9754
9754
|
/* script */
|
|
9755
|
-
const __vue_script__$
|
|
9755
|
+
const __vue_script__$e = script$e;
|
|
9756
9756
|
/* template */
|
|
9757
9757
|
|
|
9758
|
-
var __vue_render__$
|
|
9758
|
+
var __vue_render__$e = function () {
|
|
9759
9759
|
var _vm = this;
|
|
9760
9760
|
|
|
9761
9761
|
var _h = _vm.$createElement;
|
|
@@ -9829,10 +9829,10 @@ var __vue_render__$d = function () {
|
|
|
9829
9829
|
})], 1)] : _vm._e()], 2) : _vm._e();
|
|
9830
9830
|
};
|
|
9831
9831
|
|
|
9832
|
-
var __vue_staticRenderFns__$
|
|
9832
|
+
var __vue_staticRenderFns__$e = [];
|
|
9833
9833
|
/* style */
|
|
9834
9834
|
|
|
9835
|
-
const __vue_inject_styles__$
|
|
9835
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
9836
9836
|
if (!inject) return;
|
|
9837
9837
|
inject("data-v-1c24c23b_0", {
|
|
9838
9838
|
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}",
|
|
@@ -9843,26 +9843,26 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
9843
9843
|
/* scoped */
|
|
9844
9844
|
|
|
9845
9845
|
|
|
9846
|
-
const __vue_scope_id__$
|
|
9846
|
+
const __vue_scope_id__$e = undefined;
|
|
9847
9847
|
/* module identifier */
|
|
9848
9848
|
|
|
9849
|
-
const __vue_module_identifier__$
|
|
9849
|
+
const __vue_module_identifier__$e = undefined;
|
|
9850
9850
|
/* functional template */
|
|
9851
9851
|
|
|
9852
|
-
const __vue_is_functional_template__$
|
|
9852
|
+
const __vue_is_functional_template__$e = false;
|
|
9853
9853
|
/* style inject SSR */
|
|
9854
9854
|
|
|
9855
9855
|
/* style inject shadow dom */
|
|
9856
9856
|
|
|
9857
|
-
const __vue_component__$
|
|
9858
|
-
render: __vue_render__$
|
|
9859
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9860
|
-
}, __vue_inject_styles__$
|
|
9857
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
9858
|
+
render: __vue_render__$e,
|
|
9859
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
9860
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
9861
9861
|
|
|
9862
|
-
var __vue_component__$
|
|
9862
|
+
var __vue_component__$l = __vue_component__$k;
|
|
9863
9863
|
|
|
9864
9864
|
//
|
|
9865
|
-
var script$
|
|
9865
|
+
var script$d = {
|
|
9866
9866
|
components: {
|
|
9867
9867
|
BtnEmojis,
|
|
9868
9868
|
BtnFiles
|
|
@@ -10148,10 +10148,10 @@ var script$c = {
|
|
|
10148
10148
|
};
|
|
10149
10149
|
|
|
10150
10150
|
/* script */
|
|
10151
|
-
const __vue_script__$
|
|
10151
|
+
const __vue_script__$d = script$d;
|
|
10152
10152
|
/* template */
|
|
10153
10153
|
|
|
10154
|
-
var __vue_render__$
|
|
10154
|
+
var __vue_render__$d = function () {
|
|
10155
10155
|
var _vm = this;
|
|
10156
10156
|
|
|
10157
10157
|
var _h = _vm.$createElement;
|
|
@@ -10250,10 +10250,10 @@ var __vue_render__$c = function () {
|
|
|
10250
10250
|
}) : _vm._e(), _vm._v(" "), _vm._t("btn-1"), _vm._v(" "), _vm._t("btn-2")], 2)])], 1);
|
|
10251
10251
|
};
|
|
10252
10252
|
|
|
10253
|
-
var __vue_staticRenderFns__$
|
|
10253
|
+
var __vue_staticRenderFns__$d = [];
|
|
10254
10254
|
/* style */
|
|
10255
10255
|
|
|
10256
|
-
const __vue_inject_styles__$
|
|
10256
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
10257
10257
|
if (!inject) return;
|
|
10258
10258
|
inject("data-v-35df0b7d_0", {
|
|
10259
10259
|
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}",
|
|
@@ -10264,23 +10264,23 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
10264
10264
|
/* scoped */
|
|
10265
10265
|
|
|
10266
10266
|
|
|
10267
|
-
const __vue_scope_id__$
|
|
10267
|
+
const __vue_scope_id__$d = undefined;
|
|
10268
10268
|
/* module identifier */
|
|
10269
10269
|
|
|
10270
|
-
const __vue_module_identifier__$
|
|
10270
|
+
const __vue_module_identifier__$d = undefined;
|
|
10271
10271
|
/* functional template */
|
|
10272
10272
|
|
|
10273
|
-
const __vue_is_functional_template__$
|
|
10273
|
+
const __vue_is_functional_template__$d = false;
|
|
10274
10274
|
/* style inject SSR */
|
|
10275
10275
|
|
|
10276
10276
|
/* style inject shadow dom */
|
|
10277
10277
|
|
|
10278
|
-
const __vue_component__$
|
|
10279
|
-
render: __vue_render__$
|
|
10280
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10281
|
-
}, __vue_inject_styles__$
|
|
10278
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
10279
|
+
render: __vue_render__$d,
|
|
10280
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
10281
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
10282
10282
|
|
|
10283
|
-
var __vue_component__$
|
|
10283
|
+
var __vue_component__$j = __vue_component__$i;
|
|
10284
10284
|
|
|
10285
10285
|
const textoLongo = {
|
|
10286
10286
|
methods: {
|
|
@@ -10391,7 +10391,7 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
10391
10391
|
}
|
|
10392
10392
|
|
|
10393
10393
|
//
|
|
10394
|
-
var script$
|
|
10394
|
+
var script$c = {
|
|
10395
10395
|
props: {
|
|
10396
10396
|
file: {
|
|
10397
10397
|
type: Object,
|
|
@@ -10475,10 +10475,10 @@ var script$b = {
|
|
|
10475
10475
|
};
|
|
10476
10476
|
|
|
10477
10477
|
/* script */
|
|
10478
|
-
const __vue_script__$
|
|
10478
|
+
const __vue_script__$c = script$c;
|
|
10479
10479
|
/* template */
|
|
10480
10480
|
|
|
10481
|
-
var __vue_render__$
|
|
10481
|
+
var __vue_render__$c = function () {
|
|
10482
10482
|
var _vm = this;
|
|
10483
10483
|
|
|
10484
10484
|
var _h = _vm.$createElement;
|
|
@@ -10549,10 +10549,10 @@ var __vue_render__$b = function () {
|
|
|
10549
10549
|
})], 1)]], 2)], 1);
|
|
10550
10550
|
};
|
|
10551
10551
|
|
|
10552
|
-
var __vue_staticRenderFns__$
|
|
10552
|
+
var __vue_staticRenderFns__$c = [];
|
|
10553
10553
|
/* style */
|
|
10554
10554
|
|
|
10555
|
-
const __vue_inject_styles__$
|
|
10555
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
10556
10556
|
if (!inject) return;
|
|
10557
10557
|
inject("data-v-6f5fac81_0", {
|
|
10558
10558
|
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}",
|
|
@@ -10567,23 +10567,23 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
10567
10567
|
/* scoped */
|
|
10568
10568
|
|
|
10569
10569
|
|
|
10570
|
-
const __vue_scope_id__$
|
|
10570
|
+
const __vue_scope_id__$c = "data-v-6f5fac81";
|
|
10571
10571
|
/* module identifier */
|
|
10572
10572
|
|
|
10573
|
-
const __vue_module_identifier__$
|
|
10573
|
+
const __vue_module_identifier__$c = undefined;
|
|
10574
10574
|
/* functional template */
|
|
10575
10575
|
|
|
10576
|
-
const __vue_is_functional_template__$
|
|
10576
|
+
const __vue_is_functional_template__$c = false;
|
|
10577
10577
|
/* style inject SSR */
|
|
10578
10578
|
|
|
10579
10579
|
/* style inject shadow dom */
|
|
10580
10580
|
|
|
10581
|
-
const __vue_component__$
|
|
10582
|
-
render: __vue_render__$
|
|
10583
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10584
|
-
}, __vue_inject_styles__$
|
|
10581
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
10582
|
+
render: __vue_render__$c,
|
|
10583
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
10584
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
10585
10585
|
|
|
10586
|
-
var CardFile = __vue_component__$
|
|
10586
|
+
var CardFile = __vue_component__$h;
|
|
10587
10587
|
|
|
10588
10588
|
//
|
|
10589
10589
|
//
|
|
@@ -10602,7 +10602,7 @@ var CardFile = __vue_component__$g;
|
|
|
10602
10602
|
//
|
|
10603
10603
|
//
|
|
10604
10604
|
//
|
|
10605
|
-
var script$
|
|
10605
|
+
var script$b = {
|
|
10606
10606
|
props: {
|
|
10607
10607
|
hasReply: {
|
|
10608
10608
|
type: Boolean
|
|
@@ -10620,10 +10620,10 @@ var script$a = {
|
|
|
10620
10620
|
};
|
|
10621
10621
|
|
|
10622
10622
|
/* script */
|
|
10623
|
-
const __vue_script__$
|
|
10623
|
+
const __vue_script__$b = script$b;
|
|
10624
10624
|
/* template */
|
|
10625
10625
|
|
|
10626
|
-
var __vue_render__$
|
|
10626
|
+
var __vue_render__$b = function () {
|
|
10627
10627
|
var _vm = this;
|
|
10628
10628
|
|
|
10629
10629
|
var _h = _vm.$createElement;
|
|
@@ -10759,34 +10759,34 @@ var __vue_render__$a = function () {
|
|
|
10759
10759
|
})], 1) : _vm._e()])], 1);
|
|
10760
10760
|
};
|
|
10761
10761
|
|
|
10762
|
-
var __vue_staticRenderFns__$
|
|
10762
|
+
var __vue_staticRenderFns__$b = [];
|
|
10763
10763
|
/* style */
|
|
10764
10764
|
|
|
10765
|
-
const __vue_inject_styles__$
|
|
10765
|
+
const __vue_inject_styles__$b = undefined;
|
|
10766
10766
|
/* scoped */
|
|
10767
10767
|
|
|
10768
|
-
const __vue_scope_id__$
|
|
10768
|
+
const __vue_scope_id__$b = undefined;
|
|
10769
10769
|
/* module identifier */
|
|
10770
10770
|
|
|
10771
|
-
const __vue_module_identifier__$
|
|
10771
|
+
const __vue_module_identifier__$b = undefined;
|
|
10772
10772
|
/* functional template */
|
|
10773
10773
|
|
|
10774
|
-
const __vue_is_functional_template__$
|
|
10774
|
+
const __vue_is_functional_template__$b = false;
|
|
10775
10775
|
/* style inject */
|
|
10776
10776
|
|
|
10777
10777
|
/* style inject SSR */
|
|
10778
10778
|
|
|
10779
10779
|
/* style inject shadow dom */
|
|
10780
10780
|
|
|
10781
|
-
const __vue_component__$
|
|
10782
|
-
render: __vue_render__$
|
|
10783
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10784
|
-
}, __vue_inject_styles__$
|
|
10781
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
10782
|
+
render: __vue_render__$b,
|
|
10783
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
10784
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
|
|
10785
10785
|
|
|
10786
|
-
var CardCheck = __vue_component__$
|
|
10786
|
+
var CardCheck = __vue_component__$g;
|
|
10787
10787
|
|
|
10788
10788
|
//
|
|
10789
|
-
var script$
|
|
10789
|
+
var script$a = {
|
|
10790
10790
|
components: {
|
|
10791
10791
|
CardFile,
|
|
10792
10792
|
CardCheck
|
|
@@ -10934,10 +10934,10 @@ var script$9 = {
|
|
|
10934
10934
|
};
|
|
10935
10935
|
|
|
10936
10936
|
/* script */
|
|
10937
|
-
const __vue_script__$
|
|
10937
|
+
const __vue_script__$a = script$a;
|
|
10938
10938
|
/* template */
|
|
10939
10939
|
|
|
10940
|
-
var __vue_render__$
|
|
10940
|
+
var __vue_render__$a = function () {
|
|
10941
10941
|
var _vm = this;
|
|
10942
10942
|
|
|
10943
10943
|
var _h = _vm.$createElement;
|
|
@@ -11050,10 +11050,10 @@ var __vue_render__$9 = function () {
|
|
|
11050
11050
|
}) : _vm._e()], 2)])], 1) : _vm._e();
|
|
11051
11051
|
};
|
|
11052
11052
|
|
|
11053
|
-
var __vue_staticRenderFns__$
|
|
11053
|
+
var __vue_staticRenderFns__$a = [];
|
|
11054
11054
|
/* style */
|
|
11055
11055
|
|
|
11056
|
-
const __vue_inject_styles__$
|
|
11056
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
11057
11057
|
if (!inject) return;
|
|
11058
11058
|
inject("data-v-4be10146_0", {
|
|
11059
11059
|
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}",
|
|
@@ -11064,26 +11064,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
11064
11064
|
/* scoped */
|
|
11065
11065
|
|
|
11066
11066
|
|
|
11067
|
-
const __vue_scope_id__$
|
|
11067
|
+
const __vue_scope_id__$a = undefined;
|
|
11068
11068
|
/* module identifier */
|
|
11069
11069
|
|
|
11070
|
-
const __vue_module_identifier__$
|
|
11070
|
+
const __vue_module_identifier__$a = undefined;
|
|
11071
11071
|
/* functional template */
|
|
11072
11072
|
|
|
11073
|
-
const __vue_is_functional_template__$
|
|
11073
|
+
const __vue_is_functional_template__$a = false;
|
|
11074
11074
|
/* style inject SSR */
|
|
11075
11075
|
|
|
11076
11076
|
/* style inject shadow dom */
|
|
11077
11077
|
|
|
11078
|
-
const __vue_component__$
|
|
11079
|
-
render: __vue_render__$
|
|
11080
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11081
|
-
}, __vue_inject_styles__$
|
|
11078
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
11079
|
+
render: __vue_render__$a,
|
|
11080
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
11081
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
11082
11082
|
|
|
11083
|
-
var __vue_component__$
|
|
11083
|
+
var __vue_component__$f = __vue_component__$e;
|
|
11084
11084
|
|
|
11085
11085
|
//
|
|
11086
|
-
var script$
|
|
11086
|
+
var script$9 = {
|
|
11087
11087
|
props: {
|
|
11088
11088
|
anexo: {
|
|
11089
11089
|
type: Object,
|
|
@@ -11167,10 +11167,10 @@ var script$8 = {
|
|
|
11167
11167
|
};
|
|
11168
11168
|
|
|
11169
11169
|
/* script */
|
|
11170
|
-
const __vue_script__$
|
|
11170
|
+
const __vue_script__$9 = script$9;
|
|
11171
11171
|
/* template */
|
|
11172
11172
|
|
|
11173
|
-
var __vue_render__$
|
|
11173
|
+
var __vue_render__$9 = function () {
|
|
11174
11174
|
var _vm = this;
|
|
11175
11175
|
|
|
11176
11176
|
var _h = _vm.$createElement;
|
|
@@ -11241,10 +11241,10 @@ var __vue_render__$8 = function () {
|
|
|
11241
11241
|
})], 1)]], 2)], 1);
|
|
11242
11242
|
};
|
|
11243
11243
|
|
|
11244
|
-
var __vue_staticRenderFns__$
|
|
11244
|
+
var __vue_staticRenderFns__$9 = [];
|
|
11245
11245
|
/* style */
|
|
11246
11246
|
|
|
11247
|
-
const __vue_inject_styles__$
|
|
11247
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
11248
11248
|
if (!inject) return;
|
|
11249
11249
|
inject("data-v-037d5568_0", {
|
|
11250
11250
|
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}",
|
|
@@ -11255,26 +11255,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
11255
11255
|
/* scoped */
|
|
11256
11256
|
|
|
11257
11257
|
|
|
11258
|
-
const __vue_scope_id__$
|
|
11258
|
+
const __vue_scope_id__$9 = "data-v-037d5568";
|
|
11259
11259
|
/* module identifier */
|
|
11260
11260
|
|
|
11261
|
-
const __vue_module_identifier__$
|
|
11261
|
+
const __vue_module_identifier__$9 = undefined;
|
|
11262
11262
|
/* functional template */
|
|
11263
11263
|
|
|
11264
|
-
const __vue_is_functional_template__$
|
|
11264
|
+
const __vue_is_functional_template__$9 = false;
|
|
11265
11265
|
/* style inject SSR */
|
|
11266
11266
|
|
|
11267
11267
|
/* style inject shadow dom */
|
|
11268
11268
|
|
|
11269
|
-
const __vue_component__$
|
|
11270
|
-
render: __vue_render__$
|
|
11271
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11272
|
-
}, __vue_inject_styles__$
|
|
11269
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
11270
|
+
render: __vue_render__$9,
|
|
11271
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
11272
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
11273
11273
|
|
|
11274
|
-
var CardAttachment = __vue_component__$
|
|
11274
|
+
var CardAttachment = __vue_component__$d;
|
|
11275
11275
|
|
|
11276
11276
|
//
|
|
11277
|
-
var script$
|
|
11277
|
+
var script$8 = {
|
|
11278
11278
|
components: {
|
|
11279
11279
|
CardAttachment
|
|
11280
11280
|
},
|
|
@@ -11395,10 +11395,10 @@ var script$7 = {
|
|
|
11395
11395
|
};
|
|
11396
11396
|
|
|
11397
11397
|
/* script */
|
|
11398
|
-
const __vue_script__$
|
|
11398
|
+
const __vue_script__$8 = script$8;
|
|
11399
11399
|
/* template */
|
|
11400
11400
|
|
|
11401
|
-
var __vue_render__$
|
|
11401
|
+
var __vue_render__$8 = function () {
|
|
11402
11402
|
var _vm = this;
|
|
11403
11403
|
|
|
11404
11404
|
var _h = _vm.$createElement;
|
|
@@ -11508,10 +11508,10 @@ var __vue_render__$7 = function () {
|
|
|
11508
11508
|
}), 0) : _vm._e()])], 1) : _vm._e();
|
|
11509
11509
|
};
|
|
11510
11510
|
|
|
11511
|
-
var __vue_staticRenderFns__$
|
|
11511
|
+
var __vue_staticRenderFns__$8 = [];
|
|
11512
11512
|
/* style */
|
|
11513
11513
|
|
|
11514
|
-
const __vue_inject_styles__$
|
|
11514
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
11515
11515
|
if (!inject) return;
|
|
11516
11516
|
inject("data-v-60eaca73_0", {
|
|
11517
11517
|
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%}",
|
|
@@ -11522,26 +11522,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
11522
11522
|
/* scoped */
|
|
11523
11523
|
|
|
11524
11524
|
|
|
11525
|
-
const __vue_scope_id__$
|
|
11525
|
+
const __vue_scope_id__$8 = "data-v-60eaca73";
|
|
11526
11526
|
/* module identifier */
|
|
11527
11527
|
|
|
11528
|
-
const __vue_module_identifier__$
|
|
11528
|
+
const __vue_module_identifier__$8 = undefined;
|
|
11529
11529
|
/* functional template */
|
|
11530
11530
|
|
|
11531
|
-
const __vue_is_functional_template__$
|
|
11531
|
+
const __vue_is_functional_template__$8 = false;
|
|
11532
11532
|
/* style inject SSR */
|
|
11533
11533
|
|
|
11534
11534
|
/* style inject shadow dom */
|
|
11535
11535
|
|
|
11536
|
-
const __vue_component__$
|
|
11537
|
-
render: __vue_render__$
|
|
11538
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11539
|
-
}, __vue_inject_styles__$
|
|
11536
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
11537
|
+
render: __vue_render__$8,
|
|
11538
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
11539
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
11540
11540
|
|
|
11541
|
-
var __vue_component__$
|
|
11541
|
+
var __vue_component__$c = __vue_component__$b;
|
|
11542
11542
|
|
|
11543
11543
|
//
|
|
11544
|
-
var script$
|
|
11544
|
+
var script$7 = {
|
|
11545
11545
|
components: {
|
|
11546
11546
|
Loader
|
|
11547
11547
|
},
|
|
@@ -11623,10 +11623,10 @@ var script$6 = {
|
|
|
11623
11623
|
};
|
|
11624
11624
|
|
|
11625
11625
|
/* script */
|
|
11626
|
-
const __vue_script__$
|
|
11626
|
+
const __vue_script__$7 = script$7;
|
|
11627
11627
|
/* template */
|
|
11628
11628
|
|
|
11629
|
-
var __vue_render__$
|
|
11629
|
+
var __vue_render__$7 = function () {
|
|
11630
11630
|
var _vm = this;
|
|
11631
11631
|
|
|
11632
11632
|
var _h = _vm.$createElement;
|
|
@@ -11755,10 +11755,10 @@ var __vue_render__$6 = function () {
|
|
|
11755
11755
|
})], 1) : _vm._e()])], 1)], 1);
|
|
11756
11756
|
};
|
|
11757
11757
|
|
|
11758
|
-
var __vue_staticRenderFns__$
|
|
11758
|
+
var __vue_staticRenderFns__$7 = [];
|
|
11759
11759
|
/* style */
|
|
11760
11760
|
|
|
11761
|
-
const __vue_inject_styles__$
|
|
11761
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
11762
11762
|
if (!inject) return;
|
|
11763
11763
|
inject("data-v-23ebefcd_0", {
|
|
11764
11764
|
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}",
|
|
@@ -11769,26 +11769,26 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
11769
11769
|
/* scoped */
|
|
11770
11770
|
|
|
11771
11771
|
|
|
11772
|
-
const __vue_scope_id__$
|
|
11772
|
+
const __vue_scope_id__$7 = "data-v-23ebefcd";
|
|
11773
11773
|
/* module identifier */
|
|
11774
11774
|
|
|
11775
|
-
const __vue_module_identifier__$
|
|
11775
|
+
const __vue_module_identifier__$7 = undefined;
|
|
11776
11776
|
/* functional template */
|
|
11777
11777
|
|
|
11778
|
-
const __vue_is_functional_template__$
|
|
11778
|
+
const __vue_is_functional_template__$7 = false;
|
|
11779
11779
|
/* style inject SSR */
|
|
11780
11780
|
|
|
11781
11781
|
/* style inject shadow dom */
|
|
11782
11782
|
|
|
11783
|
-
const __vue_component__$
|
|
11784
|
-
render: __vue_render__$
|
|
11785
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11786
|
-
}, __vue_inject_styles__$
|
|
11783
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
11784
|
+
render: __vue_render__$7,
|
|
11785
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
11786
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
11787
11787
|
|
|
11788
|
-
var AnexoMensagem = __vue_component__$
|
|
11788
|
+
var AnexoMensagem = __vue_component__$a;
|
|
11789
11789
|
|
|
11790
11790
|
//
|
|
11791
|
-
var script$
|
|
11791
|
+
var script$6 = {
|
|
11792
11792
|
mixins: [mixin_1],
|
|
11793
11793
|
props: {
|
|
11794
11794
|
lista: {
|
|
@@ -11809,10 +11809,10 @@ var script$5 = {
|
|
|
11809
11809
|
};
|
|
11810
11810
|
|
|
11811
11811
|
/* script */
|
|
11812
|
-
const __vue_script__$
|
|
11812
|
+
const __vue_script__$6 = script$6;
|
|
11813
11813
|
/* template */
|
|
11814
11814
|
|
|
11815
|
-
var __vue_render__$
|
|
11815
|
+
var __vue_render__$6 = function () {
|
|
11816
11816
|
var _vm = this;
|
|
11817
11817
|
|
|
11818
11818
|
var _h = _vm.$createElement;
|
|
@@ -11856,10 +11856,10 @@ var __vue_render__$5 = function () {
|
|
|
11856
11856
|
})], 2);
|
|
11857
11857
|
};
|
|
11858
11858
|
|
|
11859
|
-
var __vue_staticRenderFns__$
|
|
11859
|
+
var __vue_staticRenderFns__$6 = [];
|
|
11860
11860
|
/* style */
|
|
11861
11861
|
|
|
11862
|
-
const __vue_inject_styles__$
|
|
11862
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
11863
11863
|
if (!inject) return;
|
|
11864
11864
|
inject("data-v-f5d7144e_0", {
|
|
11865
11865
|
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}",
|
|
@@ -11870,26 +11870,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
11870
11870
|
/* scoped */
|
|
11871
11871
|
|
|
11872
11872
|
|
|
11873
|
-
const __vue_scope_id__$
|
|
11873
|
+
const __vue_scope_id__$6 = undefined;
|
|
11874
11874
|
/* module identifier */
|
|
11875
11875
|
|
|
11876
|
-
const __vue_module_identifier__$
|
|
11876
|
+
const __vue_module_identifier__$6 = undefined;
|
|
11877
11877
|
/* functional template */
|
|
11878
11878
|
|
|
11879
|
-
const __vue_is_functional_template__$
|
|
11879
|
+
const __vue_is_functional_template__$6 = false;
|
|
11880
11880
|
/* style inject SSR */
|
|
11881
11881
|
|
|
11882
11882
|
/* style inject shadow dom */
|
|
11883
11883
|
|
|
11884
|
-
const __vue_component__$
|
|
11885
|
-
render: __vue_render__$
|
|
11886
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
11887
|
-
}, __vue_inject_styles__$
|
|
11884
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
11885
|
+
render: __vue_render__$6,
|
|
11886
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
11887
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
11888
11888
|
|
|
11889
|
-
var InteratividadePopup = __vue_component__$
|
|
11889
|
+
var InteratividadePopup = __vue_component__$9;
|
|
11890
11890
|
|
|
11891
11891
|
//
|
|
11892
|
-
var script$
|
|
11892
|
+
var script$5 = {
|
|
11893
11893
|
components: {
|
|
11894
11894
|
InteratividadePopup
|
|
11895
11895
|
},
|
|
@@ -11951,10 +11951,10 @@ var script$4 = {
|
|
|
11951
11951
|
};
|
|
11952
11952
|
|
|
11953
11953
|
/* script */
|
|
11954
|
-
const __vue_script__$
|
|
11954
|
+
const __vue_script__$5 = script$5;
|
|
11955
11955
|
/* template */
|
|
11956
11956
|
|
|
11957
|
-
var __vue_render__$
|
|
11957
|
+
var __vue_render__$5 = function () {
|
|
11958
11958
|
var _vm = this;
|
|
11959
11959
|
|
|
11960
11960
|
var _h = _vm.$createElement;
|
|
@@ -12020,10 +12020,10 @@ var __vue_render__$4 = function () {
|
|
|
12020
12020
|
}) : _vm._e()])] : _vm._e()], 2);
|
|
12021
12021
|
};
|
|
12022
12022
|
|
|
12023
|
-
var __vue_staticRenderFns__$
|
|
12023
|
+
var __vue_staticRenderFns__$5 = [];
|
|
12024
12024
|
/* style */
|
|
12025
12025
|
|
|
12026
|
-
const __vue_inject_styles__$
|
|
12026
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
12027
12027
|
if (!inject) return;
|
|
12028
12028
|
inject("data-v-265335df_0", {
|
|
12029
12029
|
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}",
|
|
@@ -12034,7 +12034,156 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
12034
12034
|
/* scoped */
|
|
12035
12035
|
|
|
12036
12036
|
|
|
12037
|
-
const __vue_scope_id__$
|
|
12037
|
+
const __vue_scope_id__$5 = undefined;
|
|
12038
|
+
/* module identifier */
|
|
12039
|
+
|
|
12040
|
+
const __vue_module_identifier__$5 = undefined;
|
|
12041
|
+
/* functional template */
|
|
12042
|
+
|
|
12043
|
+
const __vue_is_functional_template__$5 = false;
|
|
12044
|
+
/* style inject SSR */
|
|
12045
|
+
|
|
12046
|
+
/* style inject shadow dom */
|
|
12047
|
+
|
|
12048
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
12049
|
+
render: __vue_render__$5,
|
|
12050
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
12051
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
12052
|
+
|
|
12053
|
+
var InteratividadeBotoes = __vue_component__$8;
|
|
12054
|
+
|
|
12055
|
+
//
|
|
12056
|
+
var script$4 = {
|
|
12057
|
+
components: {
|
|
12058
|
+
InteratividadePopup
|
|
12059
|
+
},
|
|
12060
|
+
|
|
12061
|
+
data() {
|
|
12062
|
+
return {
|
|
12063
|
+
informacaoAdicional: [],
|
|
12064
|
+
informacao: []
|
|
12065
|
+
};
|
|
12066
|
+
},
|
|
12067
|
+
|
|
12068
|
+
props: {
|
|
12069
|
+
interatividade: {
|
|
12070
|
+
type: Object,
|
|
12071
|
+
required: true
|
|
12072
|
+
},
|
|
12073
|
+
dictionary: {
|
|
12074
|
+
type: Object,
|
|
12075
|
+
required: true
|
|
12076
|
+
}
|
|
12077
|
+
},
|
|
12078
|
+
|
|
12079
|
+
mounted() {
|
|
12080
|
+
this.verifyInfoAditional();
|
|
12081
|
+
},
|
|
12082
|
+
|
|
12083
|
+
computed: {
|
|
12084
|
+
arrBotoes() {
|
|
12085
|
+
const {
|
|
12086
|
+
formulario
|
|
12087
|
+
} = this.interatividade;
|
|
12088
|
+
return formulario ? formulario : [];
|
|
12089
|
+
}
|
|
12090
|
+
|
|
12091
|
+
},
|
|
12092
|
+
methods: {
|
|
12093
|
+
verifyInfoAditional() {
|
|
12094
|
+
let {
|
|
12095
|
+
formulario
|
|
12096
|
+
} = this.interatividade;
|
|
12097
|
+
let foundInfosAdd = formulario.filter(f => f.TIPO_TEXTO > 999);
|
|
12098
|
+
let foundInfos = formulario.filter(f => f.TIPO_TEXTO < 1000);
|
|
12099
|
+
|
|
12100
|
+
if (foundInfos) {
|
|
12101
|
+
this.informacao = foundInfos;
|
|
12102
|
+
}
|
|
12103
|
+
|
|
12104
|
+
if (foundInfosAdd) {
|
|
12105
|
+
this.informacaoAdicional = foundInfosAdd;
|
|
12106
|
+
}
|
|
12107
|
+
}
|
|
12108
|
+
|
|
12109
|
+
}
|
|
12110
|
+
};
|
|
12111
|
+
|
|
12112
|
+
/* script */
|
|
12113
|
+
const __vue_script__$4 = script$4;
|
|
12114
|
+
/* template */
|
|
12115
|
+
|
|
12116
|
+
var __vue_render__$4 = function () {
|
|
12117
|
+
var _vm = this;
|
|
12118
|
+
|
|
12119
|
+
var _h = _vm.$createElement;
|
|
12120
|
+
|
|
12121
|
+
var _c = _vm._self._c || _h;
|
|
12122
|
+
|
|
12123
|
+
return _c('div', {
|
|
12124
|
+
staticClass: "interatividade"
|
|
12125
|
+
}, [_vm.informacao.length ? [_c('div', {
|
|
12126
|
+
staticClass: "interatividade-form-header"
|
|
12127
|
+
}, [_vm._v("\n " + _vm._s(_vm.dictionary.msg_abertura_reclamacao) + "\n ")]), _vm._v(" "), _c('div', {
|
|
12128
|
+
staticClass: "interatividade-form-body"
|
|
12129
|
+
}, [_vm._l(_vm.informacao, function (form) {
|
|
12130
|
+
return _c('div', {
|
|
12131
|
+
key: form.TIPO_TEXTO,
|
|
12132
|
+
staticClass: "interatividade-info-form"
|
|
12133
|
+
}, [form.TIPO_TEXTO < 1000 ? _c('p', {
|
|
12134
|
+
staticClass: "interatividade-titulo-form",
|
|
12135
|
+
domProps: {
|
|
12136
|
+
"textContent": _vm._s(form.DESC_TIPO_TEXTO)
|
|
12137
|
+
}
|
|
12138
|
+
}) : _vm._e(), _vm._v(" "), form.TIPO_TEXTO < 1000 ? _c('p', {
|
|
12139
|
+
staticClass: "interatividade-description-form",
|
|
12140
|
+
domProps: {
|
|
12141
|
+
"textContent": _vm._s(form.TEXTO)
|
|
12142
|
+
}
|
|
12143
|
+
}) : _vm._e()]);
|
|
12144
|
+
}), _vm._v(" "), _vm.informacaoAdicional.length ? _c('div', {
|
|
12145
|
+
staticClass: "interatividade-form-header"
|
|
12146
|
+
}, [_vm._v("\n " + _vm._s(_vm.dictionary.msg_info_adicional) + "\n ")]) : _vm._e(), _vm._v(" "), _c('div', {
|
|
12147
|
+
staticClass: "interatividade-form-body"
|
|
12148
|
+
}, _vm._l(_vm.informacaoAdicional, function (form) {
|
|
12149
|
+
return _c('div', {
|
|
12150
|
+
key: form.TIPO_TEXTO,
|
|
12151
|
+
staticClass: "interatividade-add-info-form"
|
|
12152
|
+
}, [_c('div', {
|
|
12153
|
+
staticClass: "divisor-form-info-aditional"
|
|
12154
|
+
}, [_c('div', {
|
|
12155
|
+
staticClass: "info-aditional"
|
|
12156
|
+
}, [form.TIPO_TEXTO > 999 ? _c('p', {
|
|
12157
|
+
staticClass: "interatividade-titulo-form",
|
|
12158
|
+
domProps: {
|
|
12159
|
+
"textContent": _vm._s(form.DESC_TIPO_TEXTO + ': ')
|
|
12160
|
+
}
|
|
12161
|
+
}) : _vm._e()]), _vm._v(" "), _c('div', {
|
|
12162
|
+
staticClass: "info-aditional"
|
|
12163
|
+
}, [form.TIPO_TEXTO > 999 ? _c('p', {
|
|
12164
|
+
staticClass: "interatividade-description-form",
|
|
12165
|
+
domProps: {
|
|
12166
|
+
"textContent": _vm._s(form.TEXTO)
|
|
12167
|
+
}
|
|
12168
|
+
}) : _vm._e()])])]);
|
|
12169
|
+
}), 0)], 2)] : _vm._e()], 2);
|
|
12170
|
+
};
|
|
12171
|
+
|
|
12172
|
+
var __vue_staticRenderFns__$4 = [];
|
|
12173
|
+
/* style */
|
|
12174
|
+
|
|
12175
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
12176
|
+
if (!inject) return;
|
|
12177
|
+
inject("data-v-8af0de12_0", {
|
|
12178
|
+
source: ".show-x-enter-active[data-v-8af0de12],.show-x-leave-enter[data-v-8af0de12]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-8af0de12],.show-x-leave-to[data-v-8af0de12]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-8af0de12]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-8af0de12]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-8af0de12]{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-8af0de12]{padding:0 10px;border-right:1px solid #efefef;border-left:1px solid #efefef}.interatividade[data-v-8af0de12]{margin:10px 0}.interatividade-titulo-form[data-v-8af0de12]{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-8af0de12]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-8af0de12]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-8af0de12]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-8af0de12]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-8af0de12]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-8af0de12]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-8af0de12]:hover{color:#00628f}",
|
|
12179
|
+
map: undefined,
|
|
12180
|
+
media: undefined
|
|
12181
|
+
});
|
|
12182
|
+
};
|
|
12183
|
+
/* scoped */
|
|
12184
|
+
|
|
12185
|
+
|
|
12186
|
+
const __vue_scope_id__$4 = "data-v-8af0de12";
|
|
12038
12187
|
/* module identifier */
|
|
12039
12188
|
|
|
12040
12189
|
const __vue_module_identifier__$4 = undefined;
|
|
@@ -12050,7 +12199,7 @@ const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
|
12050
12199
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
12051
12200
|
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
12052
12201
|
|
|
12053
|
-
var
|
|
12202
|
+
var InteratividadeFormulario = __vue_component__$7;
|
|
12054
12203
|
|
|
12055
12204
|
var linkPrevue_umd_min = createCommonjsModule(function (module, exports) {
|
|
12056
12205
|
(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;}})}));
|
|
@@ -39460,6 +39609,7 @@ var script$3 = {
|
|
|
39460
39609
|
components: {
|
|
39461
39610
|
AnexoMensagem,
|
|
39462
39611
|
InteratividadeBotoes,
|
|
39612
|
+
InteratividadeFormulario,
|
|
39463
39613
|
LinkPrevue: linkPrevue_umd_min
|
|
39464
39614
|
},
|
|
39465
39615
|
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"],
|
|
@@ -39552,6 +39702,25 @@ var script$3 = {
|
|
|
39552
39702
|
},
|
|
39553
39703
|
|
|
39554
39704
|
methods: {
|
|
39705
|
+
recuperarTabelaInteratividade(interatividade) {
|
|
39706
|
+
let estrutura = '';
|
|
39707
|
+
|
|
39708
|
+
if (!interatividade.formulario) {
|
|
39709
|
+
return false;
|
|
39710
|
+
}
|
|
39711
|
+
|
|
39712
|
+
for (const forms of interatividade.formulario) {
|
|
39713
|
+
if (forms.TIPO_TEXTO < 1000) {
|
|
39714
|
+
estrutura += `
|
|
39715
|
+
<div class="title-consumidor-card">${forms.DESC_TIPO_TEXTO}</div>
|
|
39716
|
+
<div class="description-consumidor-card">${forms.TEXTO}</div>
|
|
39717
|
+
`;
|
|
39718
|
+
}
|
|
39719
|
+
}
|
|
39720
|
+
|
|
39721
|
+
return estrutura;
|
|
39722
|
+
},
|
|
39723
|
+
|
|
39555
39724
|
validadeUrlToMsg() {
|
|
39556
39725
|
this.message = this.msg;
|
|
39557
39726
|
|
|
@@ -39564,13 +39733,13 @@ var script$3 = {
|
|
|
39564
39733
|
if (this.validadeIfExistsUrl()) {
|
|
39565
39734
|
const linkRegex = /(?:(?:https?|ftp|file):\/\/|www\.|ftp\.)(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[-A-Z0-9+&@#\/%=~_|$?!:,.])*(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[A-Z0-9+&@#\/%=~_|$])/igm;
|
|
39566
39735
|
let link = [];
|
|
39567
|
-
link = this.
|
|
39736
|
+
link = this.message.match(linkRegex);
|
|
39568
39737
|
|
|
39569
39738
|
if (!link || link.length == 0) {
|
|
39570
39739
|
return;
|
|
39571
39740
|
}
|
|
39572
39741
|
|
|
39573
|
-
build.getLinkPreview(
|
|
39742
|
+
build.getLinkPreview(link[0]).then(data => {
|
|
39574
39743
|
if (data.images && data.images.length > 0) {
|
|
39575
39744
|
this.urlSticker = data.images[0];
|
|
39576
39745
|
}
|
|
@@ -39659,24 +39828,7 @@ var script$3 = {
|
|
|
39659
39828
|
if (regex.test(msg)) msg = msg.replace(regex, "<br>"); // if(/(http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/gi.test(msg) && this.link) this.setLinkPreview(msg)
|
|
39660
39829
|
|
|
39661
39830
|
return msg;
|
|
39662
|
-
}
|
|
39663
|
-
|
|
39664
|
-
removeTags(str) {
|
|
39665
|
-
if (str === null || str === '') {
|
|
39666
|
-
return false;
|
|
39667
|
-
} else {
|
|
39668
|
-
str = str.toString();
|
|
39669
|
-
return str.replace(/(<([^>]+)>)/ig, '');
|
|
39670
|
-
}
|
|
39671
|
-
} // setLinkPreview(link) {
|
|
39672
|
-
// try {
|
|
39673
|
-
// this.linkPreview = link
|
|
39674
|
-
// }catch(e) {
|
|
39675
|
-
// console.error("Erro ao receber a previa do link")
|
|
39676
|
-
// console.error(e)
|
|
39677
|
-
// }
|
|
39678
|
-
// }
|
|
39679
|
-
|
|
39831
|
+
}
|
|
39680
39832
|
|
|
39681
39833
|
}
|
|
39682
39834
|
};
|
|
@@ -39761,12 +39913,17 @@ var __vue_render__$3 = function () {
|
|
|
39761
39913
|
})], 1)], 2);
|
|
39762
39914
|
}), 0) : _vm._e()], 1) : _vm._e(), _vm._v(" "), _c('p', {
|
|
39763
39915
|
domProps: {
|
|
39764
|
-
"innerHTML": _vm._s(_vm.formatMsg(_vm.message))
|
|
39916
|
+
"innerHTML": _vm._s(_vm.interatividade.formulario && _vm.interatividade.formulario.length ? '' : _vm.formatMsg(_vm.message))
|
|
39765
39917
|
}
|
|
39766
39918
|
}), _vm._v(" "), _vm.interatividade ? _c('InteratividadeBotoes', {
|
|
39767
39919
|
attrs: {
|
|
39768
39920
|
"interatividade": _vm.interatividade
|
|
39769
39921
|
}
|
|
39922
|
+
}) : _vm._e(), _vm._v(" "), _vm.interatividade ? _c('InteratividadeFormulario', {
|
|
39923
|
+
attrs: {
|
|
39924
|
+
"interatividade": _vm.interatividade,
|
|
39925
|
+
"dictionary": _vm.dictionary
|
|
39926
|
+
}
|
|
39770
39927
|
}) : _vm._e(), _vm._v(" "), _c('span', {
|
|
39771
39928
|
staticClass: "horario-envio",
|
|
39772
39929
|
domProps: {
|
|
@@ -39956,7 +40113,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
39956
40113
|
|
|
39957
40114
|
const __vue_inject_styles__$3 = function (inject) {
|
|
39958
40115
|
if (!inject) return;
|
|
39959
|
-
inject("data-v-
|
|
40116
|
+
inject("data-v-5eb75b92_0", {
|
|
39960
40117
|
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}",
|
|
39961
40118
|
map: undefined,
|
|
39962
40119
|
media: undefined
|
|
@@ -40387,11 +40544,11 @@ var __vue_component__$1 = __vue_component__;
|
|
|
40387
40544
|
|
|
40388
40545
|
var components = /*#__PURE__*/Object.freeze({
|
|
40389
40546
|
__proto__: null,
|
|
40390
|
-
TemplateGenerator: __vue_component__$
|
|
40547
|
+
TemplateGenerator: __vue_component__$l,
|
|
40391
40548
|
TextFooter: TextFooter,
|
|
40392
|
-
ExpandTextarea: __vue_component__$
|
|
40393
|
-
Card: __vue_component__$
|
|
40394
|
-
CardMessages: __vue_component__$
|
|
40549
|
+
ExpandTextarea: __vue_component__$j,
|
|
40550
|
+
Card: __vue_component__$f,
|
|
40551
|
+
CardMessages: __vue_component__$c,
|
|
40395
40552
|
ChatMessages: __vue_component__$6,
|
|
40396
40553
|
BtnEmojis: BtnEmojis,
|
|
40397
40554
|
SimpleButton: __vue_component__$3,
|
|
@@ -40407,4 +40564,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
40407
40564
|
});
|
|
40408
40565
|
}; // Create module definition for Vue.use()
|
|
40409
40566
|
|
|
40410
|
-
export { BtnEmojis, __vue_component__$
|
|
40567
|
+
export { BtnEmojis, __vue_component__$f as Card, __vue_component__$c as CardMessages, __vue_component__$6 as ChatMessages, __vue_component__$j as ExpandTextarea, __vue_component__$1 as ScrollContent, __vue_component__$3 as SimpleButton, __vue_component__$l as TemplateGenerator, TextFooter, Loader as VueLoader, install as default };
|