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