@opentinyvue/vue-card 3.27.0 → 3.29.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 +10 -10
- package/src/index.d.ts +114 -6
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-card",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.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-renderless": "~3.
|
|
11
|
-
"@opentinyvue/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-dropdown": "~3.
|
|
13
|
-
"@opentinyvue/vue-dropdown-menu": "~3.
|
|
14
|
-
"@opentinyvue/vue-dropdown-item": "~3.
|
|
15
|
-
"@opentinyvue/vue-icon": "~3.
|
|
16
|
-
"@opentinyvue/vue-radio": "~3.
|
|
17
|
-
"@opentinyvue/vue-checkbox": "~3.
|
|
18
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-renderless": "~3.29.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~3.29.0",
|
|
12
|
+
"@opentinyvue/vue-dropdown": "~3.29.0",
|
|
13
|
+
"@opentinyvue/vue-dropdown-menu": "~3.29.0",
|
|
14
|
+
"@opentinyvue/vue-dropdown-item": "~3.29.0",
|
|
15
|
+
"@opentinyvue/vue-icon": "~3.29.0",
|
|
16
|
+
"@opentinyvue/vue-radio": "~3.29.0",
|
|
17
|
+
"@opentinyvue/vue-checkbox": "~3.29.0",
|
|
18
|
+
"@opentinyvue/vue-theme": "~3.29.0"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"types": "index.d.ts"
|
package/src/index.d.ts
CHANGED
|
@@ -21,9 +21,45 @@ export declare const cardProps: {
|
|
|
21
21
|
};
|
|
22
22
|
iconMore: {
|
|
23
23
|
type: (StringConstructor | ObjectConstructor)[];
|
|
24
|
-
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
24
|
+
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
25
|
+
shape: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
firstColor: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
secondColor: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
underlay: {
|
|
38
|
+
type: ObjectConstructor;
|
|
39
|
+
};
|
|
40
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
25
41
|
[key: string]: any;
|
|
26
|
-
}>,
|
|
42
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
43
|
+
shape: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
firstColor: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
secondColor: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
underlay: {
|
|
56
|
+
type: ObjectConstructor;
|
|
57
|
+
};
|
|
58
|
+
}>>, {
|
|
59
|
+
shape: string;
|
|
60
|
+
firstColor: string;
|
|
61
|
+
secondColor: string;
|
|
62
|
+
}, {}>>;
|
|
27
63
|
};
|
|
28
64
|
size: {
|
|
29
65
|
type: StringConstructor;
|
|
@@ -81,9 +117,45 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
81
117
|
};
|
|
82
118
|
iconMore: {
|
|
83
119
|
type: (StringConstructor | ObjectConstructor)[];
|
|
84
|
-
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
120
|
+
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
121
|
+
shape: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
firstColor: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
default: string;
|
|
128
|
+
};
|
|
129
|
+
secondColor: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
underlay: {
|
|
134
|
+
type: ObjectConstructor;
|
|
135
|
+
};
|
|
136
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
85
137
|
[key: string]: any;
|
|
86
|
-
}>,
|
|
138
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
139
|
+
shape: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
firstColor: {
|
|
144
|
+
type: StringConstructor;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
secondColor: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
underlay: {
|
|
152
|
+
type: ObjectConstructor;
|
|
153
|
+
};
|
|
154
|
+
}>>, {
|
|
155
|
+
shape: string;
|
|
156
|
+
firstColor: string;
|
|
157
|
+
secondColor: string;
|
|
158
|
+
}, {}>>;
|
|
87
159
|
};
|
|
88
160
|
size: {
|
|
89
161
|
type: StringConstructor;
|
|
@@ -142,9 +214,45 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
142
214
|
};
|
|
143
215
|
iconMore: {
|
|
144
216
|
type: (StringConstructor | ObjectConstructor)[];
|
|
145
|
-
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
217
|
+
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
218
|
+
shape: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
222
|
+
firstColor: {
|
|
223
|
+
type: StringConstructor;
|
|
224
|
+
default: string;
|
|
225
|
+
};
|
|
226
|
+
secondColor: {
|
|
227
|
+
type: StringConstructor;
|
|
228
|
+
default: string;
|
|
229
|
+
};
|
|
230
|
+
underlay: {
|
|
231
|
+
type: ObjectConstructor;
|
|
232
|
+
};
|
|
233
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
146
234
|
[key: string]: any;
|
|
147
|
-
}>,
|
|
235
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
236
|
+
shape: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
firstColor: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
244
|
+
secondColor: {
|
|
245
|
+
type: StringConstructor;
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
248
|
+
underlay: {
|
|
249
|
+
type: ObjectConstructor;
|
|
250
|
+
};
|
|
251
|
+
}>>, {
|
|
252
|
+
shape: string;
|
|
253
|
+
firstColor: string;
|
|
254
|
+
secondColor: string;
|
|
255
|
+
}, {}>>;
|
|
148
256
|
};
|
|
149
257
|
size: {
|
|
150
258
|
type: StringConstructor;
|