vue-editify 0.0.22 → 0.0.23
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 +6 -6
- package/lib/editify.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/src/components/bussiness/InsertTable.vue +3 -3
- package/src/core/index.js +2 -2
- package/src/index.js +1 -1
package/lib/editify.es.js
CHANGED
@@ -16409,9 +16409,9 @@ const getMenuConfig = function(editTrans, editLocale) {
|
|
16409
16409
|
//代码视图
|
16410
16410
|
sourceView: {
|
16411
16411
|
//是否显示此工具
|
16412
|
-
show:
|
16412
|
+
show: false,
|
16413
16413
|
//左侧边框是否显示
|
16414
|
-
leftBorder:
|
16414
|
+
leftBorder: false,
|
16415
16415
|
//右侧边框是否显示
|
16416
16416
|
rightBorder: false
|
16417
16417
|
},
|
@@ -19820,7 +19820,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19820
19820
|
]);
|
19821
19821
|
}
|
19822
19822
|
const InsertVideo = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-cbc84525"]]);
|
19823
|
-
const
|
19823
|
+
const InsertTable_vue_vue_type_style_index_0_scoped_227ede65_lang = "";
|
19824
19824
|
const _sfc_main$2 = {
|
19825
19825
|
name: "InsertTable",
|
19826
19826
|
emits: ["insert"],
|
@@ -19903,7 +19903,7 @@ const _sfc_main$2 = {
|
|
19903
19903
|
}
|
19904
19904
|
}
|
19905
19905
|
};
|
19906
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
19906
|
+
const _withScopeId = (n) => (pushScopeId("data-v-227ede65"), n = n(), popScopeId(), n);
|
19907
19907
|
const _hoisted_1$2 = { class: "editify-table" };
|
19908
19908
|
const _hoisted_2$1 = ["onMouseenter", "onClick"];
|
19909
19909
|
const _hoisted_3$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", null, null, -1));
|
@@ -19933,7 +19933,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19933
19933
|
])
|
19934
19934
|
]);
|
19935
19935
|
}
|
19936
|
-
const InsertTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-
|
19936
|
+
const InsertTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-227ede65"]]);
|
19937
19937
|
const Menu_vue_vue_type_style_index_0_scoped_3fc2d533_lang = "";
|
19938
19938
|
const _sfc_main$1 = {
|
19939
19939
|
name: "Menu",
|
@@ -22929,7 +22929,7 @@ const i18n = (locale) => {
|
|
22929
22929
|
return translations[locale][key];
|
22930
22930
|
};
|
22931
22931
|
};
|
22932
|
-
const version = "0.0.
|
22932
|
+
const version = "0.0.23";
|
22933
22933
|
const install = (app, props) => {
|
22934
22934
|
const locale = (props ? props.locale : "zh_CN") || "zh_CN";
|
22935
22935
|
app.provide("$editTrans", i18n(locale));
|