@vtj/designer 0.12.64 → 0.12.65

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-Cn6qcl45.js";
2
+ export {
3
+ f as default
4
+ };
@@ -19,10 +19,10 @@ import { editor as jc } 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.64
22
+ * @version 0.12.65
23
23
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
24
24
  */
25
- const jn = "0.12.64", Bc = {
25
+ const jn = "0.12.65", Bc = {
26
26
  width: 390,
27
27
  height: 844
28
28
  }, Dc = {
@@ -2418,7 +2418,7 @@ const Ru = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
2418
2418
  ]));
2419
2419
  }
2420
2420
  }), Oe = El({
2421
- loader: () => import("./Editor-C8M5LUan.js"),
2421
+ loader: () => import("./Editor-BmXW3-2o.js"),
2422
2422
  loadingComponent: M({
2423
2423
  render() {
2424
2424
  return nn("div", "正在拼命加载...");
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { A as e, I as E, p as r, o as t, Q as i, T as S, E as n, j as _, F as o, z as I, G as T, k as p, n as l, K as O, g as V, M as g, a as R, x as d, N as A, e as M, U as N, P as D, l as P, R as L, B as K, a6 as u, L as b, D as c, S as B, f as W, i as Y, a8 as m, J as G, h as f, a5 as w, t as x, X as y, m as F, V as U, v as k, b as H, d as C, c as X, y as v, q as J, u as Z, W as h, a7 as z, a9 as j, Z as q, $ as Q, a1 as $, Y as aa, ab as sa, O as ea, a0 as Ea, a3 as ra, C as ta, ae as ia, af as Sa, ac as na, ag as _a, aa as oa, ad as Ia, ah as Ta, r as pa, a4 as la, s as Oa, H as Va, a2 as ga, w as Ra } from "./index-Dxb6rSJX.js";
1
+ import { A as e, I as E, p as r, o as t, Q as i, T as S, E as n, j as _, F as o, z as I, G as T, k as p, n as l, K as O, g as V, M as g, a as R, x as d, N as A, e as M, U as N, P as D, l as P, R as L, B as K, a6 as u, L as b, D as c, S as B, f as W, i as Y, a8 as m, J as G, h as f, a5 as w, t as x, X as y, m as F, V as U, v as k, b as H, d as C, c as X, y as v, q as J, u as Z, W as h, a7 as z, a9 as j, Z as q, $ as Q, a1 as $, Y as aa, ab as sa, O as ea, a0 as Ea, a3 as ra, C as ta, ae as ia, af as Sa, ac as na, ag as _a, aa as oa, ad as Ia, ah as Ta, r as pa, a4 as la, s as Oa, H as Va, a2 as ga, w as Ra } from "./index-Cn6qcl45.js";
2
2
  export {
3
3
  e as API_METHOD_TYPES,
4
4
  E as Assets,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.12.64",
4
+ "version": "0.12.65",
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/icons": "~0.12.64",
30
- "@vtj/core": "~0.12.64",
31
- "@vtj/renderer": "~0.12.64",
32
- "@vtj/uni": "~0.12.64",
33
- "@vtj/ui": "~0.12.64",
34
- "@vtj/utils": "~0.12.64"
29
+ "@vtj/core": "~0.12.65",
30
+ "@vtj/ui": "~0.12.65",
31
+ "@vtj/icons": "~0.12.65",
32
+ "@vtj/renderer": "~0.12.65",
33
+ "@vtj/utils": "~0.12.65",
34
+ "@vtj/uni": "~0.12.65"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/mockjs": "~1.0.10",
@@ -46,6 +46,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
46
46
  readonly title?: string | undefined;
47
47
  readonly cancel?: string | boolean | undefined;
48
48
  readonly icon?: IconParam | undefined;
49
+ readonly zIndex?: number | undefined;
49
50
  readonly content?: Record<string, any> | VNode<RendererNode, RendererElement, {
50
51
  [key: string]: any;
51
52
  }> | DefineComponent<any, any, any, any> | undefined;
@@ -812,6 +813,9 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
812
813
  pure: {
813
814
  type: BooleanConstructor;
814
815
  };
816
+ zIndex: {
817
+ type: NumberConstructor;
818
+ };
815
819
  }>> & Readonly<{
816
820
  onClose?: (() => any) | undefined;
817
821
  onOpen?: ((instance: ComponentInternalInstance) => any) | undefined;
@@ -1079,6 +1083,9 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
1079
1083
  pure: {
1080
1084
  type: BooleanConstructor;
1081
1085
  };
1086
+ zIndex: {
1087
+ type: NumberConstructor;
1088
+ };
1082
1089
  }>> & Readonly<{
1083
1090
  onClose?: (() => any) | undefined;
1084
1091
  onOpen?: ((instance: ComponentInternalInstance) => any) | undefined;
@@ -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.63
5
+ * @version 0.12.64
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.12.63";
8
+ export declare const version = "0.12.64";
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./index-Dxb6rSJX.js";
2
- export {
3
- f as default
4
- };