@zhangqingcq/vgce 0.1.0 → 0.1.1
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/vgce.js
CHANGED
@@ -20124,7 +20124,7 @@ const useEditPrivateStore = defineStore("edit-private-store", {
|
|
20124
20124
|
info: {
|
20125
20125
|
[EContextMenuInfoType.Copy]: {
|
20126
20126
|
title: "复制",
|
20127
|
-
hot_key: "Ctrl+
|
20127
|
+
hot_key: "Ctrl + c",
|
20128
20128
|
enable: !0
|
20129
20129
|
},
|
20130
20130
|
[EContextMenuInfoType.Delete]: {
|
@@ -20134,22 +20134,22 @@ const useEditPrivateStore = defineStore("edit-private-store", {
|
|
20134
20134
|
},
|
20135
20135
|
[EContextMenuInfoType.MoveUpTopLevel]: {
|
20136
20136
|
title: "置于顶层",
|
20137
|
-
hot_key: "Ctrl
|
20137
|
+
hot_key: "Ctrl + →",
|
20138
20138
|
enable: !0
|
20139
20139
|
},
|
20140
20140
|
[EContextMenuInfoType.MoveDownTopLevel]: {
|
20141
20141
|
title: "置于底层",
|
20142
|
-
hot_key: "Ctrl
|
20142
|
+
hot_key: "Ctrl + ←",
|
20143
20143
|
enable: !0
|
20144
20144
|
},
|
20145
20145
|
[EContextMenuInfoType.MoveUpOneLevel]: {
|
20146
20146
|
title: "置于上一层",
|
20147
|
-
hot_key: "Ctrl
|
20147
|
+
hot_key: "Ctrl + ↑",
|
20148
20148
|
enable: !0
|
20149
20149
|
},
|
20150
20150
|
[EContextMenuInfoType.MoveDownOneLevel]: {
|
20151
20151
|
title: "置于下一层",
|
20152
|
-
hot_key: "Ctrl
|
20152
|
+
hot_key: "Ctrl + ↓",
|
20153
20153
|
enable: !0
|
20154
20154
|
}
|
20155
20155
|
}
|
@@ -21229,7 +21229,7 @@ const _withScopeId$2 = (r) => (pushScopeId("data-v-62907637"), r = r(), popScope
|
|
21229
21229
|
__name: "center-panel",
|
21230
21230
|
setup(r, { expose: n }) {
|
21231
21231
|
useCssVars((he) => ({
|
21232
|
-
"
|
21232
|
+
"49c79b5f": unref(p)
|
21233
21233
|
}));
|
21234
21234
|
const i = useGlobalStore(pinia), o = useConfigStore(pinia), a = useSvgEditLayoutStore(pinia), u = useEditPrivateStore(pinia), c = useContextMenuStore(pinia);
|
21235
21235
|
componentsRegister();
|
@@ -21883,7 +21883,7 @@ const _withScopeId$2 = (r) => (pushScopeId("data-v-62907637"), r = r(), popScope
|
|
21883
21883
|
])
|
21884
21884
|
], 64));
|
21885
21885
|
}
|
21886
|
-
}),
|
21886
|
+
}), centerPanel_vue_vue_type_style_index_0_scoped_97a3211c_lang = "", CenterPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["__scopeId", "data-v-97a3211c"]]);
|
21887
21887
|
/*! Element Plus Icons Vue v2.1.0 */
|
21888
21888
|
var export_helper_default = (r, n) => {
|
21889
21889
|
let i = r.__vccOpts || r;
|