vue-intergrall-plugins 0.0.225 → 0.0.226
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.
|
@@ -4216,12 +4216,13 @@ var __vue_render__$n = function () {
|
|
|
4216
4216
|
"name": "fade"
|
|
4217
4217
|
}
|
|
4218
4218
|
}, [_vm.fileSize > 0 ? _c('span', {
|
|
4219
|
+
directives: [{
|
|
4220
|
+
name: "tippy",
|
|
4221
|
+
rawName: "v-tippy"
|
|
4222
|
+
}],
|
|
4219
4223
|
staticClass: "files-counter",
|
|
4220
4224
|
attrs: {
|
|
4221
|
-
"
|
|
4222
|
-
},
|
|
4223
|
-
domProps: {
|
|
4224
|
-
"textContent": _vm._s(_vm.fileSize)
|
|
4225
|
+
"content": "Visualizar " + _vm.fileSize + " arquivo(s)"
|
|
4225
4226
|
},
|
|
4226
4227
|
on: {
|
|
4227
4228
|
"click": function ($event) {
|
|
@@ -4229,7 +4230,11 @@ var __vue_render__$n = function () {
|
|
|
4229
4230
|
return _vm.toggleFilePreview.apply(null, arguments);
|
|
4230
4231
|
}
|
|
4231
4232
|
}
|
|
4232
|
-
}
|
|
4233
|
+
}, [_c('fa-icon', {
|
|
4234
|
+
attrs: {
|
|
4235
|
+
"icon": ['fas', 'eye']
|
|
4236
|
+
}
|
|
4237
|
+
})], 1) : _vm._e()]), _vm._v(" "), _c('fa-icon', {
|
|
4233
4238
|
attrs: {
|
|
4234
4239
|
"icon": ['fas', 'paperclip'],
|
|
4235
4240
|
"title": _vm.dictionary.title_selecionar_anexo
|
|
@@ -4401,7 +4406,7 @@ var __vue_staticRenderFns__$n = [];
|
|
|
4401
4406
|
|
|
4402
4407
|
const __vue_inject_styles__$n = function (inject) {
|
|
4403
4408
|
if (!inject) return;
|
|
4404
|
-
inject("data-v-
|
|
4409
|
+
inject("data-v-4ecd68ea_0", {
|
|
4405
4410
|
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}",
|
|
4406
4411
|
map: undefined,
|
|
4407
4412
|
media: undefined
|