vue-intergrall-plugins 0.0.204 → 0.0.205
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.
|
@@ -3771,7 +3771,7 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
3771
3771
|
class: {
|
|
3772
3772
|
'horizontal': _vm.cssStyle.outsideButtons
|
|
3773
3773
|
}
|
|
3774
|
-
}, [_c('div', {
|
|
3774
|
+
}, [!_vm.fileSettings.multiple ? [_c('div', {
|
|
3775
3775
|
staticClass: "files-btn images",
|
|
3776
3776
|
class: {
|
|
3777
3777
|
'margin-bottom': _vm.cssStyle.outsideButtons
|
|
@@ -3802,7 +3802,25 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
3802
3802
|
attrs: {
|
|
3803
3803
|
"icon": ['fas', 'file-alt']
|
|
3804
3804
|
}
|
|
3805
|
-
})], 1)
|
|
3805
|
+
})], 1)] : _c('div', {
|
|
3806
|
+
staticClass: "files-btn both",
|
|
3807
|
+
attrs: {
|
|
3808
|
+
"title": _vm.dictionary.title_anexo_arq
|
|
3809
|
+
},
|
|
3810
|
+
on: {
|
|
3811
|
+
"click": function click($event) {
|
|
3812
|
+
return _vm.openSelectFileHandler('both');
|
|
3813
|
+
}
|
|
3814
|
+
}
|
|
3815
|
+
}, [_c('fa-icon', {
|
|
3816
|
+
attrs: {
|
|
3817
|
+
"icon": ['fas', 'image']
|
|
3818
|
+
}
|
|
3819
|
+
}), _vm._v(" "), _c('fa-icon', {
|
|
3820
|
+
attrs: {
|
|
3821
|
+
"icon": ['fas', 'file-alt']
|
|
3822
|
+
}
|
|
3823
|
+
})], 1), _vm._v(" "), _vm.fileSettings.systemButton ? _c('div', {
|
|
3806
3824
|
staticClass: "files-btn system",
|
|
3807
3825
|
attrs: {
|
|
3808
3826
|
"title": _vm.dictionary.title_anexo_sistema
|
|
@@ -3816,7 +3834,7 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
3816
3834
|
attrs: {
|
|
3817
3835
|
"icon": ['fas', 'server']
|
|
3818
3836
|
}
|
|
3819
|
-
})], 1)]) : _vm._e()]), _vm._ssrNode(" <div class=\"files-pointers d-none\">" + (_vm.fileSettings.multiple ? "<input type=\"file\"" + _vm._ssrAttr("id", "both-" + _vm.textId) + " accept=\"image/*,application/*\" multiple=\"multiple\">" : "<!---->") + " " + (!_vm.fileSettings.multiple ? "<input type=\"file\"" + _vm._ssrAttr("id", "img-" + _vm.textId) + " accept=\"image/*\">" : "<!---->") + " " + (!_vm.fileSettings.multiple ? "<input type=\"file\"" + _vm._ssrAttr("id", "doc-" + _vm.textId) + " accept=\"application/*\">" : "<!---->") + "</div> "), _c('transition', {
|
|
3837
|
+
})], 1) : _vm._e()], 2) : _vm._e()]), _vm._ssrNode(" <div class=\"files-pointers d-none\">" + (_vm.fileSettings.multiple ? "<input type=\"file\"" + _vm._ssrAttr("id", "both-" + _vm.textId) + " accept=\"image/*,application/*\" multiple=\"multiple\">" : "<!---->") + " " + (!_vm.fileSettings.multiple ? "<input type=\"file\"" + _vm._ssrAttr("id", "img-" + _vm.textId) + " accept=\"image/*\">" : "<!---->") + " " + (!_vm.fileSettings.multiple ? "<input type=\"file\"" + _vm._ssrAttr("id", "doc-" + _vm.textId) + " accept=\"application/*\">" : "<!---->") + "</div> "), _c('transition', {
|
|
3820
3838
|
attrs: {
|
|
3821
3839
|
"name": "fade"
|
|
3822
3840
|
}
|
|
@@ -3875,7 +3893,7 @@ var __vue_staticRenderFns__$l = [];
|
|
|
3875
3893
|
|
|
3876
3894
|
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
3877
3895
|
if (!inject) return;
|
|
3878
|
-
inject("data-v-
|
|
3896
|
+
inject("data-v-d44e0484_0", {
|
|
3879
3897
|
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}",
|
|
3880
3898
|
map: undefined,
|
|
3881
3899
|
media: undefined
|
|
@@ -3887,7 +3905,7 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
3887
3905
|
var __vue_scope_id__$l = undefined;
|
|
3888
3906
|
/* module identifier */
|
|
3889
3907
|
|
|
3890
|
-
var __vue_module_identifier__$l = "data-v-
|
|
3908
|
+
var __vue_module_identifier__$l = "data-v-d44e0484";
|
|
3891
3909
|
/* functional template */
|
|
3892
3910
|
|
|
3893
3911
|
var __vue_is_functional_template__$l = false;
|
|
@@ -8266,7 +8284,8 @@ var script$h = {
|
|
|
8266
8284
|
return {
|
|
8267
8285
|
docsExtensions: "",
|
|
8268
8286
|
imagesExtensions: "",
|
|
8269
|
-
multiple: false
|
|
8287
|
+
multiple: false,
|
|
8288
|
+
systemButton: false
|
|
8270
8289
|
};
|
|
8271
8290
|
},
|
|
8272
8291
|
required: false
|
|
@@ -8796,8 +8815,8 @@ var __vue_staticRenderFns__$h = [];
|
|
|
8796
8815
|
|
|
8797
8816
|
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
8798
8817
|
if (!inject) return;
|
|
8799
|
-
inject("data-v-
|
|
8800
|
-
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-
|
|
8818
|
+
inject("data-v-48659e85_0", {
|
|
8819
|
+
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}.text-footer-container .text-footer-files-container .files-btn.system{background-color:#49a349;margin-left:5px}.text-footer-container .text-footer-files-container .files-btn.both{font-size:.95rem;background-color:#5555ec;flex-direction:column}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(1){transform:translateX(5px)}.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(2){transform:translateX(-5px)}.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}",
|
|
8801
8820
|
map: undefined,
|
|
8802
8821
|
media: undefined
|
|
8803
8822
|
});
|
|
@@ -8808,7 +8827,7 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
8808
8827
|
var __vue_scope_id__$h = undefined;
|
|
8809
8828
|
/* module identifier */
|
|
8810
8829
|
|
|
8811
|
-
var __vue_module_identifier__$h = "data-v-
|
|
8830
|
+
var __vue_module_identifier__$h = "data-v-48659e85";
|
|
8812
8831
|
/* functional template */
|
|
8813
8832
|
|
|
8814
8833
|
var __vue_is_functional_template__$h = false;
|
package/package.json
CHANGED
|
@@ -6,13 +6,19 @@
|
|
|
6
6
|
<fa-icon :icon="['fas', 'paperclip']" :title="dictionary.title_selecionar_anexo" />
|
|
7
7
|
<transition name="show">
|
|
8
8
|
<div v-if="openFiles && hasButtonFiles" class="text-footer-files-container" :class="{'horizontal' : cssStyle.outsideButtons}">
|
|
9
|
-
<
|
|
9
|
+
<template v-if="!fileSettings.multiple">
|
|
10
|
+
<div class="files-btn images" :class="{'margin-bottom' : cssStyle.outsideButtons}" :title="dictionary.title_anexo_img" @click="openSelectFileHandler('img')">
|
|
11
|
+
<fa-icon :icon="['fas', 'image']" />
|
|
12
|
+
</div>
|
|
13
|
+
<div class="files-btn docs" :title="dictionary.title_anexo_doc" @click="openSelectFileHandler('doc')">
|
|
14
|
+
<fa-icon :icon="['fas', 'file-alt']" />
|
|
15
|
+
</div>
|
|
16
|
+
</template>
|
|
17
|
+
<div v-else class="files-btn both" :title="dictionary.title_anexo_arq" @click="openSelectFileHandler('both')">
|
|
10
18
|
<fa-icon :icon="['fas', 'image']" />
|
|
11
|
-
</div>
|
|
12
|
-
<div class="files-btn docs" :title="dictionary.title_anexo_doc" @click="openSelectFileHandler('doc')">
|
|
13
19
|
<fa-icon :icon="['fas', 'file-alt']" />
|
|
14
20
|
</div>
|
|
15
|
-
<div class="files-btn system" :title="dictionary.title_anexo_sistema" @click="openSelectFileHandler('system')">
|
|
21
|
+
<div v-if="fileSettings.systemButton" class="files-btn system" :title="dictionary.title_anexo_sistema" @click="openSelectFileHandler('system')">
|
|
16
22
|
<fa-icon :icon="['fas', 'server']" />
|
|
17
23
|
</div>
|
|
18
24
|
</div>
|
|
@@ -143,7 +143,7 @@ export default {
|
|
|
143
143
|
},
|
|
144
144
|
fileSettings: {
|
|
145
145
|
type: Object,
|
|
146
|
-
default: () => { return { docsExtensions: "", imagesExtensions: "", multiple: false } },
|
|
146
|
+
default: () => { return { docsExtensions: "", imagesExtensions: "", multiple: false, systemButton: false } },
|
|
147
147
|
required: false
|
|
148
148
|
},
|
|
149
149
|
textId: {
|
|
@@ -700,10 +700,22 @@ ul {
|
|
|
700
700
|
margin-right: unset;
|
|
701
701
|
margin-bottom: 5px; }
|
|
702
702
|
.text-footer-container .text-footer-files-container .files-btn.docs {
|
|
703
|
-
background-color: #7986cb;
|
|
704
|
-
margin-right: 5px; }
|
|
703
|
+
background-color: #7986cb; }
|
|
705
704
|
.text-footer-container .text-footer-files-container .files-btn.system {
|
|
706
|
-
background-color: #49a349;
|
|
705
|
+
background-color: #49a349;
|
|
706
|
+
margin-left: 5px }
|
|
707
|
+
.text-footer-container .text-footer-files-container .files-btn.both {
|
|
708
|
+
font-size: .95rem;
|
|
709
|
+
background-color: rgb(85, 85, 236);
|
|
710
|
+
flex-direction: column;
|
|
711
|
+
}
|
|
712
|
+
.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(1) {
|
|
713
|
+
transform: translateX(5px)
|
|
714
|
+
}
|
|
715
|
+
.text-footer-container .text-footer-files-container .files-btn.both svg:nth-child(2) {
|
|
716
|
+
transform: translateX(-5px)
|
|
717
|
+
}
|
|
718
|
+
|
|
707
719
|
.text-footer-container .text-footer-preview-container {
|
|
708
720
|
cursor: default;
|
|
709
721
|
position: absolute;
|