vue-editify 0.2.7 → 0.2.8

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
@@ -18891,7 +18891,7 @@ class AlexEditor {
18891
18891
  event.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");
18892
18892
  }
18893
18893
  }
18894
- const version$1 = "1.4.14";
18894
+ const version$1 = "1.4.16";
18895
18895
  console.log(`%c alex-editor %c v${version$1} `, "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;");
18896
18896
  const setTableCellMerged = (cell) => {
18897
18897
  const breakEl = AlexElement.create({
@@ -42577,7 +42577,7 @@ const Editify = withInstall(editify);
42577
42577
  const install = (app) => {
42578
42578
  app.component(Editify.name, Editify);
42579
42579
  };
42580
- const version = "0.2.7";
42580
+ const version = "0.2.8";
42581
42581
  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;");
42582
42582
  export {
42583
42583
  AlexElement,