vue-editify 0.2.22 → 0.2.24

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/lib/editify.es.js CHANGED
@@ -5008,7 +5008,7 @@ class AlexEditor {
5008
5008
  event$1.off(this.$el, "beforeinput.alex_editor compositionstart.alex_editor compositionupdate.alex_editor compositionend.alex_editor keydown.alex_editor cut.alex_editor paste.alex_editor copy.alex_editor dragstart.alex_editor drop.alex_editor focus.alex_editor blur.alex_editor");
5009
5009
  }
5010
5010
  }
5011
- const version$2 = "1.4.35";
5011
+ const version$2 = "1.4.37";
5012
5012
  console.log(`%c alex-editor %c v${version$2} `, "padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;", "padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;");
5013
5013
  const number = {
5014
5014
  /**
@@ -44683,7 +44683,7 @@ const Editify = withInstall(editify);
44683
44683
  const install = (app) => {
44684
44684
  app.component(Editify.name, Editify);
44685
44685
  };
44686
- const version = "0.2.22";
44686
+ const version = "0.2.24";
44687
44687
  console.log(`%c vue-editify %c v${version} `, "padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;", "padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;");
44688
44688
  export {
44689
44689
  AlexElement,