@vtj/designer 0.9.0-alpha.44 → 0.9.0-alpha.46
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
CHANGED
@@ -15,10 +15,10 @@ import Zs from "mockjs";
|
|
15
15
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
16
16
|
* @name @vtj/designer
|
17
17
|
* @author CHC chenhuachun1549@dingtalk.com
|
18
|
-
* @version 0.9.0-alpha.
|
18
|
+
* @version 0.9.0-alpha.46
|
19
19
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
20
20
|
*/
|
21
|
-
const eo = "0.9.0-alpha.
|
21
|
+
const eo = "0.9.0-alpha.46", un = {
|
22
22
|
width: 390,
|
23
23
|
height: 844
|
24
24
|
}, cn = {
|
package/package.json
CHANGED
@@ -1,23 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vtj/designer",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.9.0-alpha.
|
4
|
+
"version": "0.9.0-alpha.46",
|
5
5
|
"type": "module",
|
6
6
|
"dependencies": {
|
7
7
|
"html2canvas": "~1.4.1",
|
8
8
|
"mockjs": "~1.1.0",
|
9
9
|
"monaco-editor": "~0.51.0",
|
10
|
-
"@vtj/
|
11
|
-
"@vtj/
|
12
|
-
"@vtj/utils": "~0.9.0-alpha.
|
13
|
-
"@vtj/
|
14
|
-
"@vtj/
|
10
|
+
"@vtj/icons": "~0.9.0-alpha.46",
|
11
|
+
"@vtj/core": "~0.9.0-alpha.46",
|
12
|
+
"@vtj/utils": "~0.9.0-alpha.46",
|
13
|
+
"@vtj/renderer": "~0.9.0-alpha.46",
|
14
|
+
"@vtj/ui": "~0.9.0-alpha.46"
|
15
15
|
},
|
16
16
|
"devDependencies": {
|
17
17
|
"@types/mockjs": "~1.0.10",
|
18
18
|
"vue": "~3.5.5",
|
19
|
-
"vue-router": "~4.
|
20
|
-
"@vtj/cli": "~0.9.0-alpha.
|
19
|
+
"vue-router": "~4.5.0",
|
20
|
+
"@vtj/cli": "~0.9.0-alpha.3"
|
21
21
|
},
|
22
22
|
"files": [
|
23
23
|
"dist",
|
@@ -40,9 +40,9 @@ declare function __VLS_template(): {
|
|
40
40
|
readonly submitMethod?: ((model: FormModel) => Promise<any>) | undefined;
|
41
41
|
readonly tooltipMessage?: boolean | Partial< ElTooltipProps> | undefined;
|
42
42
|
readonly inlineColumns?: number | undefined;
|
43
|
-
readonly onReset?: (() => any) | undefined;
|
44
|
-
readonly onSubmit?: ((model: Record<string, any>) => any) | undefined;
|
45
|
-
readonly onChange?: ((model: Record<string, any>) => any) | undefined;
|
43
|
+
readonly onReset?: (() => any) | undefined | undefined;
|
44
|
+
readonly onSubmit?: ((model: Record<string, any>) => any) | undefined | undefined;
|
45
|
+
readonly onChange?: ((model: Record<string, any>) => any) | undefined | undefined;
|
46
46
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "footer" | "model" | "tooltipMessage" | "inline" | "submitText" | "resetText" | "enterSubmit">;
|
47
47
|
$attrs: {
|
48
48
|
[x: string]: unknown;
|
@@ -64,10 +64,10 @@ declare function __VLS_template(): {
|
|
64
64
|
readonly cascader?: string | string[] | undefined;
|
65
65
|
readonly tip?: string | undefined;
|
66
66
|
readonly defaultValue?: string | number | boolean | Record<string, any> | unknown[] | undefined;
|
67
|
-
readonly onFocus?: (() => any) | undefined;
|
68
|
-
readonly onBlur?: (() => any) | undefined;
|
69
|
-
readonly onChange?: ((value: any, data?: any) => any) | undefined;
|
70
|
-
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
67
|
+
readonly onFocus?: (() => any) | undefined | undefined;
|
68
|
+
readonly onBlur?: (() => any) | undefined | undefined;
|
69
|
+
readonly onChange?: ((value: any, data?: any) => any) | undefined | undefined;
|
70
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined | undefined;
|
71
71
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "visible" | "hidden" | "modelValue" | "editor" | "tooltipMessage" | "tooltipPosition" | "inline" | "defaultValue">;
|
72
72
|
$attrs: {
|
73
73
|
[x: string]: unknown;
|
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.9.0-alpha.
|
5
|
+
* @version 0.9.0-alpha.45
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
7
7
|
*/
|
8
|
-
export declare const version = "0.9.0-alpha.
|
8
|
+
export declare const version = "0.9.0-alpha.45";
|