@vtj/ui 0.12.62 → 0.12.64
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 +21 -21
- package/dist/index.umd.js +4 -4
- package/package.json +3 -3
- package/types/components/captcha/Captcha.d.ts +1 -1
- package/types/components/grid/renderers/components/GridEdit.d.ts +1 -1
- package/types/components/grid-editor/GridEditor.d.ts +1 -1
- package/types/components/verify/Verify.d.ts +1 -1
- package/types/version.d.ts +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vtj/ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.12.
|
4
|
+
"version": "0.12.64",
|
5
5
|
"type": "module",
|
6
6
|
"keywords": [
|
7
7
|
"低代码引擎",
|
@@ -29,8 +29,8 @@
|
|
29
29
|
"sortablejs": "~1.15.6",
|
30
30
|
"vxe-table": "~4.6.17",
|
31
31
|
"vxe-table-plugin-menus": "~4.0.3",
|
32
|
-
"@vtj/
|
33
|
-
"@vtj/
|
32
|
+
"@vtj/icons": "~0.12.64",
|
33
|
+
"@vtj/utils": "~0.12.64"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@types/qrcode": "^1.5.5",
|
@@ -10,7 +10,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
10
10
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
11
11
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
12
12
|
}>, {
|
13
|
-
maxlength: number;
|
14
13
|
placeholder: string;
|
14
|
+
maxlength: number;
|
15
15
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
16
16
|
export default _default;
|
@@ -61,6 +61,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
61
61
|
readonly rows: number;
|
62
62
|
readonly size?: ("" | "large" | "default" | "small") | undefined;
|
63
63
|
readonly name?: string | undefined;
|
64
|
+
readonly placeholder?: string | undefined;
|
64
65
|
readonly form?: string | undefined;
|
65
66
|
readonly id?: string | undefined;
|
66
67
|
readonly ariaLabel?: string | undefined;
|
@@ -70,7 +71,6 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
70
71
|
readonly minlength?: (string | number) | undefined;
|
71
72
|
readonly formatter?: Function | undefined;
|
72
73
|
readonly parser?: Function | undefined;
|
73
|
-
readonly placeholder?: string | undefined;
|
74
74
|
readonly suffixIcon?: (string | Component) | undefined;
|
75
75
|
readonly prefixIcon?: (string | Component) | undefined;
|
76
76
|
readonly containerRole?: string | undefined;
|
@@ -55,6 +55,7 @@ declare const _default: DefineComponent<GridEditorProps, {
|
|
55
55
|
readonly rows: number;
|
56
56
|
readonly size?: ("" | "large" | "default" | "small") | undefined;
|
57
57
|
readonly name?: string | undefined;
|
58
|
+
readonly placeholder?: string | undefined;
|
58
59
|
readonly form?: string | undefined;
|
59
60
|
readonly id?: string | undefined;
|
60
61
|
readonly ariaLabel?: string | undefined;
|
@@ -64,7 +65,6 @@ declare const _default: DefineComponent<GridEditorProps, {
|
|
64
65
|
readonly minlength?: (string | number) | undefined;
|
65
66
|
readonly formatter?: Function | undefined;
|
66
67
|
readonly parser?: Function | undefined;
|
67
|
-
readonly placeholder?: string | undefined;
|
68
68
|
readonly suffixIcon?: (string | Component) | undefined;
|
69
69
|
readonly prefixIcon?: (string | Component) | undefined;
|
70
70
|
readonly containerRole?: string | undefined;
|
@@ -12,8 +12,8 @@ declare const _default: DefineComponent<__VLS_PublicProps, {
|
|
12
12
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
13
13
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
14
14
|
}>, {
|
15
|
-
maxlength: number;
|
16
15
|
placeholder: string;
|
16
|
+
maxlength: number;
|
17
17
|
seconds: number;
|
18
18
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
19
19
|
export default _default;
|
package/types/version.d.ts
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright (c) 2025, VTJ.PRO All rights reserved.
|
3
3
|
* @name @vtj/ui
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
5
|
-
* @version 0.12.
|
5
|
+
* @version 0.12.63
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
7
7
|
*/
|
8
|
-
export declare const version = "0.12.
|
8
|
+
export declare const version = "0.12.63";
|