go-view-worker 0.0.1 → 0.0.2
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/chunks/{403-382550a8.js → 403-48dde732.js} +2 -2
- package/dist/chunks/{404-3d357d75.js → 404-33eb13aa.js} +2 -2
- package/dist/chunks/{500-96d14fb0.js → 500-03632c55.js} +2 -2
- package/dist/chunks/{StylesSetting-952ff564.js → StylesSetting-307bbc38.js} +3 -3
- package/dist/chunks/{chartEditStore-a725b558.js → chartEditStore-5bf68359.js} +176 -181
- package/dist/chunks/{designStore-fe92c2ba.js → designStore-196559cb.js} +732 -723
- package/dist/chunks/{index-3fd591ea.js → index-08a8f4f7.js} +12 -12
- package/dist/chunks/{index-95c5f0a0.js → index-1d427a73.js} +167 -166
- package/dist/chunks/{index-82d00e13.js → index-1f14b418.js} +89 -93
- package/dist/chunks/{index-1cb69ab6.js → index-36d9b318.js} +8 -8
- package/dist/chunks/{index-62a7855c.js → index-479e043f.js} +13 -12
- package/dist/chunks/{index-00b6339d.js → index-5dad4e02.js} +6 -6
- package/dist/chunks/{index-51458edb.js → index-632e8cd2.js} +2 -2
- package/dist/chunks/{index-f266153a.js → index-64580c85.js} +106 -104
- package/dist/chunks/{index-de0a1234.js → index-7b9408cb.js} +36 -36
- package/dist/chunks/index-7eaf2edc.js +461 -0
- package/dist/chunks/index-928e54a7.js +94 -0
- package/dist/chunks/{index-a410a1d3.js → index-9926f668.js} +8 -8
- package/dist/chunks/{index-9502bd7e.js → index-9af87347.js} +14 -13
- package/dist/chunks/{index-da8ddb02.js → index-bfd775d9.js} +1 -1
- package/dist/chunks/{index-09e62bb4.js → index-c627e7d2.js} +12 -12
- package/dist/chunks/{index-0472b3a5.js → index-d6866a98.js} +48 -47
- package/dist/chunks/{index-f97e5ffc.js → index-dd95bed0.js} +1 -1
- package/dist/chunks/{index-32d13283.js → index-e65e8cdc.js} +6 -6
- package/dist/chunks/{index-fdf7dc1e.js → index-e8a302ce.js} +13 -13
- package/dist/chunks/{index-fec9f9f8.js → index-f4bd44a9.js} +66 -65
- package/dist/chunks/{index.vue_vue_type_script_setup_true_lang-c6159a17.js → index.vue_vue_type_script_setup_true_lang-58afdf72.js} +550 -549
- package/dist/chunks/{lodash-c80b695e.js → lodash-5bba33ba.js} +1 -1
- package/dist/chunks/{router-106a6abc.js → router-443d466c.js} +15 -15
- package/dist/chunks/{useKeyboard.hook-da88451a.js → useKeyboard.hook-da57df02.js} +27 -27
- package/dist/chunks/{useSyncUpdate.hook-5517a8ad.js → useSyncUpdate.hook-dfee2f43.js} +16 -16
- package/dist/chunks/{useTargetData.hook-28a7e43b.js → useTargetData.hook-77b72165.js} +1 -1
- package/dist/chunks/{wrapper-4c15ca94.js → wrapper-54705288.js} +4 -4
- package/dist/go-view-worker.js +13 -12
- package/dist/init.js +1 -1
- package/dist/resize.js +18 -0
- package/dist/style.css +2 -2
- package/dist/types/packages/resize.d.ts +1 -0
- package/dist/types/src/hooks/useLang.hook.d.ts +1 -1
- package/package.json +5 -1
- package/dist/chunks/index-097ae4b0.js +0 -436
- package/dist/chunks/index-54f304ef.js +0 -89
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { defineComponent as E, ref as i, computed as I, resolveComponent as n, openBlock as w, createBlock as B, withCtx as c, createVNode as o, unref as T, createTextVNode as k, withDirectives as r, createElementVNode as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { defineComponent as E, ref as i, computed as I, resolveComponent as n, openBlock as w, createBlock as B, withCtx as c, createVNode as o, unref as T, createTextVNode as k, withDirectives as r, createElementVNode as N, toDisplayString as P, vShow as _, withKeys as R, nextTick as S } from "vue";
|
|
2
|
+
import { d as b, _ as z } from "./designStore-196559cb.js";
|
|
3
|
+
import { f as V } from "./router-443d466c.js";
|
|
4
4
|
import "naive-ui";
|
|
5
|
-
import { u as
|
|
5
|
+
import { u as D, b as F, i as K } from "./chartEditStore-5bf68359.js";
|
|
6
6
|
import "pinia";
|
|
7
7
|
import "vue-router";
|
|
8
|
-
const
|
|
8
|
+
const M = { class: "title" }, A = /* @__PURE__ */ E({
|
|
9
9
|
__name: "index",
|
|
10
|
-
setup(
|
|
11
|
-
const { FishIcon: p } =
|
|
10
|
+
setup(J) {
|
|
11
|
+
const { FishIcon: p } = K.ionicons5, d = D(), s = i(!1), l = i(null), t = i((() => {
|
|
12
12
|
const e = V();
|
|
13
13
|
return e.length ? e[0] : "";
|
|
14
14
|
})() || ""), f = I(() => {
|
|
15
15
|
t.value = t.value.replace(/\s/g, "");
|
|
16
16
|
const e = t.value.length ? t.value : "新项目";
|
|
17
|
-
return
|
|
17
|
+
return b(`工作空间-${e}`), d.setEditCanvasConfig(F.PROJECT_NAME, e), e;
|
|
18
18
|
}), m = () => {
|
|
19
|
-
s.value = !0,
|
|
19
|
+
s.value = !0, S(() => {
|
|
20
20
|
l.value && l.value.focus();
|
|
21
21
|
});
|
|
22
22
|
}, u = () => {
|
|
@@ -43,7 +43,7 @@ const K = { class: "title" }, M = /* @__PURE__ */ E({
|
|
|
43
43
|
size: "tiny"
|
|
44
44
|
}, {
|
|
45
45
|
default: c(() => [
|
|
46
|
-
|
|
46
|
+
N("span", M, P(f.value), 1)
|
|
47
47
|
]),
|
|
48
48
|
_: 1
|
|
49
49
|
}, 512), [
|
|
@@ -64,7 +64,7 @@ const K = { class: "title" }, M = /* @__PURE__ */ E({
|
|
|
64
64
|
value: t.value,
|
|
65
65
|
"onUpdate:value": a[0] || (a[0] = (g) => t.value = g),
|
|
66
66
|
valueModifiers: { trim: !0 },
|
|
67
|
-
onKeyup:
|
|
67
|
+
onKeyup: R(u, ["enter"]),
|
|
68
68
|
onBlur: u
|
|
69
69
|
}, null, 8, ["value"]), [
|
|
70
70
|
[_, s.value]
|
|
@@ -75,7 +75,7 @@ const K = { class: "title" }, M = /* @__PURE__ */ E({
|
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
77
|
});
|
|
78
|
-
const Q = /* @__PURE__ */ z(
|
|
78
|
+
const Q = /* @__PURE__ */ z(A, [["__scopeId", "data-v-8780344c"]]);
|
|
79
79
|
export {
|
|
80
80
|
Q as default
|
|
81
81
|
};
|