vue-intergrall-plugins 1.0.36 → 1.0.38

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.
@@ -11004,12 +11004,17 @@ var script = {
11004
11004
  },
11005
11005
  cleanHtml() {
11006
11006
  const defaultOptions = {
11007
- allowedTags: ['a', 'b', 'br', 'div', 'i', 'p', 'span', 'strong', 'u', 'ul', 'ol', 'li', 'img', 'link'],
11007
+ allowedTags: ['a', 'b', 'br', 'div', 'i', 'p', 'span', 'strong', 'u', 'ul', 'ol', 'li', 'img', 'link', 'center', 'em', 'blockquote', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'table', 'tr', 'td', 'th', 'thead', 'tbody', 'fieldset', 'input', 'textarea', 'hr', 'del', 'header', 'footer', 'section', 'article', 'nav', 'aside', 'figure', 'figcaption', 'address', 'abbr', 'code', 'pre', 'small', 'sub', 'sup', 'mark', 'wbr', 'q', 'cite', 'time', 'var', 'kbd', 'samp', 'dfn'],
11008
11008
  allowedAttributes: {
11009
- 'a': ['href'],
11010
- 'img': ['src', 'width', 'height', 'alt'],
11011
- 'link': ['rel', 'href'],
11012
- '*': ['style']
11009
+ 'a': ['href', 'name', 'target', 'title'],
11010
+ 'img': ['src', 'width', 'height', 'alt', 'title'],
11011
+ 'link': ['rel', 'href', 'type'],
11012
+ 'input': ['type', 'name', 'value', 'placeholder', 'maxlength', 'minlength', 'size', 'readonly', 'disabled'],
11013
+ 'textarea': ['name', 'rows', 'cols', 'placeholder', 'maxlength', 'minlength', 'readonly', 'disabled'],
11014
+ 'table': ['border', 'cellpadding', 'cellspacing', 'width', 'height'],
11015
+ 'th': ['colspan', 'rowspan'],
11016
+ 'td': ['colspan', 'rowspan'],
11017
+ '*': ['style', 'class', 'id', 'title', 'align', 'valign', 'dir', 'lang', 'tabindex', 'accesskey', 'data-*', 'dir']
11013
11018
  }
11014
11019
  };
11015
11020
  return this.$sanitize(this.html, this.sanitizeOptions || defaultOptions);
@@ -11218,18 +11223,18 @@ var __vue_staticRenderFns__ = [];
11218
11223
  /* style */
11219
11224
  const __vue_inject_styles__ = function (inject) {
11220
11225
  if (!inject) return;
11221
- inject("data-v-7d5e37b1_0", {
11222
- source: ".show-y-top-enter-active[data-v-7d5e37b1],.show-y-top-leave-enter[data-v-7d5e37b1]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-7d5e37b1],.show-y-top-leave-to[data-v-7d5e37b1]{opacity:0;transform:translateY(-2%)}",
11226
+ inject("data-v-4309d8cc_0", {
11227
+ source: ".show-y-top-enter-active[data-v-4309d8cc],.show-y-top-leave-enter[data-v-4309d8cc]{opacity:1;transform:translateY(0);transition:all .2s linear}.show-y-top-enter[data-v-4309d8cc],.show-y-top-leave-to[data-v-4309d8cc]{opacity:0;transform:translateY(-2%)}",
11223
11228
  map: undefined,
11224
11229
  media: undefined
11225
- }), inject("data-v-7d5e37b1_1", {
11230
+ }), inject("data-v-4309d8cc_1", {
11226
11231
  source: ".bg-dark-white-2{background-color:#f7f7f7}.bg-light-gray-2{background-color:#d8d8d8}.email-item{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%}.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;position:relative;overflow:hidden}.email-header-content{display:flex;align-items:center;margin:10px;flex:1;min-width:250px}.email-header-infos{display:flex;flex-direction:column;flex:1}.email-subject{margin:0 0 5px 0;font-weight:700;font-size:.95rem}.email-date{--width:245px;font-size:.8rem;margin-right:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-width:var(--width);width:var(--width);max-width:var(--width)}.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:10px;cursor:pointer;align-items:center;justify-content:center;gap:3px;padding:5px 7px;background-color:#ddd;position:absolute;right:5px;top:5px;z-index:1}.email-actions.active{background-color:#dfdfdf}.email-actions>span{width:4px;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:.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{width:100%;max-width:100%;padding:10px}.email-raw{width:100%;max-width:100%;font-size:.9rem;color:#222}.email-files{display:flex;gap:10px;flex-wrap:wrap;width:100%}.email-header-content,.email-header-infos{max-width:100%;overflow:hidden}.email-to-from-container{margin-bottom:10px;max-width:100%;display:flex;flex-wrap:wrap;flex:1;gap:5px}.email-to-from-container:last-child{margin-bottom:0}.email-to-btn{padding:0 5px;font-size:.9rem;cursor:pointer;color:#666}.email-to-infos{position:absolute;bottom:-300px;border:1px solid #ccc;z-index:2;padding:10px;background-color:#fff;height:300px;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:.8rem}.email-info>span{font-size:.75rem;color:gray;margin-left:5px}",
11227
11232
  map: undefined,
11228
11233
  media: undefined
11229
11234
  });
11230
11235
  };
11231
11236
  /* scoped */
11232
- const __vue_scope_id__ = "data-v-7d5e37b1";
11237
+ const __vue_scope_id__ = "data-v-4309d8cc";
11233
11238
  /* module identifier */
11234
11239
  const __vue_module_identifier__ = undefined;
11235
11240
  /* functional template */