@vtj/designer 0.12.35 → 0.12.36

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-B0lixRJZ.js";
2
+ export {
3
+ f as default
4
+ };
@@ -19,10 +19,10 @@ import { editor as Cc } 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.12.35
22
+ * @version 0.12.36
23
23
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
24
24
  */
25
- const jn = "0.12.35", xc = {
25
+ const jn = "0.12.36", xc = {
26
26
  width: 390,
27
27
  height: 844
28
28
  }, Ac = {
@@ -573,7 +573,7 @@ function qc(r) {
573
573
  function zs(r = {}) {
574
574
  const t = {};
575
575
  for (const [e, s] of Object.entries(r))
576
- t[Ul(e)] = s;
576
+ t[e.startsWith("-") ? e : Ul(e)] = s;
577
577
  return t;
578
578
  }
579
579
  function Qc(r) {
@@ -2468,7 +2468,7 @@ const _u = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
2468
2468
  ]));
2469
2469
  }
2470
2470
  }), Oe = wl({
2471
- loader: () => import("./Editor-CW6zEu5u.js"),
2471
+ loader: () => import("./Editor-_84wgCQz.js"),
2472
2472
  loadingComponent: B({
2473
2473
  render() {
2474
2474
  return Zt("div", "正在拼命加载...");
@@ -14863,6 +14863,20 @@ const Zm = ["innerHTML"], ev = /* @__PURE__ */ B({
14863
14863
  to: "/"
14864
14864
  }
14865
14865
  }
14866
+ },
14867
+ {
14868
+ name: "RouterView",
14869
+ label: "路由视图",
14870
+ categoryId: "components",
14871
+ doc: "https://router.vuejs.org/zh/api/interfaces/RouterViewProps.html",
14872
+ package: "vue-router",
14873
+ props: [
14874
+ {
14875
+ name: "name",
14876
+ label: "name",
14877
+ setters: ["StringSetter"]
14878
+ }
14879
+ ]
14866
14880
  }
14867
14881
  ], ng = [
14868
14882
  {
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { f as e, A as E, I as r, q as t, p as i, Q as n, T as S, E as _, k as o, G as I, B as T, l as p, o as l, K as O, M as V, a as g, y as R, N as d, e as A, U as M, P as D, m as P, R as L, g as N, C as u, a5 as b, L as c, F as B, S as W, h as Y, j as m, a7 as K, J as f, i as w, a4 as x, u as y, n as C, V as F, v as G, b as U, d as k, c as H, z as v, t as J, x as X, W as Z, a6 as z, a8 as h, Y as j, Z as q, a0 as Q, X as $, aa, O as sa, $ as ea, a2 as Ea, D as ra, ad as ta, ae as ia, ab as na, af as Sa, a9 as _a, ac as oa, ag as Ia, r as Ta, a3 as pa, s as la, H as Oa, a1 as Va, w as ga } from "./index-CkcnLn09.js";
1
+ import { f as e, A as E, I as r, q as t, p as i, Q as n, T as S, E as _, k as o, G as I, B as T, l as p, o as l, K as O, M as V, a as g, y as R, N as d, e as A, U as M, P as D, m as P, R as L, g as N, C as u, a5 as b, L as c, F as B, S as W, h as Y, j as m, a7 as K, J as f, i as w, a4 as x, u as y, n as C, V as F, v as G, b as U, d as k, c as H, z as v, t as J, x as X, W as Z, a6 as z, a8 as h, Y as j, Z as q, a0 as Q, X as $, aa, O as sa, $ as ea, a2 as Ea, D as ra, ad as ta, ae as ia, ab as na, af as Sa, a9 as _a, ac as oa, ag as Ia, r as Ta, a3 as pa, s as la, H as Oa, a1 as Va, w as ga } from "./index-B0lixRJZ.js";
2
2
  export {
3
3
  e as ACCESS,
4
4
  E as API_METHOD_TYPES,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.12.35",
4
+ "version": "0.12.36",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -26,12 +26,12 @@
26
26
  "marked": "~15.0.8",
27
27
  "mockjs": "~1.1.0",
28
28
  "monaco-editor": "~0.52.0",
29
- "@vtj/core": "~0.12.35",
30
- "@vtj/icons": "~0.12.35",
31
- "@vtj/uni": "~0.12.35",
32
- "@vtj/renderer": "~0.12.35",
33
- "@vtj/ui": "~0.12.35",
34
- "@vtj/utils": "~0.12.35"
29
+ "@vtj/core": "~0.12.36",
30
+ "@vtj/icons": "~0.12.36",
31
+ "@vtj/renderer": "~0.12.36",
32
+ "@vtj/ui": "~0.12.36",
33
+ "@vtj/uni": "~0.12.36",
34
+ "@vtj/utils": "~0.12.36"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/mockjs": "~1.0.10",
@@ -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.12.34
5
+ * @version 0.12.35
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.12.34";
8
+ export declare const version = "0.12.35";
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./index-CkcnLn09.js";
2
- export {
3
- f as default
4
- };