vue-intergrall-plugins 1.0.29 → 1.0.31
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.
|
@@ -11052,6 +11052,11 @@ var script = {
|
|
|
11052
11052
|
type: String,
|
|
11053
11053
|
required: false,
|
|
11054
11054
|
default: 'bg-light-gray-2'
|
|
11055
|
+
},
|
|
11056
|
+
sanitizeOptions: {
|
|
11057
|
+
type: Object,
|
|
11058
|
+
required: false,
|
|
11059
|
+
default: null
|
|
11055
11060
|
}
|
|
11056
11061
|
},
|
|
11057
11062
|
data() {
|
|
@@ -11072,10 +11077,12 @@ var script = {
|
|
|
11072
11077
|
this.openMessage = !this.openMessage;
|
|
11073
11078
|
},
|
|
11074
11079
|
returnCleanHtml(html) {
|
|
11075
|
-
const options = {
|
|
11076
|
-
allowedTags: ['a', 'b', 'br', 'div', 'i', 'p', 'span', 'strong', 'u', 'ul', 'ol', 'li'],
|
|
11080
|
+
const options = this.sanitizeOptions ? this.sanitizeOptions : {
|
|
11081
|
+
allowedTags: ['a', 'b', 'br', 'div', 'i', 'p', 'span', 'strong', 'u', 'ul', 'ol', 'li', 'img', 'link'],
|
|
11077
11082
|
allowedAttributes: {
|
|
11078
11083
|
'a': ['href'],
|
|
11084
|
+
'img': ['src', 'width', 'height', 'alt'],
|
|
11085
|
+
'link': ['rel', 'href'],
|
|
11079
11086
|
'*': ['style']
|
|
11080
11087
|
}
|
|
11081
11088
|
};
|
|
@@ -11207,18 +11214,18 @@ var __vue_staticRenderFns__ = [];
|
|
|
11207
11214
|
/* style */
|
|
11208
11215
|
const __vue_inject_styles__ = function (inject) {
|
|
11209
11216
|
if (!inject) return;
|
|
11210
|
-
inject("data-v-
|
|
11211
|
-
source: ".show-y-top-enter-active[data-v-
|
|
11217
|
+
inject("data-v-47eec7ab_0", {
|
|
11218
|
+
source: ".show-y-top-enter-active[data-v-47eec7ab],.show-y-top-leave-enter[data-v-47eec7ab]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-47eec7ab],.show-y-top-leave-to[data-v-47eec7ab]{opacity:0;transform:translateY(-2%)}",
|
|
11212
11219
|
map: undefined,
|
|
11213
11220
|
media: undefined
|
|
11214
|
-
}), inject("data-v-
|
|
11215
|
-
source: ".bg-dark-white-2{background-color:#f7f7f7}.bg-light-gray-2{background-color:#d8d8d8}.email-item{flex:1;margin:0 10px 10px;color:#222;min-height:60px;display:flex;flex-wrap:wrap;padding:10px;border-radius:5px;transition:all 150ms ease-in-out}.email-header{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px}.email-header-content{display:flex;justify-content:center;align-items:center;margin:10px}.email-header-infos{display:flex;flex-direction:column}.email-subject{margin:0;font-weight:700;font-size:.9rem}.email-date{font-size:.8rem;margin-right:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:15px;background-color:#fff;position:relative}.email-actions{align-self:flex-end;display:flex;border-radius:5px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:10px 5px;background-color:#fff}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:7px;height:7px;background-color:#222;border-radius:50%}.email-actions-list{position:absolute;right:60px;width:250px;top:15px;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:.9rem;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{max-width:100%;padding:10px}.email-raw{max-width:100%;font-size:.9rem;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%}",
|
|
11221
|
+
}), inject("data-v-47eec7ab_1", {
|
|
11222
|
+
source: ".bg-dark-white-2{background-color:#f7f7f7}.bg-light-gray-2{background-color:#d8d8d8}.email-item{flex:1;margin:0 10px 10px;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%}.email-header{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px}.email-header-content{display:flex;justify-content:center;align-items:center;margin:10px}.email-header-infos{display:flex;flex-direction:column}.email-subject{margin:0;font-weight:700;font-size:.9rem}.email-date{font-size:.8rem;margin-right:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.email-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:15px;background-color:#fff;position:relative;max-width:100%}.email-actions{align-self:flex-end;display:flex;border-radius:5px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:10px 5px;background-color:#fff}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:7px;height:7px;background-color:#222;border-radius:50%}.email-actions-list{position:absolute;right:60px;width:250px;top:15px;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:.9rem;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{max-width:100%;padding:10px}.email-raw{max-width:100%;font-size:.9rem;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%}",
|
|
11216
11223
|
map: undefined,
|
|
11217
11224
|
media: undefined
|
|
11218
11225
|
});
|
|
11219
11226
|
};
|
|
11220
11227
|
/* scoped */
|
|
11221
|
-
const __vue_scope_id__ = "data-v-
|
|
11228
|
+
const __vue_scope_id__ = "data-v-47eec7ab";
|
|
11222
11229
|
/* module identifier */
|
|
11223
11230
|
const __vue_module_identifier__ = undefined;
|
|
11224
11231
|
/* functional template */
|