@opentinyvue/vue-col 3.22.0 → 3.23.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 +4 -2
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.23.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.23.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.23.0",
|
|
12
|
+
"@opentinyvue/vue-theme": "~3.23.0"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -70,9 +70,10 @@ 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;
|
|
76
77
|
tiny_chart_theme: ObjectConstructor;
|
|
77
78
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
78
79
|
[key: string]: any;
|
|
@@ -148,9 +149,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
148
149
|
tiny_mode_root: BooleanConstructor;
|
|
149
150
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
150
151
|
tiny_renderless: FunctionConstructor;
|
|
151
|
-
|
|
152
|
+
/**
|
|
152
153
|
* @property {(number|object)} md - ≥992px 响应式栅格数或者栅格属性对象
|
|
153
154
|
*/
|
|
155
|
+
tiny_theme: StringConstructor;
|
|
154
156
|
tiny_chart_theme: ObjectConstructor;
|
|
155
157
|
}>>, {
|
|
156
158
|
span: number;
|