@opentinyvue/vue-divider 3.23.0 → 3.25.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 +4 -4
- 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,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-divider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.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-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.25.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
12
|
+
"@opentinyvue/vue-theme": "~3.25.0"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"types": "index.d.ts"
|
package/src/index.d.ts
CHANGED
|
@@ -49,6 +49,7 @@ export declare const dividerProps: {
|
|
|
49
49
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
50
50
|
tiny_renderless: FunctionConstructor;
|
|
51
51
|
tiny_theme: StringConstructor;
|
|
52
|
+
tiny_mcp_config: ObjectConstructor;
|
|
52
53
|
tiny_chart_theme: ObjectConstructor;
|
|
53
54
|
};
|
|
54
55
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -97,6 +98,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
97
98
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
98
99
|
tiny_renderless: FunctionConstructor;
|
|
99
100
|
tiny_theme: StringConstructor;
|
|
101
|
+
tiny_mcp_config: ObjectConstructor;
|
|
100
102
|
tiny_chart_theme: ObjectConstructor;
|
|
101
103
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
102
104
|
[key: string]: any;
|
|
@@ -146,6 +148,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
146
148
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
147
149
|
tiny_renderless: FunctionConstructor;
|
|
148
150
|
tiny_theme: StringConstructor;
|
|
151
|
+
tiny_mcp_config: ObjectConstructor;
|
|
149
152
|
tiny_chart_theme: ObjectConstructor;
|
|
150
153
|
}>>, {
|
|
151
154
|
color: string;
|
|
@@ -10,6 +10,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
10
10
|
_constants?: any;
|
|
11
11
|
tiny_theme?: any;
|
|
12
12
|
tiny_chart_theme?: any;
|
|
13
|
+
tiny_mcp_config?: any;
|
|
13
14
|
margin?: any;
|
|
14
15
|
fontSize?: any;
|
|
15
16
|
status?: any;
|
|
@@ -27,6 +28,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
27
28
|
_constants?: any;
|
|
28
29
|
tiny_theme?: any;
|
|
29
30
|
tiny_chart_theme?: any;
|
|
31
|
+
tiny_mcp_config?: any;
|
|
30
32
|
margin?: any;
|
|
31
33
|
fontSize?: any;
|
|
32
34
|
status?: any;
|
|
@@ -44,6 +46,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
44
46
|
readonly _constants?: any;
|
|
45
47
|
readonly tiny_theme?: any;
|
|
46
48
|
readonly tiny_chart_theme?: any;
|
|
49
|
+
readonly tiny_mcp_config?: any;
|
|
47
50
|
readonly margin?: any;
|
|
48
51
|
readonly fontSize?: any;
|
|
49
52
|
readonly status?: 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
|
direction?: any;
|
|
13
14
|
margin?: any;
|
|
14
15
|
contentPosition?: any;
|
|
@@ -37,6 +38,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
37
38
|
_constants?: any;
|
|
38
39
|
tiny_theme?: any;
|
|
39
40
|
tiny_chart_theme?: any;
|
|
41
|
+
tiny_mcp_config?: any;
|
|
40
42
|
direction?: any;
|
|
41
43
|
margin?: any;
|
|
42
44
|
contentPosition?: any;
|
|
@@ -56,6 +58,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
56
58
|
readonly _constants?: any;
|
|
57
59
|
readonly tiny_theme?: any;
|
|
58
60
|
readonly tiny_chart_theme?: any;
|
|
61
|
+
readonly tiny_mcp_config?: any;
|
|
59
62
|
readonly direction?: any;
|
|
60
63
|
readonly margin?: any;
|
|
61
64
|
readonly contentPosition?: any;
|