vue-intergrall-plugins 1.1.6 → 1.1.8
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 +43 -21
- package/dist/vue-intergrall-plugins.min.js +1 -1
- package/dist/vue-intergrall-plugins.ssr.js +32 -41
- package/package.json +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +4 -1
- package/src/lib-components/Email/EmailItem.vue +4 -3
- package/src/lib-components/Messages/InteratividadeFormulario.vue +5 -2
|
@@ -4378,12 +4378,20 @@ var __vue_render__$s = function () {
|
|
|
4378
4378
|
return _vm.openFilesByClip();
|
|
4379
4379
|
}
|
|
4380
4380
|
}
|
|
4381
|
-
}, [_c('
|
|
4381
|
+
}, [_c('span', {
|
|
4382
|
+
staticStyle: {
|
|
4383
|
+
"display": "flex",
|
|
4384
|
+
"align-items": "center",
|
|
4385
|
+
"cursor": "pointer"
|
|
4386
|
+
},
|
|
4382
4387
|
attrs: {
|
|
4383
|
-
"icon": ['fas', 'paperclip'],
|
|
4384
4388
|
"title": _vm.dictionary.title_selecionar_anexo
|
|
4385
4389
|
}
|
|
4386
|
-
}
|
|
4390
|
+
}, [_c('fa-icon', {
|
|
4391
|
+
attrs: {
|
|
4392
|
+
"icon": ['fas', 'paperclip']
|
|
4393
|
+
}
|
|
4394
|
+
})], 1), _vm._v(" "), _c('transition', {
|
|
4387
4395
|
attrs: {
|
|
4388
4396
|
"name": "fade"
|
|
4389
4397
|
}
|
|
@@ -4572,7 +4580,7 @@ var __vue_staticRenderFns__$s = [];
|
|
|
4572
4580
|
/* style */
|
|
4573
4581
|
const __vue_inject_styles__$s = function (inject) {
|
|
4574
4582
|
if (!inject) return;
|
|
4575
|
-
inject("data-v-
|
|
4583
|
+
inject("data-v-8179835e_0", {
|
|
4576
4584
|
source: ".fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.d-none{display:none}.files-counter{position:absolute;top:unset;transform:translate(17.5px,-15px);background-color:#888;z-index:1;font-size:8px;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}.files-counter-2{transform:translate(-15px,28px);opacity:.9;position:absolute;display:flex;justify-content:center;align-items:center;color:#888;font-size:12.8px}.files-counter-2 svg{margin-left:5px}.files-counter-2:hover{opacity:1;text-decoration:underline}",
|
|
4577
4585
|
map: undefined,
|
|
4578
4586
|
media: undefined
|
|
@@ -8235,10 +8243,13 @@ var __vue_render__$e = function () {
|
|
|
8235
8243
|
return _vm.openFile(mku, type);
|
|
8236
8244
|
}
|
|
8237
8245
|
}
|
|
8238
|
-
}) : _c('
|
|
8239
|
-
|
|
8246
|
+
}) : _c('span', {
|
|
8247
|
+
staticStyle: {
|
|
8248
|
+
"display": "flex",
|
|
8249
|
+
"align-items": "center",
|
|
8250
|
+
"cursor": "pointer"
|
|
8251
|
+
},
|
|
8240
8252
|
attrs: {
|
|
8241
|
-
"icon": _vm.returnCurrentIcon(type),
|
|
8242
8253
|
"title": name
|
|
8243
8254
|
},
|
|
8244
8255
|
on: {
|
|
@@ -8246,7 +8257,12 @@ var __vue_render__$e = function () {
|
|
|
8246
8257
|
return _vm.openFile(mku, type);
|
|
8247
8258
|
}
|
|
8248
8259
|
}
|
|
8249
|
-
}
|
|
8260
|
+
}, [_c('fa-icon', {
|
|
8261
|
+
class: _vm.returnCurrentClass(type),
|
|
8262
|
+
attrs: {
|
|
8263
|
+
"icon": _vm.returnCurrentIcon(type)
|
|
8264
|
+
}
|
|
8265
|
+
})], 1), _vm._v(" "), _c('a', {
|
|
8250
8266
|
staticClass: "d-flex align-items-end ml-3 text-dark",
|
|
8251
8267
|
attrs: {
|
|
8252
8268
|
"href": _vm.dominio + "/callcenter/docs.php?mku=" + mkuDownload,
|
|
@@ -8259,7 +8275,7 @@ var __vue_render__$e = function () {
|
|
|
8259
8275
|
attrs: {
|
|
8260
8276
|
"icon": ['fas', 'download']
|
|
8261
8277
|
}
|
|
8262
|
-
})], 1)]
|
|
8278
|
+
})], 1)]);
|
|
8263
8279
|
}), 0), _vm._v(" "), !_vm.anexos.length ? _c('p', {
|
|
8264
8280
|
staticClass: "text-center mb-5",
|
|
8265
8281
|
domProps: {
|
|
@@ -8272,7 +8288,7 @@ var __vue_staticRenderFns__$e = [];
|
|
|
8272
8288
|
/* style */
|
|
8273
8289
|
const __vue_inject_styles__$e = function (inject) {
|
|
8274
8290
|
if (!inject) return;
|
|
8275
|
-
inject("data-v-
|
|
8291
|
+
inject("data-v-821c9eca_0", {
|
|
8276
8292
|
source: ".divisor-form-info-aditional{display:flex;align-items:center;justify-content:space-around}.info-aditional{border-bottom:1px solid #ccc;width:49%}.interatividade-form-header{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:14.4px}.interatividade-form-body{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{margin:10px 0}.interatividade-titulo-form{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden;max-width:100%;margin:0;padding:0;padding-top:5px}.interatividade-description-form{overflow:hidden;max-width:100%;margin:0;padding:0}.text-dark{color:#333}.ml-3{margin-left:3px}.flex-wrap{flex-wrap:wrap}.align-items-center{align-items:center}.d-flex{display:flex}.align-items-end{align-items:flex-end}.flex-column{flex-direction:column}.text-bold{font-weight:700}.m-5{margin:5px}.mb-5{margin-bottom:5px}.mx-5{margin-left:5px;margin-right:5px}.cursor-pointer{cursor:pointer}.bg-dark-white-2{background-color:#f7f7f7}.border-radius-10{border-radius:10px}.w-100{width:100%}.overflow-hidden{overflow:hidden}.mt-10{margin-top:10px}.flex-wrap{flex-wrap:wrap}.d-flex{display:flex}.p-10{padding:10px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.d-flex-center{display:flex;justify-content:center;align-items:center}.fs-_85{font-size:13.6px}.text-ellipsis{text-overflow:ellipsis}.text-left{text-align:left}.text-ellipsis{white-space:nowrap;overflow:hidden}.ml-5{margin-left:5px}.text-shadow{text-shadow:0 0 #000}.justify-content-between{justify-content:space-between}.mr-5{margin-right:5px}",
|
|
8277
8293
|
map: undefined,
|
|
8278
8294
|
media: undefined
|
|
@@ -11413,13 +11429,16 @@ var __vue_render__$1 = function () {
|
|
|
11413
11429
|
return _vm.toggleIsOpen.apply(null, arguments);
|
|
11414
11430
|
}
|
|
11415
11431
|
}
|
|
11432
|
+
}, [_c('span', {
|
|
11433
|
+
attrs: {
|
|
11434
|
+
"title": "Enviado por: " + _vm.autor
|
|
11435
|
+
}
|
|
11416
11436
|
}, [_c('fa-icon', {
|
|
11417
11437
|
class: [_vm.origem],
|
|
11418
11438
|
attrs: {
|
|
11419
|
-
"icon": ['fas', 'reply']
|
|
11420
|
-
"title": "Enviado por: " + _vm.autor
|
|
11439
|
+
"icon": ['fas', 'reply']
|
|
11421
11440
|
}
|
|
11422
|
-
}), _vm._v(" "), _c('p', {
|
|
11441
|
+
})], 1), _vm._v(" "), _c('p', {
|
|
11423
11442
|
staticClass: "email-author-name",
|
|
11424
11443
|
attrs: {
|
|
11425
11444
|
"title": _vm.returnAuthorName
|
|
@@ -11427,13 +11446,16 @@ var __vue_render__$1 = function () {
|
|
|
11427
11446
|
domProps: {
|
|
11428
11447
|
"textContent": _vm._s(_vm.returnAuthorName)
|
|
11429
11448
|
}
|
|
11430
|
-
}), _vm._v(" "), _c('
|
|
11431
|
-
staticClass: "email-to-svg",
|
|
11449
|
+
}), _vm._v(" "), _c('span', {
|
|
11432
11450
|
attrs: {
|
|
11433
|
-
"icon": ['fas', _vm.origem === 'outros' ? 'user' : 'headset'],
|
|
11434
11451
|
"title": "E-mail " + (_vm.origem === 'outros' ? 'recebido' : 'enviado')
|
|
11435
11452
|
}
|
|
11436
|
-
}
|
|
11453
|
+
}, [_c('fa-icon', {
|
|
11454
|
+
staticClass: "email-to-svg",
|
|
11455
|
+
attrs: {
|
|
11456
|
+
"icon": ['fas', _vm.origem === 'outros' ? 'user' : 'headset']
|
|
11457
|
+
}
|
|
11458
|
+
})], 1)]) : _vm._e(), _vm._v(" "), _vm.customButtons && _vm.customButtons.length ? _c('div', {
|
|
11437
11459
|
staticClass: "email-custom-buttons",
|
|
11438
11460
|
on: {
|
|
11439
11461
|
"click": function ($event) {
|
|
@@ -11696,18 +11718,18 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
11696
11718
|
/* style */
|
|
11697
11719
|
const __vue_inject_styles__$1 = function (inject) {
|
|
11698
11720
|
if (!inject) return;
|
|
11699
|
-
inject("data-v-
|
|
11700
|
-
source: ".show-y-top-enter-active[data-v-
|
|
11721
|
+
inject("data-v-020744a2_0", {
|
|
11722
|
+
source: ".show-y-top-enter-active[data-v-020744a2],.show-y-top-leave-enter[data-v-020744a2]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-020744a2],.show-y-top-leave-to[data-v-020744a2]{opacity:0;transform:translateY(-2%)}",
|
|
11701
11723
|
map: undefined,
|
|
11702
11724
|
media: undefined
|
|
11703
|
-
}), inject("data-v-
|
|
11725
|
+
}), inject("data-v-020744a2_1", {
|
|
11704
11726
|
source: ".visibility-hidden{visibility:hidden}.box-shadow-active{box-shadow:0 0 4px 2px rgba(0,0,0,.25)}.bg-dark-white-2{background-color:#f7f7f7}.bg-white{background-color:#fff}.cursor-pointer{cursor:pointer}.email-overlay{width:100%;height:100%;background-color:transparent;z-index:1;position:absolute;top:0;left:0}.email-item{--konecta-gray-3:#515050;--konecta-light:#f8f9fa;--blue-silver-4:#dae0e5;--email-principal:#faa732;--email-outros:#86b7fe;font-family:Roboto,sans-serif;flex:1;margin:0 0 10px 0;color:#222;min-height:60px;display:flex;flex-wrap:wrap;padding:10px;border-radius:5px;transition:all 150ms ease-in-out;max-width:100%;width:100%;overflow:hidden;position:relative}.email-custom-action-buttons{display:flex;gap:7px;align-items:center;flex-wrap:wrap;max-width:100%;cursor:default}.email-custom-action-button{margin-top:10px;background-color:var(--konecta-light)!important;color:var(--konecta-dark)!important;border:1px solid var(--blue-silver-4)!important;flex:1;min-width:100px;display:flex;align-items:center;justify-content:center;gap:5px;padding:5px;overflow:hidden;border-radius:5px;text-overflow:ellipsis;white-space:nowrap;transition:all .1s ease-in-out;max-width:100%;cursor:pointer}.email-custom-action-button:hover{background-color:#e9ecef!important}.email-custom-action-button:disabled{background-color:var(--konecta-gray-3)!important;border:1px solid #25282b!important;cursor:not-allowed!important}.email-item.outros{border-left:3px solid var(--email-outros)}.email-author-name{margin:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-author.outros{color:var(--email-outros)}.email-author.outros>svg:nth-child(1){transform:rotate(180deg)}.email-author.principal{color:var(--email-principal)}.email-author.main{font-size:16.4px}.email-item.principal{border-left:3px solid var(--email-principal)}.email-item.info-open{overflow:visible}.email-header{width:100%;display:flex;flex-direction:column;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px;position:relative;overflow:visible}.header-container{display:flex;overflow:hidden;position:relative}.email-header-content{display:flex;align-items:center;flex:1;min-width:250px}.email-header-infos{display:flex;flex-direction:column;flex:1}.email-subject{margin:5px 0 0 0;font-size:16.4px;cursor:pointer}.email-date{--width:245px;font-size:12.8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;right:0;top:0;min-width:var(--width);width:var(--width);max-width:var(--width);display:flex;justify-content:flex-end;gap:3px;align-items:center}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;position:relative;max-width:100%}.email-actions{align-self:flex-end;display:flex;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:5px 7px;background-color:#ddd;position:absolute;right:0;top:30px;z-index:1}.email-actions.main{top:10px}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:4px;height:4px;min-width:4px;min-height:4px;max-width:4px;max-height:4px;background-color:#222;border-radius:50%}.email-actions-list{position:absolute;right:45px;width:250px;top:5px;margin:0;list-style-type:none;padding:0;border-radius:5px;z-index:1}.email-action{background-color:#dfdfdf;padding:5px 10px;cursor:pointer;transition:background-color 150ms ease-in-out;font-size:14.4px;user-select:none}.email-action:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px}.email-action:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.email-action:hover{background-color:#ccc}.email-html{width:100%;min-width:300px;max-width:100%;border:none;overflow:auto}.email-raw{width:100%;max-width:100%;padding:15px;font-size:14.4px;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%;margin-top:5px}.email-header-content,.email-header-infos{max-width:100%;overflow:hidden}.email-to-from-container{margin-bottom:5px;max-width:100%;min-width:250px;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap;flex:1;gap:5px}.email-to-btn{padding:0 5px;font-size:14.4px;cursor:pointer;color:#666}.email-to-infos{position:absolute;bottom:-325px;border:1px solid #ccc;z-index:2;padding:10px;background-color:#fff;max-height:300px;overflow-y:auto;overflow-x:hidden;width:300px;display:flex;flex-direction:column;gap:5px;margin:0;cursor:default}.email-info{width:100%;font-size:12.8px}.email-info>span{font-size:12px;color:gray;margin-right:3px}.email-author{display:flex;align-items:center;height:5px;font-size:12px;font-weight:700;transform:translateY(-2px);width:100%;cursor:pointer}.email-subject-secondary{margin-top:-5px}.email-subject-span{font-size:11.2px;color:gray}.email-to-svg{font-size:13.6px}.email-custom-buttons{display:flex;gap:7px;position:absolute;top:5px;right:5px;z-index:1;font-size:12.8px}.menu-mensagem{cursor:pointer;padding:1px;opacity:.7;transition:opacity .1s ease-in-out}.menu-mensagem:active,.menu-mensagem:focus,.menu-mensagem:hover{opacity:1}.email-error-content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;padding:10px}.email-error-content p{margin:0;color:#e74c3c}.email-error-content button{border:1px solid #ccc;border-radius:3px;padding:5px 10px;background-color:#fff;cursor:pointer;transition:background-color 150ms ease-in-out}.email-error-content button:hover{background-color:#eee}",
|
|
11705
11727
|
map: undefined,
|
|
11706
11728
|
media: undefined
|
|
11707
11729
|
});
|
|
11708
11730
|
};
|
|
11709
11731
|
/* scoped */
|
|
11710
|
-
const __vue_scope_id__$1 = "data-v-
|
|
11732
|
+
const __vue_scope_id__$1 = "data-v-020744a2";
|
|
11711
11733
|
/* module identifier */
|
|
11712
11734
|
const __vue_module_identifier__$1 = undefined;
|
|
11713
11735
|
/* functional template */
|