@haluo/biz 2.0.10 → 2.0.11

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/dist/haluo-biz.js CHANGED
@@ -35,8 +35,8 @@ const ToolsEnum = {
35
35
  LINK: "link",
36
36
  INSERT_IMAGE: "insertImage",
37
37
  INSERT_VIDEO: "insertVideo",
38
- INSERT_ARTIClE: "insertArticle",
39
- COLLECT_ARTICLES: "collectArticles"
38
+ INSERT_ARTICLE: "insertArticle",
39
+ COLLECT_ARTICLE: "collectArticle"
40
40
  };
41
41
  const ToolBar_vue_vue_type_style_index_0_scoped_true_lang = "";
42
42
  const ToolBar_vue_vue_type_style_index_1_lang = "";
@@ -3166,5 +3166,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
3166
3166
  const Editor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
3167
3167
  export {
3168
3168
  Editor,
3169
- ToolBar
3169
+ ToolBar,
3170
+ ToolsEnum
3170
3171
  };
@@ -37,8 +37,8 @@
37
37
  LINK: "link",
38
38
  INSERT_IMAGE: "insertImage",
39
39
  INSERT_VIDEO: "insertVideo",
40
- INSERT_ARTIClE: "insertArticle",
41
- COLLECT_ARTICLES: "collectArticles"
40
+ INSERT_ARTICLE: "insertArticle",
41
+ COLLECT_ARTICLE: "collectArticle"
42
42
  };
43
43
  const ToolBar_vue_vue_type_style_index_0_scoped_true_lang = "";
44
44
  const ToolBar_vue_vue_type_style_index_1_lang = "";
@@ -6810,5 +6810,6 @@
6810
6810
  }, Symbol.toStringTag, { value: "Module" }));
6811
6811
  exports2.Editor = Editor;
6812
6812
  exports2.ToolBar = ToolBar;
6813
+ exports2.ToolsEnum = ToolsEnum;
6813
6814
  Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
6814
6815
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haluo/biz",
3
3
  "description": "rich text",
4
- "version": "2.0.10",
4
+ "version": "2.0.11",
5
5
  "type": "module",
6
6
  "module": "./dist/haluo-biz.js",
7
7
  "main": "./dist/haluo-biz.umd.cjs",