vue-intergrall-plugins 0.0.207 → 0.0.208
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 +20 -15
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +27 -22
- package/package.json +1 -1
- package/src/lib-components/Messages/ChatMessages.vue +1 -0
- package/src/lib-components/Messages/InteratividadeFormulario.vue +14 -9
|
@@ -11237,19 +11237,21 @@ var script$9 = {
|
|
|
11237
11237
|
type: Object,
|
|
11238
11238
|
required: true
|
|
11239
11239
|
},
|
|
11240
|
-
|
|
11241
|
-
type:
|
|
11242
|
-
required:
|
|
11240
|
+
dominio: {
|
|
11241
|
+
type: String,
|
|
11242
|
+
required: true
|
|
11243
11243
|
},
|
|
11244
11244
|
dictionary: {
|
|
11245
11245
|
type: Object,
|
|
11246
11246
|
required: true
|
|
11247
|
+
},
|
|
11248
|
+
anexos: {
|
|
11249
|
+
type: Array,
|
|
11250
|
+
required: false
|
|
11247
11251
|
}
|
|
11248
11252
|
},
|
|
11249
11253
|
|
|
11250
11254
|
mounted() {
|
|
11251
|
-
console.log(this.anexos);
|
|
11252
|
-
|
|
11253
11255
|
if (this.validateInterativity()) {
|
|
11254
11256
|
this.verifyInfoAditional();
|
|
11255
11257
|
}
|
|
@@ -11268,7 +11270,9 @@ var script$9 = {
|
|
|
11268
11270
|
const width = window.innerWidth;
|
|
11269
11271
|
const height = window.innerHeight;
|
|
11270
11272
|
const options = !isImg ? `width=${width},height=${height}` : "width=auto,height=auto";
|
|
11271
|
-
|
|
11273
|
+
let urlformatted = `${this.dominio}/callcenter/docs.php?mku=${url}`;
|
|
11274
|
+
console.log(urlformatted);
|
|
11275
|
+
window.open(urlformatted, "card-file", options);
|
|
11272
11276
|
},
|
|
11273
11277
|
|
|
11274
11278
|
validateInterativity() {
|
|
@@ -11383,22 +11387,22 @@ var __vue_render__$9 = function () {
|
|
|
11383
11387
|
staticClass: "d-flex flex-wrap align-items-center"
|
|
11384
11388
|
}, _vm._l(_vm.anexos, function (ref, fileIndex) {
|
|
11385
11389
|
var name = ref.name;
|
|
11386
|
-
var url = ref.url;
|
|
11387
11390
|
var type = ref.type;
|
|
11388
11391
|
var mkuDownload = ref.mkuDownload;
|
|
11392
|
+
var mku = ref.mku;
|
|
11389
11393
|
return _c('div', {
|
|
11390
11394
|
key: "file-" + fileIndex,
|
|
11391
11395
|
staticClass: "mb-5 mx-5 d-flex"
|
|
11392
11396
|
}, [!type ? _c('img', {
|
|
11393
11397
|
staticClass: "box-shadow max-w-75px max-h-75px cursor-pointer",
|
|
11394
11398
|
attrs: {
|
|
11395
|
-
"src":
|
|
11399
|
+
"src": _vm.dominio + "/callcenter/docs.php?mku=" + mku,
|
|
11396
11400
|
"alt": name,
|
|
11397
11401
|
"title": name
|
|
11398
11402
|
},
|
|
11399
11403
|
on: {
|
|
11400
11404
|
"click": function ($event) {
|
|
11401
|
-
return _vm.openFile(
|
|
11405
|
+
return _vm.openFile(mku, type);
|
|
11402
11406
|
}
|
|
11403
11407
|
}
|
|
11404
11408
|
}) : _c('fa-icon', {
|
|
@@ -11409,13 +11413,13 @@ var __vue_render__$9 = function () {
|
|
|
11409
11413
|
},
|
|
11410
11414
|
on: {
|
|
11411
11415
|
"click": function ($event) {
|
|
11412
|
-
return _vm.openFile(
|
|
11416
|
+
return _vm.openFile(mku, type);
|
|
11413
11417
|
}
|
|
11414
11418
|
}
|
|
11415
11419
|
}), _vm._v(" "), _c('a', {
|
|
11416
11420
|
staticClass: "d-flex align-items-end ml-3 text-dark",
|
|
11417
11421
|
attrs: {
|
|
11418
|
-
"href": mkuDownload,
|
|
11422
|
+
"href": _vm.dominio + "/callcenter/docs.php?mku=" + mkuDownload,
|
|
11419
11423
|
"download": "" + name,
|
|
11420
11424
|
"target": "_blank",
|
|
11421
11425
|
"rel": "noreferrer noopener",
|
|
@@ -11439,8 +11443,8 @@ var __vue_staticRenderFns__$9 = [];
|
|
|
11439
11443
|
|
|
11440
11444
|
const __vue_inject_styles__$9 = function (inject) {
|
|
11441
11445
|
if (!inject) return;
|
|
11442
|
-
inject("data-v-
|
|
11443
|
-
source: ".show-x-enter-active[data-v-
|
|
11446
|
+
inject("data-v-8dbb0508_0", {
|
|
11447
|
+
source: ".show-x-enter-active[data-v-8dbb0508],.show-x-leave-enter[data-v-8dbb0508]{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter[data-v-8dbb0508],.show-x-leave-to[data-v-8dbb0508]{opacity:0;transform:translateX(5%)}.divisor-form-info-aditional[data-v-8dbb0508]{display:flex;align-items:center;justify-content:space-around}.info-aditional[data-v-8dbb0508]{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header[data-v-8dbb0508]{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-8dbb0508]{padding:0 10px;background:#fff;border-right:1px solid #efefef;border-left:1px solid #efefef;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding-bottom:10px}.interatividade[data-v-8dbb0508]{margin:10px 0}.interatividade-titulo-form[data-v-8dbb0508]{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-8dbb0508]{overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista[data-v-8dbb0508]{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo[data-v-8dbb0508]{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo[data-v-8dbb0508]{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape[data-v-8dbb0508]{color:#818181;margin-top:5px}.interatividade-lista-link[data-v-8dbb0508]{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link[data-v-8dbb0508]:hover{color:#00628f}.text-blue[data-v-8dbb0508]{color:#294ed3}.text-red[data-v-8dbb0508]{color:#e74c3c}.text-dark[data-v-8dbb0508]{color:#333}.ml-3[data-v-8dbb0508]{margin-left:3px}.fs-2[data-v-8dbb0508]{font-size:2rem}.flex-wrap[data-v-8dbb0508]{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-items-center[data-v-8dbb0508]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.d-flex[data-v-8dbb0508]{display:-webkit-box;display:-ms-flexbox;display:flex}.align-items-end[data-v-8dbb0508]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.text-bold[data-v-8dbb0508]{font-weight:700}.m-5[data-v-8dbb0508]{margin:5px}.mb-5[data-v-8dbb0508]{margin-bottom:5px}.mx-5[data-v-8dbb0508]{margin-left:5px;margin-right:5px}.cursor-pointer[data-v-8dbb0508]{cursor:pointer}",
|
|
11444
11448
|
map: undefined,
|
|
11445
11449
|
media: undefined
|
|
11446
11450
|
});
|
|
@@ -11448,7 +11452,7 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
11448
11452
|
/* scoped */
|
|
11449
11453
|
|
|
11450
11454
|
|
|
11451
|
-
const __vue_scope_id__$9 = "data-v-
|
|
11455
|
+
const __vue_scope_id__$9 = "data-v-8dbb0508";
|
|
11452
11456
|
/* module identifier */
|
|
11453
11457
|
|
|
11454
11458
|
const __vue_module_identifier__$9 = undefined;
|
|
@@ -12788,6 +12792,7 @@ var __vue_render__$3 = function () {
|
|
|
12788
12792
|
}, [_vm.interatividade && _vm.validateInterativity() ? _c('InteratividadeFormulario', {
|
|
12789
12793
|
attrs: {
|
|
12790
12794
|
"interatividade": _vm.interatividade,
|
|
12795
|
+
"dominio": _vm.dominio,
|
|
12791
12796
|
"anexos": _vm.anexos,
|
|
12792
12797
|
"dictionary": _vm.dictionary
|
|
12793
12798
|
}
|
|
@@ -13054,7 +13059,7 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
13054
13059
|
|
|
13055
13060
|
const __vue_inject_styles__$3 = function (inject) {
|
|
13056
13061
|
if (!inject) return;
|
|
13057
|
-
inject("data-v-
|
|
13062
|
+
inject("data-v-dded57e0_0", {
|
|
13058
13063
|
source: ":root{--message-color:#373737}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.mensagem{padding:14px 7px;border-radius:2.5px;min-width:150px;min-height:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;max-width:80%;margin-bottom:10px;font-size:.85rem;word-break:break-word}.mensagem.mapa{width:100%}.mensagem.hist-msg{animation:show 1s}.mensagem a{margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.mensagem a:hover{text-decoration:underline}.message p{white-space:pre-wrap}.mensagem-anexo a,.mensagem-div-mapa a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.reply{cursor:pointer;position:absolute;right:53px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.reply svg{margin-top:-1px;margin-right:-1px}.reply-with-2-icons{right:30px}.check{cursor:pointer;position:absolute;right:10px;bottom:2px;font-size:.7rem}.check.visualizado,.check.visualizado svg{color:#006daa}.check.verde,.check.verde svg{color:#4f772d}.check.vermelho,.check.vermelho svg{color:#ba181b}.check.cinza,.check.cinza svg{color:#999}.check.preto,.check.preto svg{color:#666}.star{cursor:pointer;position:absolute;right:30px;bottom:2px;font-size:.4rem;width:11.2px}.default-stick-size{width:180px;height:auto}.horario-envio{margin-right:15px;font-size:.7rem;position:absolute;left:10px;bottom:2px}.autor-mensagem{position:absolute;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90%;font-weight:700;top:2px}.mensagem__principal{width:100%;display:flex;justify-content:flex-end}.mensagem__principal>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--message-color);bottom:5px;right:-10px;transform:rotate(-90deg)}.mensagem__principal>.mensagem{background-color:var(--message-color);color:#fff}.mensagem__principal>.mensagem .horario-envio{color:#fff}.mensagem__principal>.mensagem .autor-mensagem{right:5px;color:#fff}.mensagem__outros{width:100%;display:flex}.mensagem__outros>.mensagem{background-color:#fff;color:#333}.mensagem__outros>.mensagem::after{content:\"\";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:5px;left:-10px;transform:rotate(90deg)}.mensagem__outros>.autor-mensagem{left:5px;color:#333}.mensagem-div-mapa{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:5px}.msg-mapa{width:100%;min-height:225px;height:100%;box-sizing:initial}.msg-mapa img{max-width:none!important}.info-mapa{list-style-type:none}.info-mapa li.title{font-size:.85em}.info-mapa li.address,.info-mapa li.url{font-size:.7em}.info-mapa li.url{font-size:.7em}.tooltip-list{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}",
|
|
13059
13064
|
map: undefined,
|
|
13060
13065
|
media: undefined
|