vue-editify 0.1.46 → 0.1.47

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
@@ -4558,7 +4558,7 @@ class AlexEditor {
4558
4558
  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");
4559
4559
  }
4560
4560
  }
4561
- const version$2 = "1.4.8";
4561
+ const version$2 = "1.4.9";
4562
4562
  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;");
4563
4563
  const number = {
4564
4564
  /**
@@ -41952,7 +41952,7 @@ const attachment = (options) => {
41952
41952
  const install = (app) => {
41953
41953
  app.component(Editify.name, Editify);
41954
41954
  };
41955
- const version = "0.1.46";
41955
+ const version = "0.1.47";
41956
41956
  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;");
41957
41957
  export {
41958
41958
  AlexElement,