@opentinyvue/vue-col 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 +2 -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-col",
|
|
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
|
@@ -74,6 +74,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
74
74
|
* @property {(number|object)} md - ≥992px 响应式栅格数或者栅格属性对象
|
|
75
75
|
*/
|
|
76
76
|
tiny_theme: StringConstructor;
|
|
77
|
+
tiny_mcp_config: ObjectConstructor;
|
|
77
78
|
tiny_chart_theme: ObjectConstructor;
|
|
78
79
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
79
80
|
[key: string]: any;
|
|
@@ -153,6 +154,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
153
154
|
* @property {(number|object)} md - ≥992px 响应式栅格数或者栅格属性对象
|
|
154
155
|
*/
|
|
155
156
|
tiny_theme: StringConstructor;
|
|
157
|
+
tiny_mcp_config: ObjectConstructor;
|
|
156
158
|
tiny_chart_theme: ObjectConstructor;
|
|
157
159
|
}>>, {
|
|
158
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;
|