@vtj/designer 0.11.15 → 0.11.16
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/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vtj/designer",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.11.
|
4
|
+
"version": "0.11.16",
|
5
5
|
"type": "module",
|
6
6
|
"keywords": [
|
7
7
|
"低代码引擎",
|
@@ -24,12 +24,12 @@
|
|
24
24
|
"html2canvas": "~1.4.1",
|
25
25
|
"mockjs": "~1.1.0",
|
26
26
|
"monaco-editor": "~0.52.0",
|
27
|
-
"@vtj/
|
28
|
-
"@vtj/
|
29
|
-
"@vtj/renderer": "~0.11.
|
30
|
-
"@vtj/ui": "~0.11.
|
31
|
-
"@vtj/
|
32
|
-
"@vtj/
|
27
|
+
"@vtj/core": "~0.11.16",
|
28
|
+
"@vtj/icons": "~0.11.16",
|
29
|
+
"@vtj/renderer": "~0.11.16",
|
30
|
+
"@vtj/ui": "~0.11.16",
|
31
|
+
"@vtj/utils": "~0.11.16",
|
32
|
+
"@vtj/uni": "~0.11.16"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"@types/mockjs": "~1.0.10",
|
@@ -160,6 +160,7 @@ export declare const regions: {
|
|
160
160
|
widgetsRef: Ref<any, any>;
|
161
161
|
openTab: (name: string, props?: Record<string, any>) => void;
|
162
162
|
reload: () => void;
|
163
|
+
isDesignerActive: () => boolean;
|
163
164
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
164
165
|
widgetsRef: ( CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
165
166
|
region: {
|
@@ -10,6 +10,7 @@ declare const _default: DefineComponent<Props, {
|
|
10
10
|
widgetsRef: Ref<any, any>;
|
11
11
|
openTab: (name: string, props?: Record<string, any>) => void;
|
12
12
|
reload: () => void;
|
13
|
+
isDesignerActive: () => boolean;
|
13
14
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
14
15
|
widgetsRef: ( CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
15
16
|
region: {
|
package/types/version.d.ts
CHANGED
@@ -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.11.
|
5
|
+
* @version 0.11.15
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
7
7
|
*/
|
8
|
-
export declare const version = "0.11.
|
8
|
+
export declare const version = "0.11.15";
|