@opentinyvue/vue-currency 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 +8 -8
- package/src/index.d.ts +2 -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,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-currency",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"type": "module",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@opentinyvue/vue-common": "~3.
|
|
11
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
12
|
-
"@opentinyvue/vue-select": "~3.
|
|
13
|
-
"@opentinyvue/vue-option": "~3.
|
|
14
|
-
"@opentinyvue/vue-theme": "~3.
|
|
15
|
-
"@opentinyvue/vue-select-mobile": "~3.
|
|
16
|
-
"@opentinyvue/vue-icon": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-select": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-option": "~3.24.0",
|
|
14
|
+
"@opentinyvue/vue-theme": "~3.24.0",
|
|
15
|
+
"@opentinyvue/vue-select-mobile": "~3.24.0",
|
|
16
|
+
"@opentinyvue/vue-icon": "~3.24.0"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -56,6 +56,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
56
56
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
57
57
|
tiny_renderless: FunctionConstructor;
|
|
58
58
|
tiny_theme: StringConstructor;
|
|
59
|
+
tiny_mcp_config: ObjectConstructor;
|
|
59
60
|
tiny_chart_theme: ObjectConstructor;
|
|
60
61
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
61
62
|
[key: string]: any;
|
|
@@ -117,6 +118,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
117
118
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
118
119
|
tiny_renderless: FunctionConstructor;
|
|
119
120
|
tiny_theme: StringConstructor;
|
|
121
|
+
tiny_mcp_config: ObjectConstructor;
|
|
120
122
|
tiny_chart_theme: ObjectConstructor;
|
|
121
123
|
}>>, {
|
|
122
124
|
label: string;
|
|
@@ -9,6 +9,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
9
9
|
_constants?: any;
|
|
10
10
|
tiny_theme?: any;
|
|
11
11
|
tiny_chart_theme?: any;
|
|
12
|
+
tiny_mcp_config?: any;
|
|
12
13
|
modelValue?: any;
|
|
13
14
|
currency?: any;
|
|
14
15
|
fetchCurrency?: any;
|
|
@@ -36,6 +37,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
36
37
|
_constants?: any;
|
|
37
38
|
tiny_theme?: any;
|
|
38
39
|
tiny_chart_theme?: any;
|
|
40
|
+
tiny_mcp_config?: any;
|
|
39
41
|
modelValue?: any;
|
|
40
42
|
currency?: any;
|
|
41
43
|
fetchCurrency?: any;
|
|
@@ -60,6 +62,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
60
62
|
readonly _constants?: any;
|
|
61
63
|
readonly tiny_theme?: any;
|
|
62
64
|
readonly tiny_chart_theme?: any;
|
|
65
|
+
readonly tiny_mcp_config?: any;
|
|
63
66
|
readonly modelValue?: any;
|
|
64
67
|
readonly currency?: any;
|
|
65
68
|
readonly fetchCurrency?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
9
9
|
_constants?: any;
|
|
10
10
|
tiny_theme?: any;
|
|
11
11
|
tiny_chart_theme?: any;
|
|
12
|
+
tiny_mcp_config?: any;
|
|
12
13
|
modelValue?: any;
|
|
13
14
|
popperClass?: any;
|
|
14
15
|
popperAppendToBody?: any;
|
|
@@ -43,6 +44,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
43
44
|
_constants?: any;
|
|
44
45
|
tiny_theme?: any;
|
|
45
46
|
tiny_chart_theme?: any;
|
|
47
|
+
tiny_mcp_config?: any;
|
|
46
48
|
modelValue?: any;
|
|
47
49
|
popperClass?: any;
|
|
48
50
|
popperAppendToBody?: any;
|
|
@@ -73,6 +75,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
73
75
|
readonly _constants?: any;
|
|
74
76
|
readonly tiny_theme?: any;
|
|
75
77
|
readonly tiny_chart_theme?: any;
|
|
78
|
+
readonly tiny_mcp_config?: any;
|
|
76
79
|
readonly modelValue?: any;
|
|
77
80
|
readonly popperClass?: any;
|
|
78
81
|
readonly popperAppendToBody?: any;
|