@vtj/designer 0.8.76 → 0.8.78
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.mjs +3 -3
- package/package.json +7 -7
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -11,10 +11,10 @@ import As from "mockjs";
|
|
|
11
11
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
|
12
12
|
* @name @vtj/designer
|
|
13
13
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
14
|
-
* @version 0.8.
|
|
14
|
+
* @version 0.8.78
|
|
15
15
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
16
16
|
*/
|
|
17
|
-
const js = "0.8.
|
|
17
|
+
const js = "0.8.78", Ut = {
|
|
18
18
|
width: 390,
|
|
19
19
|
height: 844
|
|
20
20
|
}, qt = {
|
|
@@ -9796,7 +9796,7 @@ const je = E({
|
|
|
9796
9796
|
}, c = () => {
|
|
9797
9797
|
a.value = !1, o.value = "";
|
|
9798
9798
|
}, _ = async (x) => oe(x, t.context, !0) ? (g[s.value.name] = r.value, r.value = x, l("change", x), !0) : !1, w = async () => {
|
|
9799
|
-
await Oe("确定要解除绑定吗?") && (c(), r.value = void 0, l("change",
|
|
9799
|
+
await Oe("确定要解除绑定吗?") && (c(), r.value = void 0, l("change", void 0));
|
|
9800
9800
|
};
|
|
9801
9801
|
return (x, C) => (d(), y(n(mn), {
|
|
9802
9802
|
class: "v-setter",
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtj/designer",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.78",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"mockjs": "~1.1.0",
|
|
8
8
|
"monaco-editor": "~0.48.0",
|
|
9
|
-
"@vtj/
|
|
10
|
-
"@vtj/
|
|
11
|
-
"@vtj/
|
|
12
|
-
"@vtj/
|
|
13
|
-
"@vtj/
|
|
9
|
+
"@vtj/core": "~0.8.78",
|
|
10
|
+
"@vtj/renderer": "~0.8.78",
|
|
11
|
+
"@vtj/icons": "~0.8.78",
|
|
12
|
+
"@vtj/utils": "~0.8.78",
|
|
13
|
+
"@vtj/ui": "~0.8.78"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/mockjs": "~1.0.10",
|
|
17
17
|
"vue": "~3.4.15",
|
|
18
18
|
"vue-router": "~4.4.0",
|
|
19
|
-
"@vtj/cli": "~0.8.
|
|
19
|
+
"@vtj/cli": "~0.8.19"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"dist",
|
package/types/version.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
|
3
3
|
* @name @vtj/designer
|
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
5
|
-
* @version 0.8.
|
|
5
|
+
* @version 0.8.77
|
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
7
7
|
*/
|
|
8
|
-
export declare const version = "0.8.
|
|
8
|
+
export declare const version = "0.8.77";
|