@opentiny/tiny-engine-toolbar-save 2.0.0-alpha.3 → 2.0.0-alpha.5
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/index.js +153 -169
- package/dist/style.css +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./style.css";
|
|
2
|
-
import { reactive as
|
|
3
|
-
import { VueMonaco as
|
|
4
|
-
import { Button as
|
|
5
|
-
import { usePage as
|
|
6
|
-
import { constants as
|
|
7
|
-
import { handlePageUpdate as
|
|
2
|
+
import { reactive as P, ref as V, onUnmounted as h, resolveComponent as m, openBlock as B, createElementBlock as N, createVNode as d, withCtx as r, createTextVNode as k, createBlock as O, createCommentVNode as M, createElementVNode as b } from "vue";
|
|
3
|
+
import { VueMonaco as U, ToolbarBase as D } from "@opentiny/tiny-engine-common";
|
|
4
|
+
import { Button as L, Popover as G, DialogBox as R, Checkbox as j, Select as J } from "@opentiny/vue";
|
|
5
|
+
import { usePage as q, useCanvas as T, getOptions as z, useNotify as S, useLayout as F, getMetaApi as H, META_APP as K, useBlock as Q } from "@opentiny/tiny-engine-meta-register";
|
|
6
|
+
import { constants as W } from "@opentiny/tiny-engine-utils";
|
|
7
|
+
import { handlePageUpdate as X } from "@opentiny/tiny-engine-common/js/http";
|
|
8
8
|
const A = {
|
|
9
9
|
id: "engine.toolbars.save",
|
|
10
10
|
type: "toolbars",
|
|
@@ -15,87 +15,87 @@ const A = {
|
|
|
15
15
|
},
|
|
16
16
|
renderType: "button"
|
|
17
17
|
}
|
|
18
|
-
}, { PAGE_STATUS:
|
|
18
|
+
}, { PAGE_STATUS: u } = W, g = P({
|
|
19
19
|
visible: !1,
|
|
20
20
|
code: "",
|
|
21
21
|
originalCode: "",
|
|
22
22
|
disabled: !1
|
|
23
|
-
}),
|
|
23
|
+
}), f = V(!1), Y = async (n) => {
|
|
24
24
|
var a;
|
|
25
|
-
const e = K
|
|
26
|
-
o.label = n.fileName, o.content = n,
|
|
27
|
-
},
|
|
28
|
-
const { currentPage: e } =
|
|
25
|
+
const e = H(K.BlockManage), { getCurrentBlock: t } = Q(), o = t();
|
|
26
|
+
o.label = n.fileName, o.content = n, f.value = !0, o.screenshot = await e.getBlockBase64(), await ((a = e.saveBlock) == null ? void 0 : a.call(e, o)), f.value = !1;
|
|
27
|
+
}, Z = async (n) => {
|
|
28
|
+
const { currentPage: e } = T().pageState, t = {
|
|
29
29
|
page_content: n
|
|
30
30
|
};
|
|
31
|
-
|
|
32
|
-
},
|
|
33
|
-
const { pageSettingState: e, isTemporaryPage: t } =
|
|
31
|
+
f.value = !0, await X(e.id, { ...e, ...t }), f.value = !1;
|
|
32
|
+
}, x = (n) => {
|
|
33
|
+
const { pageSettingState: e, isTemporaryPage: t } = q(), { isBlock: o, canvasApi: a, pageState: s } = T(), i = JSON.parse(n), { setSchema: l, selectNode: c } = a.value;
|
|
34
34
|
if (s.pageSchema = i, l(i), e != null && e.isAIPage) {
|
|
35
35
|
t.saved && (t.saved = !1), t.saved = !0;
|
|
36
|
-
const
|
|
37
|
-
return e.currentPageData[
|
|
36
|
+
const v = "page_content";
|
|
37
|
+
return e.currentPageData[v] = i, Promise.resolve();
|
|
38
38
|
}
|
|
39
|
-
return
|
|
39
|
+
return c(null), o() ? Y(i) : Z(i);
|
|
40
40
|
}, w = async () => {
|
|
41
|
-
var
|
|
42
|
-
const { isSaved: n, canvasApi: e } =
|
|
43
|
-
if (n() ||
|
|
41
|
+
var _;
|
|
42
|
+
const { isSaved: n, canvasApi: e } = T();
|
|
43
|
+
if (n() || g.disabled)
|
|
44
44
|
return;
|
|
45
|
-
const { beforeSave: t, saveMethod: o, saved: a } =
|
|
45
|
+
const { beforeSave: t, saveMethod: o, saved: a } = z(A.id);
|
|
46
46
|
try {
|
|
47
47
|
if (typeof t == "function" && await t(), typeof o == "function" && await o())
|
|
48
48
|
return;
|
|
49
|
-
} catch (
|
|
50
|
-
|
|
49
|
+
} catch (p) {
|
|
50
|
+
S({
|
|
51
51
|
type: "error",
|
|
52
|
-
message: `Error in saving: ${
|
|
52
|
+
message: `Error in saving: ${p}`
|
|
53
53
|
});
|
|
54
54
|
}
|
|
55
|
-
const s = (
|
|
56
|
-
[
|
|
57
|
-
[
|
|
58
|
-
[
|
|
59
|
-
[
|
|
55
|
+
const s = (_ = F().layoutState) == null ? void 0 : _.pageStatus, i = s == null ? void 0 : s.state, l = s == null ? void 0 : s.data, { getSchema: c } = e.value, v = {
|
|
56
|
+
[u.Release]: "当前页面未锁定,请先锁定再保存",
|
|
57
|
+
[u.Empty]: "当前应用无页面,请先新建页面再保存",
|
|
58
|
+
[u.Guest]: "官网演示应用不能保存页面,如需体验请切换应用",
|
|
59
|
+
[u.Lock]: `当前页面被 ${l == null ? void 0 : l.username} ${l == null ? void 0 : l.resetPasswordToken} 锁定,如需编辑请先联系他解锁文件,然后再锁定该页面后编辑!`
|
|
60
60
|
};
|
|
61
|
-
if ([
|
|
62
|
-
|
|
61
|
+
if ([u.Release, u.Empty, u.Guest, u.Lock].includes(i)) {
|
|
62
|
+
S({
|
|
63
63
|
type: "error",
|
|
64
64
|
title: "保存失败",
|
|
65
|
-
message:
|
|
65
|
+
message: v[i]
|
|
66
66
|
});
|
|
67
67
|
return;
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
const
|
|
71
|
-
|
|
72
|
-
if (
|
|
69
|
+
g.disabled = !0;
|
|
70
|
+
const C = c();
|
|
71
|
+
g.code = JSON.stringify(C || {}, null, 2), x(g.code).finally(() => {
|
|
72
|
+
if (g.disabled = !1, typeof a == "function")
|
|
73
73
|
try {
|
|
74
74
|
a();
|
|
75
|
-
} catch (
|
|
76
|
-
|
|
75
|
+
} catch (p) {
|
|
76
|
+
S({
|
|
77
77
|
type: "error",
|
|
78
|
-
message: `Error in saved: ${
|
|
78
|
+
message: `Error in saved: ${p}`
|
|
79
79
|
});
|
|
80
80
|
}
|
|
81
81
|
});
|
|
82
|
-
},
|
|
82
|
+
}, I = (n, e) => {
|
|
83
83
|
const t = n.__vccOpts || n;
|
|
84
84
|
for (const [o, a] of e)
|
|
85
85
|
t[o] = a;
|
|
86
86
|
return t;
|
|
87
|
-
},
|
|
88
|
-
saveCommon:
|
|
87
|
+
}, $ = {
|
|
88
|
+
saveCommon: x,
|
|
89
89
|
openCommon: w
|
|
90
|
-
},
|
|
90
|
+
}, ee = {
|
|
91
91
|
components: {
|
|
92
|
-
VueMonaco:
|
|
93
|
-
TinyButton:
|
|
94
|
-
TinyPopover:
|
|
95
|
-
TinyDialogBox:
|
|
96
|
-
TinyCheckbox:
|
|
97
|
-
TinySelect:
|
|
98
|
-
ToolbarBase:
|
|
92
|
+
VueMonaco: U,
|
|
93
|
+
TinyButton: L,
|
|
94
|
+
TinyPopover: G,
|
|
95
|
+
TinyDialogBox: R,
|
|
96
|
+
TinyCheckbox: j,
|
|
97
|
+
TinySelect: J,
|
|
98
|
+
ToolbarBase: D
|
|
99
99
|
},
|
|
100
100
|
props: {
|
|
101
101
|
iconExpand: {
|
|
@@ -108,176 +108,160 @@ const A = {
|
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
setup() {
|
|
111
|
-
const { isSaved: n } =
|
|
111
|
+
const { isSaved: n } = T(), e = [
|
|
112
112
|
{ value: 5, label: "5分钟" },
|
|
113
113
|
{ value: 10, label: "10分钟" },
|
|
114
114
|
{ value: 15, label: "15分钟" }
|
|
115
|
-
], t =
|
|
115
|
+
], t = P({
|
|
116
116
|
visible: !1,
|
|
117
117
|
code: "",
|
|
118
118
|
originalCode: "",
|
|
119
119
|
disabled: !1,
|
|
120
120
|
timeValue: 5,
|
|
121
|
-
saveVisible: !1,
|
|
122
121
|
checked: !1,
|
|
123
122
|
preservationTime: null
|
|
124
|
-
}), o =
|
|
123
|
+
}), o = V(null), a = () => {
|
|
125
124
|
t.visible = !1, t.originalCode = "";
|
|
126
125
|
}, s = () => {
|
|
127
|
-
|
|
126
|
+
f.value || w();
|
|
128
127
|
}, i = () => {
|
|
129
|
-
|
|
128
|
+
x();
|
|
130
129
|
}, l = {
|
|
131
130
|
language: "json",
|
|
132
131
|
lineNumbers: !0,
|
|
133
132
|
minimap: {
|
|
134
133
|
enabled: !1
|
|
135
134
|
}
|
|
136
|
-
},
|
|
135
|
+
}, c = () => {
|
|
137
136
|
clearTimeout(t.preservationTime), t.preservationTime = setTimeout(() => {
|
|
138
|
-
s(),
|
|
137
|
+
s(), c();
|
|
139
138
|
}, t.timeValue * 60 * 1e3);
|
|
140
|
-
},
|
|
141
|
-
t.checked ?
|
|
142
|
-
}, g = () => {
|
|
143
|
-
t.saveVisible = !1;
|
|
139
|
+
}, v = () => {
|
|
140
|
+
t.checked ? c() : clearTimeout(t.preservationTime);
|
|
144
141
|
};
|
|
145
|
-
return
|
|
142
|
+
return h(() => {
|
|
146
143
|
clearTimeout(t.preservationTime);
|
|
147
144
|
}), {
|
|
148
145
|
state: t,
|
|
149
146
|
editor: o,
|
|
150
147
|
editorOptions: l,
|
|
151
|
-
isLoading:
|
|
148
|
+
isLoading: f,
|
|
152
149
|
isSaved: n,
|
|
153
150
|
close: a,
|
|
154
151
|
openApi: s,
|
|
155
152
|
saveApi: i,
|
|
156
153
|
delayOptions: e,
|
|
157
|
-
|
|
158
|
-
autoSave: c
|
|
154
|
+
autoSave: v
|
|
159
155
|
};
|
|
160
156
|
}
|
|
161
|
-
},
|
|
162
|
-
function
|
|
163
|
-
const i =
|
|
164
|
-
return
|
|
157
|
+
}, oe = { class: "toolbar-save" }, te = { class: "save-style" }, ne = { class: "save-time" }, ae = { class: "save-button-group" };
|
|
158
|
+
function se(n, e, t, o, a, s) {
|
|
159
|
+
const i = m("svg-icon"), l = m("vue-monaco"), c = m("tiny-button"), v = m("tiny-dialog-box"), C = m("toolbar-base"), _ = m("tiny-checkbox"), p = m("tiny-select"), E = m("tiny-popover");
|
|
160
|
+
return B(), N("div", oe, [
|
|
165
161
|
d(E, {
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
onClickApi: o.openApi
|
|
162
|
+
"visible-arrow": !1,
|
|
163
|
+
width: "203",
|
|
164
|
+
trigger: "hover"
|
|
170
165
|
}, {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
166
|
+
reference: r(() => [
|
|
167
|
+
d(C, {
|
|
168
|
+
content: o.isLoading ? "保存中" : "保存",
|
|
169
|
+
icon: t.options.icon.default || t.options.icon,
|
|
170
|
+
options: { ...t.options, showDots: !o.isSaved() },
|
|
171
|
+
onClickApi: o.openApi
|
|
172
|
+
}, {
|
|
173
|
+
button: r(() => [
|
|
174
|
+
d(i, { name: t.iconExpand }, null, 8, ["name"])
|
|
175
|
+
]),
|
|
176
|
+
default: r(() => [
|
|
177
|
+
d(v, {
|
|
178
|
+
class: "dialog-box",
|
|
179
|
+
modal: !1,
|
|
180
|
+
fullscreen: !0,
|
|
181
|
+
"append-to-body": !0,
|
|
182
|
+
visible: o.state.visible,
|
|
183
|
+
title: "Schema 本地与线上差异",
|
|
184
|
+
"onUpdate:visible": e[0] || (e[0] = (y) => o.state.visible = y)
|
|
185
|
+
}, {
|
|
186
|
+
footer: r(() => [
|
|
187
|
+
d(c, { onClick: o.close }, {
|
|
188
|
+
default: r(() => e[3] || (e[3] = [
|
|
189
|
+
k("取 消")
|
|
190
|
+
])),
|
|
191
|
+
_: 1
|
|
192
|
+
}, 8, ["onClick"]),
|
|
193
|
+
d(c, {
|
|
194
|
+
type: "primary",
|
|
195
|
+
onClick: o.saveApi
|
|
192
196
|
}, {
|
|
193
|
-
default: r(() => e[
|
|
194
|
-
k("
|
|
197
|
+
default: r(() => e[4] || (e[4] = [
|
|
198
|
+
k("保 存")
|
|
195
199
|
])),
|
|
196
200
|
_: 1
|
|
197
|
-
}, 8, ["
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
d(c, {
|
|
216
|
-
type: "primary",
|
|
217
|
-
onClick: o.autoSave
|
|
218
|
-
}, {
|
|
219
|
-
default: r(() => e[8] || (e[8] = [
|
|
220
|
-
k("设置并保存")
|
|
221
|
-
])),
|
|
222
|
-
_: 1
|
|
223
|
-
}, 8, ["onClick"])
|
|
224
|
-
])
|
|
225
|
-
])
|
|
226
|
-
]),
|
|
227
|
-
_: 1
|
|
228
|
-
}, 8, ["modelValue"])
|
|
229
|
-
])
|
|
201
|
+
}, 8, ["onClick"])
|
|
202
|
+
]),
|
|
203
|
+
default: r(() => [
|
|
204
|
+
o.state.visible ? (B(), O(l, {
|
|
205
|
+
key: 0,
|
|
206
|
+
ref: "editor",
|
|
207
|
+
class: "monaco-editor",
|
|
208
|
+
diffEditor: !0,
|
|
209
|
+
options: o.editorOptions,
|
|
210
|
+
value: o.state.code,
|
|
211
|
+
original: o.state.originalCode
|
|
212
|
+
}, null, 8, ["options", "value", "original"])) : M("", !0)
|
|
213
|
+
]),
|
|
214
|
+
_: 1
|
|
215
|
+
}, 8, ["visible"])
|
|
216
|
+
]),
|
|
217
|
+
_: 1
|
|
218
|
+
}, 8, ["content", "icon", "options", "onClickApi"])
|
|
230
219
|
]),
|
|
231
220
|
default: r(() => [
|
|
232
|
-
|
|
233
|
-
class: "
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
221
|
+
b("div", te, [
|
|
222
|
+
e[8] || (e[8] = b("div", { class: "save-setting" }, "保存设置", -1)),
|
|
223
|
+
d(_, {
|
|
224
|
+
modelValue: o.state.checked,
|
|
225
|
+
"onUpdate:modelValue": e[1] || (e[1] = (y) => o.state.checked = y),
|
|
226
|
+
name: "tiny-checkbox"
|
|
227
|
+
}, {
|
|
228
|
+
default: r(() => e[5] || (e[5] = [
|
|
229
|
+
k("自动保存")
|
|
230
|
+
])),
|
|
231
|
+
_: 1
|
|
232
|
+
}, 8, ["modelValue"]),
|
|
233
|
+
b("div", ne, [
|
|
234
|
+
e[6] || (e[6] = b("div", { class: "save-time-label" }, "保存间隔", -1)),
|
|
235
|
+
d(p, {
|
|
236
|
+
modelValue: o.state.timeValue,
|
|
237
|
+
"onUpdate:modelValue": e[2] || (e[2] = (y) => o.state.timeValue = y),
|
|
238
|
+
options: o.delayOptions,
|
|
239
|
+
disabled: !o.state.checked,
|
|
240
|
+
autocomplete: ""
|
|
241
|
+
}, null, 8, ["modelValue", "options", "disabled"])
|
|
242
|
+
]),
|
|
243
|
+
b("div", ae, [
|
|
248
244
|
d(c, {
|
|
249
245
|
type: "primary",
|
|
250
|
-
onClick: o.
|
|
246
|
+
onClick: o.autoSave
|
|
251
247
|
}, {
|
|
252
|
-
default: r(() => e[
|
|
253
|
-
k("
|
|
248
|
+
default: r(() => e[7] || (e[7] = [
|
|
249
|
+
k("设置并保存")
|
|
254
250
|
])),
|
|
255
251
|
_: 1
|
|
256
252
|
}, 8, ["onClick"])
|
|
257
|
-
])
|
|
258
|
-
|
|
259
|
-
o.state.visible ? (x(), U(C, {
|
|
260
|
-
key: 0,
|
|
261
|
-
ref: "editor",
|
|
262
|
-
class: "monaco-editor",
|
|
263
|
-
diffEditor: !0,
|
|
264
|
-
options: o.editorOptions,
|
|
265
|
-
value: o.state.code,
|
|
266
|
-
original: o.state.originalCode
|
|
267
|
-
}, null, 8, ["options", "value", "original"])) : h("", !0)
|
|
268
|
-
]),
|
|
269
|
-
_: 1
|
|
270
|
-
}, 8, ["visible"])
|
|
253
|
+
])
|
|
254
|
+
])
|
|
271
255
|
]),
|
|
272
256
|
_: 1
|
|
273
|
-
}
|
|
257
|
+
})
|
|
274
258
|
]);
|
|
275
259
|
}
|
|
276
|
-
const
|
|
260
|
+
const ie = /* @__PURE__ */ I(ee, [["render", se], ["__scopeId", "data-v-e4dd4d2f"]]), pe = {
|
|
277
261
|
...A,
|
|
278
|
-
entry:
|
|
279
|
-
apis:
|
|
262
|
+
entry: ie,
|
|
263
|
+
apis: $
|
|
280
264
|
};
|
|
281
265
|
export {
|
|
282
|
-
|
|
266
|
+
pe as default
|
|
283
267
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.dots[data-v-
|
|
1
|
+
.dots[data-v-e4dd4d2f]{width:6px;height:6px;background:var(--ti-lowcode-toolbar-dot-color);border-radius:50%;display:inline-block;position:absolute;top:4px;right:3px;z-index:100}.toolbar-save .save-button[data-v-e4dd4d2f]{background-color:var(--ti-lowcode-toolbar-button-bg);border:none;min-width:70px;height:26px;display:flex;align-items:center;padding:0 8px;border-radius:4px}.toolbar-save .save-button[data-v-e4dd4d2f]:not(.disabled):hover{background-color:var(--ti-lowcode-toolbar-button-bg)}.toolbar-save .save-button .save-title[data-v-e4dd4d2f]{margin:0 6px}.toolbar-save[data-v-e4dd4d2f] .icon-down-arrow:focus{outline:none}.save-style[data-v-e4dd4d2f]{padding:14px;font-size:12px}.save-style .save-button-group[data-v-e4dd4d2f]{text-align:right}.save-style .save-button-group[data-v-e4dd4d2f] .tiny-button{min-width:40px;padding:0 8px;height:26px;line-height:24px;border-radius:4px}.save-time[data-v-e4dd4d2f]{line-height:24px;font-size:12px;margin:13px 0 14px;display:flex}.save-time .save-time-label[data-v-e4dd4d2f]{width:60px}.save-time .tiny-select[data-v-e4dd4d2f]{width:103px;margin-left:12px}.save-time .tiny-select[data-v-e4dd4d2f] .tiny-input__suffix{width:12px;top:12px}#saving[data-v-e4dd4d2f]{cursor:not-allowed;color:var(--ti-lowcode-disabled-color)}#saving[data-v-e4dd4d2f] svg{color:var(--ti-lowcode-disabled-color)}.dialog-box[data-v-e4dd4d2f] .tiny-dialog-box{display:flex;flex-direction:column}.dialog-box[data-v-e4dd4d2f] .tiny-dialog-box .tiny-dialog-box__body{flex:1}.dialog-box .monaco-editor[data-v-e4dd4d2f]{width:100%;height:100%}.changeRole a{color:var(--ti-lowcode-canvas-handle-hover-bg);padding:0 5px}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-toolbar-save",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@opentiny/tiny-engine-common": "2.0.0-alpha.
|
|
29
|
-
"@opentiny/tiny-engine-meta-register": "2.0.0-alpha.
|
|
30
|
-
"@opentiny/tiny-engine-utils": "2.0.0-alpha.
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.0.0-alpha.5",
|
|
29
|
+
"@opentiny/tiny-engine-meta-register": "2.0.0-alpha.5",
|
|
30
|
+
"@opentiny/tiny-engine-utils": "2.0.0-alpha.5"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.0.0-alpha.
|
|
33
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.0.0-alpha.5",
|
|
34
34
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
35
35
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
36
36
|
"vite": "^5.4.2"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"@opentiny/vue": "^3.14.0",
|
|
40
40
|
"vue": "^3.4.15"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "add50e9750903d33ca0748a96c01b7f325ff8e5e"
|
|
43
43
|
}
|