@opentinyvue/vue-input 3.23.0 → 3.24.0
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/lib/index.js +1 -1
- package/package.json +9 -9
- package/src/index.d.ts +3 -0
- package/src/mobile-first.vue.d.ts +3 -0
- package/src/pc.vue.d.ts +3 -0
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-input",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.24.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@opentinyvue/vue-directive": "~3.
|
|
12
|
-
"@opentinyvue/vue-button": "~3.
|
|
13
|
-
"@opentinyvue/vue-common": "~3.
|
|
14
|
-
"@opentinyvue/vue-dialog-box": "~3.
|
|
15
|
-
"@opentinyvue/vue-icon": "~3.
|
|
16
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
17
|
-
"@opentinyvue/vue-theme": "~3.
|
|
18
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
11
|
+
"@opentinyvue/vue-directive": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-button": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
14
|
+
"@opentinyvue/vue-dialog-box": "~3.24.0",
|
|
15
|
+
"@opentinyvue/vue-icon": "~3.24.0",
|
|
16
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
17
|
+
"@opentinyvue/vue-theme": "~3.24.0",
|
|
18
|
+
"@opentinyvue/vue-tooltip": "~3.24.0"
|
|
19
19
|
},
|
|
20
20
|
"types": "index.d.ts",
|
|
21
21
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -211,6 +211,7 @@ export declare const inputProps: {
|
|
|
211
211
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
212
212
|
tiny_renderless: FunctionConstructor;
|
|
213
213
|
tiny_theme: StringConstructor;
|
|
214
|
+
tiny_mcp_config: ObjectConstructor;
|
|
214
215
|
tiny_chart_theme: ObjectConstructor;
|
|
215
216
|
};
|
|
216
217
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -395,6 +396,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
395
396
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
396
397
|
tiny_renderless: FunctionConstructor;
|
|
397
398
|
tiny_theme: StringConstructor;
|
|
399
|
+
tiny_mcp_config: ObjectConstructor;
|
|
398
400
|
tiny_chart_theme: ObjectConstructor;
|
|
399
401
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
400
402
|
[key: string]: any;
|
|
@@ -580,6 +582,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
580
582
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
581
583
|
tiny_renderless: FunctionConstructor;
|
|
582
584
|
tiny_theme: StringConstructor;
|
|
585
|
+
tiny_mcp_config: ObjectConstructor;
|
|
583
586
|
tiny_chart_theme: ObjectConstructor;
|
|
584
587
|
}>>, {
|
|
585
588
|
disabled: boolean;
|
|
@@ -16,6 +16,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
16
16
|
_constants?: any;
|
|
17
17
|
tiny_theme?: any;
|
|
18
18
|
tiny_chart_theme?: any;
|
|
19
|
+
tiny_mcp_config?: any;
|
|
19
20
|
modelValue?: any;
|
|
20
21
|
tabindex?: any;
|
|
21
22
|
suffixIcon?: any;
|
|
@@ -53,6 +54,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
53
54
|
_constants?: any;
|
|
54
55
|
tiny_theme?: any;
|
|
55
56
|
tiny_chart_theme?: any;
|
|
57
|
+
tiny_mcp_config?: any;
|
|
56
58
|
modelValue?: any;
|
|
57
59
|
tabindex?: any;
|
|
58
60
|
suffixIcon?: any;
|
|
@@ -103,6 +105,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
103
105
|
readonly _constants?: any;
|
|
104
106
|
readonly tiny_theme?: any;
|
|
105
107
|
readonly tiny_chart_theme?: any;
|
|
108
|
+
readonly tiny_mcp_config?: any;
|
|
106
109
|
readonly modelValue?: any;
|
|
107
110
|
readonly tabindex?: any;
|
|
108
111
|
readonly suffixIcon?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
15
15
|
_constants?: any;
|
|
16
16
|
tiny_theme?: any;
|
|
17
17
|
tiny_chart_theme?: any;
|
|
18
|
+
tiny_mcp_config?: any;
|
|
18
19
|
modelValue?: any;
|
|
19
20
|
tabindex?: any;
|
|
20
21
|
suffixIcon?: any;
|
|
@@ -62,6 +63,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
62
63
|
_constants?: any;
|
|
63
64
|
tiny_theme?: any;
|
|
64
65
|
tiny_chart_theme?: any;
|
|
66
|
+
tiny_mcp_config?: any;
|
|
65
67
|
modelValue?: any;
|
|
66
68
|
tabindex?: any;
|
|
67
69
|
suffixIcon?: any;
|
|
@@ -113,6 +115,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
113
115
|
readonly _constants?: any;
|
|
114
116
|
readonly tiny_theme?: any;
|
|
115
117
|
readonly tiny_chart_theme?: any;
|
|
118
|
+
readonly tiny_mcp_config?: any;
|
|
116
119
|
readonly modelValue?: any;
|
|
117
120
|
readonly tabindex?: any;
|
|
118
121
|
readonly suffixIcon?: any;
|