@vtj/designer 0.13.28 → 0.13.29

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.
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index-Bd05zfhh.js";
2
+ export {
3
+ f as default
4
+ };
@@ -19,10 +19,10 @@ import { editor as Im } from "monaco-editor";
19
19
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
20
20
  * @name @vtj/designer
21
21
  * @author CHC chenhuachun1549@dingtalk.com
22
- * @version 0.13.28
22
+ * @version 0.13.29
23
23
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
24
24
  */
25
- const ls = "0.13.28", Rm = {
25
+ const ls = "0.13.29", Rm = {
26
26
  width: 390,
27
27
  height: 844
28
28
  }, Nm = {
@@ -3219,7 +3219,7 @@ function Bv(e, t) {
3219
3219
  if (_.t === Fl) {
3220
3220
  const { m: S, a: E } = _;
3221
3221
  let O, A;
3222
- const P = c ? c(S, e[S]) : e[S];
3222
+ const P = await (c ? c(S, e[S]) : e[S]);
3223
3223
  if (!P)
3224
3224
  A = new Error(`[birpc] function "${S}" not found`);
3225
3225
  else
@@ -8009,7 +8009,7 @@ new Proxy({
8009
8009
  } });
8010
8010
  function ww() {
8011
8011
  const e = Be(), t = R(), n = R(!1), o = mt(), r = mt(), s = N(() => e.simulator.designer.value);
8012
- window.devtoolsApi = gw;
8012
+ window.devtoolsApi = gw, window.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__ = {};
8013
8013
  let a = null, l = null, c = !1;
8014
8014
  ho.cancelInspectComponentInspector = async () => {
8015
8015
  c = !1, s.value?.setHover(null), a && a(), l && l();
@@ -8444,9 +8444,9 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
8444
8444
  n[0] || (n[0] = I("div", null, "已生成源码项目,可通过以下链接下载(两小时内有效)。", -1)),
8445
8445
  I("div", null, [
8446
8446
  I("a", {
8447
- href: t.link,
8447
+ href: e.link,
8448
8448
  target: "_blank"
8449
- }, se(t.link), 9, Uw)
8449
+ }, se(e.link), 9, Uw)
8450
8450
  ])
8451
8451
  ]));
8452
8452
  }
@@ -8775,7 +8775,7 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
8775
8775
  ]));
8776
8776
  }
8777
8777
  }), Xe = sf({
8778
- loader: () => import("./Editor-B75xHQnC.js"),
8778
+ loader: () => import("./Editor-BMuQppe5.js"),
8779
8779
  loadingComponent: F({
8780
8780
  render() {
8781
8781
  return eo("div", "正在拼命加载...");
@@ -9055,7 +9055,7 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
9055
9055
  return (a, l) => (h(), T(i(Li), {
9056
9056
  effect: "dark",
9057
9057
  placement: "right",
9058
- content: a.label,
9058
+ content: e.label,
9059
9059
  "show-after": 600
9060
9060
  }, {
9061
9061
  default: w(() => [
@@ -9063,7 +9063,7 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
9063
9063
  class: ["v-apps-region__icon", r.value],
9064
9064
  onClick: s
9065
9065
  }), [
9066
- (h(), T(Ri(a.icon)))
9066
+ (h(), T(Ri(e.icon)))
9067
9067
  ], 16)
9068
9068
  ]),
9069
9069
  _: 1
@@ -9470,9 +9470,9 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
9470
9470
  }, {
9471
9471
  default: w(() => [
9472
9472
  $t(f.$slots, "default", {}, () => [
9473
- f.icon ? (h(), T(i(Lt), {
9473
+ e.icon ? (h(), T(i(Lt), {
9474
9474
  key: 0,
9475
- icon: f.icon
9475
+ icon: e.icon
9476
9476
  }, null, 8, ["icon"])) : j("", !0),
9477
9477
  o.tag ? (h(), T(i(Ca), {
9478
9478
  key: 1,
@@ -9485,13 +9485,13 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
9485
9485
  ]),
9486
9486
  _: 1
9487
9487
  }, 8, ["type"])) : j("", !0),
9488
- f.index !== void 0 ? (h(), M("span", qw, " # " + se(f.index), 1)) : j("", !0),
9488
+ e.index !== void 0 ? (h(), M("span", qw, " # " + se(e.index), 1)) : j("", !0),
9489
9489
  I("div", Yw, [
9490
- I("span", Xw, se(f.title), 1),
9491
- f.subtitle ? (h(), M("span", {
9490
+ I("span", Xw, se(e.title), 1),
9491
+ e.subtitle ? (h(), M("span", {
9492
9492
  key: 0,
9493
9493
  class: _e(["v-item__subtitle", o.subtitleCls])
9494
- }, se(f.subtitle), 3)) : j("", !0)
9494
+ }, se(e.subtitle), 3)) : j("", !0)
9495
9495
  ]),
9496
9496
  o.textTags ? (h(), M("div", Zw, [
9497
9497
  (h(!0), M(ne, null, fe(o.textTags, (m) => (h(), M("span", null, se(m), 1))), 256))
@@ -9605,7 +9605,7 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
9605
9605
  };
9606
9606
  return (g, m) => (h(), M("div", {
9607
9607
  class: _e(["v-box", p.value]),
9608
- draggable: g.draggable,
9608
+ draggable: e.draggable,
9609
9609
  onDragstart: u,
9610
9610
  onDragend: f
9611
9611
  }, [
@@ -9714,7 +9714,7 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
9714
9714
  ])]),
9715
9715
  _: 1
9716
9716
  }),
9717
- g.context ? (h(), T(i(Aa), {
9717
+ e.context ? (h(), T(i(Aa), {
9718
9718
  key: 0,
9719
9719
  ref_key: "treeRef",
9720
9720
  ref: a,
@@ -9815,7 +9815,7 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
9815
9815
  return (A, P) => (h(), T(i(Zt), {
9816
9816
  "model-value": n.modelValue,
9817
9817
  class: "v-binder",
9818
- title: A.title,
9818
+ title: e.title,
9819
9819
  width: "1000px",
9820
9820
  height: "600px",
9821
9821
  "body-padding": !1,
@@ -9965,7 +9965,7 @@ const Ew = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
9965
9965
  default: w(() => [
9966
9966
  v(i(Ae), null, {
9967
9967
  default: w(() => [
9968
- A.unbindEnabled ? (h(), T(i(he), {
9968
+ e.unbindEnabled ? (h(), T(i(he), {
9969
9969
  key: 0,
9970
9970
  type: "warning",
9971
9971
  size: "default",
@@ -16210,12 +16210,12 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
16210
16210
  }, {
16211
16211
  default: w(() => [
16212
16212
  v(i(Ik), {
16213
- filename: o.filename,
16214
- newFilename: o.newFilename,
16213
+ filename: e.filename,
16214
+ newFilename: e.newFilename,
16215
16215
  theme: n.value,
16216
16216
  maxHeight: "100%",
16217
- "old-string": o.oldString,
16218
- "new-string": o.newString,
16217
+ "old-string": e.oldString,
16218
+ "new-string": e.newString,
16219
16219
  language: "JSON",
16220
16220
  "output-format": "side-by-side"
16221
16221
  }, null, 8, ["filename", "newFilename", "theme", "old-string", "new-string"])
@@ -16821,7 +16821,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
16821
16821
  submitMethod: k
16822
16822
  }, {
16823
16823
  default: w(() => [
16824
- Kt(v(Pk, { categories: _.categories }, null, 8, ["categories"]), [
16824
+ Kt(v(Pk, { categories: e.categories }, null, 8, ["categories"]), [
16825
16825
  [Vn, r.value === "base"]
16826
16826
  ]),
16827
16827
  r.value === "settings" ? (h(), M(ne, { key: 0 }, [
@@ -17514,14 +17514,14 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
17514
17514
  onPlus: c
17515
17515
  }, {
17516
17516
  default: w(() => [
17517
- (h(!0), M(ne, null, fe(m.list, (y) => (h(), T(i(bt), {
17517
+ (h(!0), M(ne, null, fe(e.list, (y) => (h(), T(i(bt), {
17518
17518
  title: t.itemTitle(y),
17519
17519
  border: "",
17520
17520
  actions: ["edit", "remove"],
17521
17521
  onAction: (k) => d(y, k),
17522
17522
  onClick: (k) => u(y)
17523
17523
  }, null, 8, ["title", "onAction", "onClick"]))), 256)),
17524
- m.list.length ? j("", !0) : (h(), T(i(nt), {
17524
+ e.list.length ? j("", !0) : (h(), T(i(nt), {
17525
17525
  key: 0,
17526
17526
  "image-size": 40
17527
17527
  })),
@@ -17531,15 +17531,15 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
17531
17531
  title: l.value,
17532
17532
  "submit-method": f,
17533
17533
  model: s.value,
17534
- block: m.current,
17535
- context: m.context,
17534
+ block: e.current,
17535
+ context: e.context,
17536
17536
  onPick: p
17537
17537
  }, {
17538
17538
  default: w(() => [
17539
- $t(m.$slots, "fields", ka(Sa({ model: s.value, isEdit: a.value, nameLabel: m.nameLabel, valueLabel: m.valueLabel })), () => [
17539
+ $t(m.$slots, "fields", ka(Sa({ model: s.value, isEdit: a.value, nameLabel: e.nameLabel, valueLabel: e.valueLabel })), () => [
17540
17540
  v(i(Z), {
17541
17541
  name: "name",
17542
- label: m.nameLabel,
17542
+ label: e.nameLabel,
17543
17543
  required: "",
17544
17544
  disabled: a.value
17545
17545
  }, null, 8, ["label", "disabled"]),
@@ -17548,7 +17548,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
17548
17548
  ref_key: "codeFieldRef",
17549
17549
  ref: o,
17550
17550
  name: "value",
17551
- label: m.valueLabel,
17551
+ label: e.valueLabel,
17552
17552
  required: ""
17553
17553
  }, {
17554
17554
  editor: w(() => [
@@ -20219,7 +20219,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
20219
20219
  options: l.options,
20220
20220
  variable: !1,
20221
20221
  value: t.styleJson[l.name],
20222
- onChange: s.setStyle
20222
+ onChange: e.setStyle
20223
20223
  }, null, 8, ["name", "label", "setters", "options", "value", "onChange"])), 64))
20224
20224
  ]),
20225
20225
  _: 1
@@ -20561,7 +20561,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
20561
20561
  options: c.options,
20562
20562
  variable: !1,
20563
20563
  value: t.styleJson[c.name],
20564
- onChange: a.setStyle
20564
+ onChange: e.setStyle
20565
20565
  }, null, 8, ["name", "label", "setters", "options", "value", "onChange"])), 64))
20566
20566
  ]),
20567
20567
  _: 1
@@ -20577,7 +20577,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
20577
20577
  setters: { name: "ColorSetter" },
20578
20578
  variable: !1,
20579
20579
  value: t.styleJson.color,
20580
- onChange: a.setStyle
20580
+ onChange: e.setStyle
20581
20581
  }, null, 8, ["value", "onChange"]),
20582
20582
  v(i(ke), {
20583
20583
  name: "text-align",
@@ -20586,7 +20586,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
20586
20586
  variable: !1,
20587
20587
  options: o,
20588
20588
  value: t.styleJson["text-align"],
20589
- onChange: a.setStyle
20589
+ onChange: e.setStyle
20590
20590
  }, null, 8, ["value", "onChange"]),
20591
20591
  v(i(ke), {
20592
20592
  name: "font-style",
@@ -20595,7 +20595,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
20595
20595
  variable: !1,
20596
20596
  options: r,
20597
20597
  value: t.styleJson["font-style"],
20598
- onChange: a.setStyle
20598
+ onChange: e.setStyle
20599
20599
  }, null, 8, ["value", "onChange"]),
20600
20600
  v(i(ke), {
20601
20601
  name: "text-decoration",
@@ -20604,7 +20604,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
20604
20604
  variable: !1,
20605
20605
  options: s,
20606
20606
  value: t.styleJson["text-decoration"],
20607
- onChange: a.setStyle
20607
+ onChange: e.setStyle
20608
20608
  }, null, 8, ["value", "onChange"])
20609
20609
  ]),
20610
20610
  _: 1
@@ -21498,8 +21498,8 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
21498
21498
  key: 0,
21499
21499
  modelValue: s.value,
21500
21500
  "onUpdate:modelValue": f[0] || (f[0] = (g) => s.value = g),
21501
- title: u.title,
21502
- subtitle: u.subtitle,
21501
+ title: e.title,
21502
+ subtitle: e.subtitle,
21503
21503
  width: "1000px",
21504
21504
  height: "600px",
21505
21505
  cancel: "",
@@ -21526,7 +21526,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
21526
21526
  ref_key: "codeEditor",
21527
21527
  ref: o,
21528
21528
  height: "100%",
21529
- "model-value": r.value || u.defaultCode,
21529
+ "model-value": r.value || e.defaultCode,
21530
21530
  dark: ""
21531
21531
  }, null, 8, ["model-value"])
21532
21532
  ]),
@@ -21974,7 +21974,7 @@ const wi = /* @__PURE__ */ bd(ik, [["render", fk]]), pk = ["theme"], gk = {
21974
21974
  index: p + 1,
21975
21975
  title: d.title,
21976
21976
  "model-value": d,
21977
- active: l.current?.id === d.id,
21977
+ active: e.current?.id === d.id,
21978
21978
  background: "",
21979
21979
  actions: ["remove"],
21980
21980
  onClick: (u) => s(d),
@@ -29985,6 +29985,7 @@ class CA extends Ji {
29985
29985
  top.__UNI_FEATURE_PAGES__ = window.__UNI_FEATURE_PAGES__ = false;
29986
29986
  top.getApp = window.getApp = function() {};
29987
29987
  top.uni = window.uni = {};
29988
+ top.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__ = {};
29988
29989
  Object.defineProperty(window, '__VUE_DEVTOOLS_GLOBAL_HOOK__', {
29989
29990
  value: window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__,
29990
29991
  writable: true,
@@ -30810,7 +30811,7 @@ const IA = /* @__PURE__ */ F({
30810
30811
  default: w(() => [
30811
30812
  v(i(wf), {
30812
30813
  class: "v-skeleton__header",
30813
- height: O.headerHeight
30814
+ height: e.headerHeight
30814
30815
  }, {
30815
30816
  default: w(() => [
30816
30817
  v(i(Jn), {
@@ -30894,7 +30895,7 @@ const IA = /* @__PURE__ */ F({
30894
30895
  a.value ? j("", !0) : (h(), T(i(kf), {
30895
30896
  key: 0,
30896
30897
  class: "v-skeleton__footer",
30897
- height: O.footerHeight
30898
+ height: e.footerHeight
30898
30899
  }, {
30899
30900
  default: w(() => [
30900
30901
  v(i(Jn), {
@@ -31024,7 +31025,7 @@ const IA = /* @__PURE__ */ F({
31024
31025
  }, null, 8, ["class"])) : j("", !0),
31025
31026
  n.setters.length > 1 ? (h(), T(i(Mi), {
31026
31027
  key: 1,
31027
- disabled: c.value || k.switchDisabled,
31028
+ disabled: c.value || e.switchDisabled,
31028
31029
  size: "small",
31029
31030
  "popper-class": "v-setter-switch",
31030
31031
  onCommand: p
@@ -31084,7 +31085,7 @@ const IA = /* @__PURE__ */ F({
31084
31085
  region: {}
31085
31086
  },
31086
31087
  setup(e) {
31087
- return (t, n) => (h(), M("div", BA, "找不到符合【" + se(t.region) + "】名称的区域组件", 1));
31088
+ return (t, n) => (h(), M("div", BA, "找不到符合【" + se(e.region) + "】名称的区域组件", 1));
31088
31089
  }
31089
31090
  }), zA = { class: "v-brand-region" }, FA = /* @__PURE__ */ F({
31090
31091
  name: "BrandRegion",
@@ -31103,7 +31104,7 @@ const IA = /* @__PURE__ */ F({
31103
31104
  ref_for: !0,
31104
31105
  ref_key: "widgetsRef",
31105
31106
  ref: r,
31106
- region: s.region,
31107
+ region: e.region,
31107
31108
  widget: l
31108
31109
  }, null, 8, ["region", "widget"]))), 256))
31109
31110
  ]));
@@ -31125,9 +31126,9 @@ const IA = /* @__PURE__ */ F({
31125
31126
  ref_for: !0,
31126
31127
  ref_key: "widgetsRef",
31127
31128
  ref: r,
31128
- region: s.region,
31129
+ region: e.region,
31129
31130
  widget: l,
31130
- preview: s.preview
31131
+ preview: e.preview
31131
31132
  }, null, 8, ["region", "widget", "preview"]))), 256))
31132
31133
  ]));
31133
31134
  }
@@ -31148,7 +31149,7 @@ const IA = /* @__PURE__ */ F({
31148
31149
  ref_for: !0,
31149
31150
  ref_key: "widgetsRef",
31150
31151
  ref: r,
31151
- region: s.region,
31152
+ region: e.region,
31152
31153
  widget: l
31153
31154
  }, null, 8, ["region", "widget"]))), 256))
31154
31155
  ]));
@@ -31224,7 +31225,7 @@ const IA = /* @__PURE__ */ F({
31224
31225
  ref_for: !0,
31225
31226
  ref_key: "widgetsRef",
31226
31227
  ref: l,
31227
- region: x.region,
31228
+ region: e.region,
31228
31229
  widget: _
31229
31230
  }, null, 8, ["region", "widget"])) : j("", !0)
31230
31231
  ], 1024))), 128))
@@ -31316,7 +31317,7 @@ const IA = /* @__PURE__ */ F({
31316
31317
  ref_key: "widgetsRef",
31317
31318
  ref: r,
31318
31319
  key: `${i(c)}_${i(l)}`,
31319
- region: _.region,
31320
+ region: e.region,
31320
31321
  widget: { ...E, props: {} }
31321
31322
  }, null, 8, ["region", "widget"])) : j("", !0)
31322
31323
  ], 64))), 128))
@@ -31433,7 +31434,7 @@ const IA = /* @__PURE__ */ F({
31433
31434
  ref_for: !0,
31434
31435
  ref_key: "widgetsRef",
31435
31436
  ref: d,
31436
- region: y.region,
31437
+ region: e.region,
31437
31438
  widget: i(hr)({ props: { isStyleCodeMode: u.value } }, x)
31438
31439
  }, null, 8, ["region", "widget"])) : j("", !0)
31439
31440
  ], 64))), 128))
@@ -31474,7 +31475,7 @@ const IA = /* @__PURE__ */ F({
31474
31475
  ref_for: !0,
31475
31476
  ref_key: "widgetsRef",
31476
31477
  ref: r,
31477
- region: l.region,
31478
+ region: e.region,
31478
31479
  widget: d
31479
31480
  }, null, 8, ["region", "widget"]))), 256))
31480
31481
  ]),
@@ -31483,7 +31484,7 @@ const IA = /* @__PURE__ */ F({
31483
31484
  ref_for: !0,
31484
31485
  ref_key: "widgetsRef",
31485
31486
  ref: r,
31486
- region: l.region,
31487
+ region: e.region,
31487
31488
  widget: d
31488
31489
  }, null, 8, ["region", "widget"]))), 256))
31489
31490
  ])
@@ -31524,7 +31525,7 @@ const IA = /* @__PURE__ */ F({
31524
31525
  ref_for: !0,
31525
31526
  ref_key: "widgetsRef",
31526
31527
  ref: r,
31527
- region: c.region,
31528
+ region: e.region,
31528
31529
  widget: p
31529
31530
  }, null, 8, ["region", "widget"])) : j("", !0)
31530
31531
  ], 1024))), 128))
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { A as e, x as E, L as t, p as r, o as i, D as n, U as S, E as _, j as T, I as o, z as I, G as O, H as l, k as V, n as g, K as p, g as d, M as R, a as A, N as D, e as P, X as M, P as N, l as L, R as K, B as u, a7 as Y, Q as b, F as c, S as B, f as W, i as m, a9 as G, O as f, h as w, a6 as x, t as y, Y as F, m as H, V as U, v as k, b as C, d as X, c as J, y as Z, q as h, u as j, W as v, a8 as z, aa as q, $ as Q, a0 as $, a2 as aa, Z as sa, ad as ea, T as Ea, a1 as ta, a4 as ra, C as ia, ag as na, ah as Sa, ac as _a, ae as Ta, ai as oa, ab as Ia, af as Oa, aj as la, r as Va, a5 as ga, s as pa, J as da, a3 as Ra, w as Aa } from "./index-DfArVJug.js";
1
+ import { A as e, x as E, L as t, p as r, o as i, D as n, U as S, E as _, j as T, I as o, z as I, G as O, H as l, k as V, n as g, K as p, g as d, M as R, a as A, N as D, e as P, X as M, P as N, l as L, R as K, B as u, a7 as Y, Q as b, F as c, S as B, f as W, i as m, a9 as G, O as f, h as w, a6 as x, t as y, Y as F, m as H, V as U, v as k, b as C, d as X, c as J, y as Z, q as h, u as j, W as v, a8 as z, aa as q, $ as Q, a0 as $, a2 as aa, Z as sa, ad as ea, T as Ea, a1 as ta, a4 as ra, C as ia, ag as na, ah as Sa, ac as _a, ae as Ta, ai as oa, ab as Ia, af as Oa, aj as la, r as Va, a5 as ga, s as pa, J as da, a3 as Ra, w as Aa } from "./index-Bd05zfhh.js";
2
2
  export {
3
3
  e as API_METHOD_TYPES,
4
4
  E as ActionMenu,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.13.28",
4
+ "version": "0.13.29",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -29,12 +29,12 @@
29
29
  "marked": "~15.0.8",
30
30
  "mockjs": "~1.1.0",
31
31
  "monaco-editor": "~0.52.0",
32
- "@vtj/core": "~0.13.28",
33
- "@vtj/ui": "~0.13.28",
34
- "@vtj/renderer": "~0.13.28",
35
- "@vtj/icons": "~0.13.28",
36
- "@vtj/utils": "~0.13.28",
37
- "@vtj/uni": "~0.13.28"
32
+ "@vtj/icons": "~0.13.29",
33
+ "@vtj/core": "~0.13.29",
34
+ "@vtj/renderer": "~0.13.29",
35
+ "@vtj/utils": "~0.13.29",
36
+ "@vtj/ui": "~0.13.29",
37
+ "@vtj/uni": "~0.13.29"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/mockjs": "~1.0.10",
@@ -1567,7 +1567,8 @@ declare function __VLS_template(): {
1567
1567
  };
1568
1568
  $forceUpdate: () => void;
1569
1569
  $nextTick: nextTick;
1570
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
1570
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (
1571
+ /** @type { typeof __VLS_ctx.formRef } */ ...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
1571
1572
  } & Readonly<{
1572
1573
  footer: boolean;
1573
1574
  inline: boolean;
@@ -3202,7 +3203,8 @@ declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentO
3202
3203
  };
3203
3204
  $forceUpdate: () => void;
3204
3205
  $nextTick: nextTick;
3205
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3206
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (
3207
+ /** @type { typeof __VLS_ctx.formRef } */ ...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3206
3208
  } & Readonly<{
3207
3209
  footer: boolean;
3208
3210
  inline: boolean;
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/designer
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.13.27
5
+ * @version 0.13.28
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.13.27";
8
+ export declare const version = "0.13.28";
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./index-DfArVJug.js";
2
- export {
3
- f as default
4
- };