@opentinyvue/vue-col 3.22.1 → 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/package.json +4 -4
- package/src/index.d.ts +6 -2
- package/src/pc.vue.d.ts +3 -0
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-col",
|
|
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-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-theme": "~3.24.0"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -70,9 +70,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
70
70
|
tiny_mode_root: BooleanConstructor;
|
|
71
71
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
72
72
|
tiny_renderless: FunctionConstructor;
|
|
73
|
-
|
|
73
|
+
/**
|
|
74
74
|
* @property {(number|object)} md - ≥992px 响应式栅格数或者栅格属性对象
|
|
75
75
|
*/
|
|
76
|
+
tiny_theme: StringConstructor;
|
|
77
|
+
tiny_mcp_config: ObjectConstructor;
|
|
76
78
|
tiny_chart_theme: ObjectConstructor;
|
|
77
79
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
78
80
|
[key: string]: any;
|
|
@@ -148,9 +150,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
148
150
|
tiny_mode_root: BooleanConstructor;
|
|
149
151
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
150
152
|
tiny_renderless: FunctionConstructor;
|
|
151
|
-
|
|
153
|
+
/**
|
|
152
154
|
* @property {(number|object)} md - ≥992px 响应式栅格数或者栅格属性对象
|
|
153
155
|
*/
|
|
156
|
+
tiny_theme: StringConstructor;
|
|
157
|
+
tiny_mcp_config: ObjectConstructor;
|
|
154
158
|
tiny_chart_theme: ObjectConstructor;
|
|
155
159
|
}>>, {
|
|
156
160
|
span: number;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
13
13
|
_constants?: any;
|
|
14
14
|
tiny_theme?: any;
|
|
15
15
|
tiny_chart_theme?: any;
|
|
16
|
+
tiny_mcp_config?: any;
|
|
16
17
|
move?: any;
|
|
17
18
|
no?: any;
|
|
18
19
|
xs?: any;
|
|
@@ -40,6 +41,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
40
41
|
_constants?: any;
|
|
41
42
|
tiny_theme?: any;
|
|
42
43
|
tiny_chart_theme?: any;
|
|
44
|
+
tiny_mcp_config?: any;
|
|
43
45
|
move?: any;
|
|
44
46
|
no?: any;
|
|
45
47
|
xs?: any;
|
|
@@ -58,6 +60,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
58
60
|
readonly _constants?: any;
|
|
59
61
|
readonly tiny_theme?: any;
|
|
60
62
|
readonly tiny_chart_theme?: any;
|
|
63
|
+
readonly tiny_mcp_config?: any;
|
|
61
64
|
readonly move?: any;
|
|
62
65
|
readonly no?: any;
|
|
63
66
|
readonly xs?: any;
|