vue-intergrall-plugins 1.0.9 → 1.0.12
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.css +33 -33
- package/dist/vue-intergrall-plugins.esm.js +8675 -16849
- package/package.json +1 -2
- package/src/lib-components/Buttons/IconButton.vue +1 -1
- package/src/lib-components/Buttons/SimpleButton.vue +1 -1
- package/src/lib-components/Cards/Card.vue +1 -1
- package/src/lib-components/Cards/CardFile.vue +2 -2
- package/src/lib-components/Chat/AudioSpeedControl.vue +1 -1
- package/src/lib-components/Chat/BtnDownloadAllFiles.vue +1 -1
- package/src/lib-components/Chat/BtnEmojis.vue +1 -1
- package/src/lib-components/Chat/BtnFiles.vue +1 -1
- package/src/lib-components/Chat/BtnScreenShare.vue +1 -1
- package/src/lib-components/Chat/ExpandTextarea.vue +1 -1
- package/src/lib-components/Chat/MultipleFilePreview.vue +1 -1
- package/src/lib-components/Chat/Picker.vue +1 -1
- package/src/lib-components/Chat/SingleFilePreview.vue +1 -1
- package/src/lib-components/Chat/SkeletonPicker.vue +1 -1
- package/src/lib-components/Chat/StandardMessages.vue +1 -1
- package/src/lib-components/Chat/TextFooter.vue +1 -1
- package/src/lib-components/Email/EmailFile.vue +1 -1
- package/src/lib-components/Email/EmailItem.vue +1 -1
- package/src/lib-components/Loader/Loader.vue +1 -1
- package/src/lib-components/Messages/AnexoMensagem.vue +2 -2
- package/src/lib-components/Messages/CardAttachment.vue +1 -1
- package/src/lib-components/Messages/CardMessages.vue +1 -1
- package/src/lib-components/Messages/ChatMessages.vue +1 -1
- package/src/lib-components/Messages/InteratividadeBotoes.vue +1 -1
- package/src/lib-components/Messages/InteratividadeFormulario.vue +1 -1
- package/src/lib-components/Messages/InteratividadePopup.vue +1 -1
- package/src/lib-components/Messages/LinkPreview.vue +2 -2
- package/src/lib-components/Scroll/ScrollContent.vue +2 -2
- package/src/lib-components/Templates/TemplateGenerator.vue +1 -1
- package/src/lib-components/Templates/TemplateSingle.vue +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-intergrall-plugins",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/vue-intergrall-plugins.ssr.js",
|
|
6
6
|
"browser": "dist/vue-intergrall-plugins.esm.js",
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"node": ">=12"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"axios": "^1.6.7",
|
|
64
63
|
"kind-of": "^6.0.3",
|
|
65
64
|
"rollup-plugin-css-only": "^4.5.2",
|
|
66
65
|
"rollup-plugin-vue": "^5.1.9"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
</span>
|
|
27
27
|
</template>
|
|
28
28
|
|
|
29
|
-
<style
|
|
29
|
+
<style>
|
|
30
30
|
.fade-enter-active, .fade-leave-active {
|
|
31
31
|
transition: opacity .5s;
|
|
32
32
|
}
|
|
@@ -60,7 +60,7 @@ export default {
|
|
|
60
60
|
}
|
|
61
61
|
</script>
|
|
62
62
|
|
|
63
|
-
<style
|
|
63
|
+
<style>
|
|
64
64
|
.file-item {
|
|
65
65
|
width: 100%;
|
|
66
66
|
height: 100%;
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
}
|
|
37
37
|
</script>
|
|
38
38
|
|
|
39
|
-
<style
|
|
39
|
+
<style>
|
|
40
40
|
.box-shadow {
|
|
41
41
|
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
42
42
|
-moz-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
</div>
|
|
90
90
|
</template>
|
|
91
91
|
|
|
92
|
-
<style
|
|
92
|
+
<style>
|
|
93
93
|
.tippy-tooltip.light-theme .tippy-backdrop {
|
|
94
94
|
background-color: #fff;
|
|
95
95
|
}
|
|
@@ -207,7 +207,7 @@ export default {
|
|
|
207
207
|
};
|
|
208
208
|
</script>
|
|
209
209
|
|
|
210
|
-
<style
|
|
210
|
+
<style>
|
|
211
211
|
.mensagem__principal .default-doc {
|
|
212
212
|
background-color: var(--files-bg);
|
|
213
213
|
}
|
|
@@ -76,7 +76,7 @@ export default {
|
|
|
76
76
|
const url = this.returnURL();
|
|
77
77
|
if (!url) return;
|
|
78
78
|
const encodedURL = Buffer(url).toString("base64");
|
|
79
|
-
const response = await
|
|
79
|
+
const response = await fetch({
|
|
80
80
|
method: "get",
|
|
81
81
|
url: `${baseURL}/preview?url=${encodedURL}${dev}`,
|
|
82
82
|
// headers: {
|
|
@@ -128,7 +128,7 @@ export default {
|
|
|
128
128
|
};
|
|
129
129
|
</script>
|
|
130
130
|
|
|
131
|
-
<style
|
|
131
|
+
<style>
|
|
132
132
|
.link-preview {
|
|
133
133
|
display: flex;
|
|
134
134
|
flex-direction: column;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</transition>
|
|
13
13
|
</template>
|
|
14
14
|
|
|
15
|
-
<style
|
|
15
|
+
<style>
|
|
16
16
|
.fade-enter-active,
|
|
17
17
|
.fade-leave-active {
|
|
18
18
|
transition: opacity 0.3s;
|
|
@@ -121,7 +121,7 @@ export default {
|
|
|
121
121
|
},
|
|
122
122
|
};
|
|
123
123
|
</script>
|
|
124
|
-
<style
|
|
124
|
+
<style>
|
|
125
125
|
.btn-rolagem {
|
|
126
126
|
position: absolute;
|
|
127
127
|
bottom: 10px;
|