@opentinyvue/vue-column-list-item 3.27.0 → 3.28.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 +9 -9
- package/src/mobile-first.vue.d.ts +77 -5
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-column-list-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.28.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-checkbox": "~3.
|
|
11
|
-
"@opentinyvue/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-dropdown": "~3.
|
|
13
|
-
"@opentinyvue/vue-dropdown-item": "~3.
|
|
14
|
-
"@opentinyvue/vue-dropdown-menu": "~3.
|
|
15
|
-
"@opentinyvue/vue-icon": "~3.
|
|
16
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
17
|
-
"@opentinyvue/vue-radio": "~3.
|
|
10
|
+
"@opentinyvue/vue-checkbox": "~3.28.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~3.28.0",
|
|
12
|
+
"@opentinyvue/vue-dropdown": "~3.28.0",
|
|
13
|
+
"@opentinyvue/vue-dropdown-item": "~3.28.0",
|
|
14
|
+
"@opentinyvue/vue-dropdown-menu": "~3.28.0",
|
|
15
|
+
"@opentinyvue/vue-icon": "~3.28.0",
|
|
16
|
+
"@opentinyvue/vue-renderless": "~3.28.0",
|
|
17
|
+
"@opentinyvue/vue-radio": "~3.28.0"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"types": "index.d.ts"
|
|
@@ -30,9 +30,45 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
30
30
|
};
|
|
31
31
|
iconMore: {
|
|
32
32
|
type: (StringConstructor | ObjectConstructor)[];
|
|
33
|
-
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
33
|
+
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
34
|
+
shape: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
firstColor: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
secondColor: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
underlay: {
|
|
47
|
+
type: ObjectConstructor;
|
|
48
|
+
};
|
|
49
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
34
50
|
[key: string]: any;
|
|
35
|
-
}>,
|
|
51
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
52
|
+
shape: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
firstColor: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
secondColor: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
underlay: {
|
|
65
|
+
type: ObjectConstructor;
|
|
66
|
+
};
|
|
67
|
+
}>>, {
|
|
68
|
+
shape: string;
|
|
69
|
+
firstColor: string;
|
|
70
|
+
secondColor: string;
|
|
71
|
+
}, {}>>;
|
|
36
72
|
};
|
|
37
73
|
size: {
|
|
38
74
|
type: StringConstructor;
|
|
@@ -107,9 +143,45 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
107
143
|
};
|
|
108
144
|
iconMore: {
|
|
109
145
|
type: (StringConstructor | ObjectConstructor)[];
|
|
110
|
-
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
146
|
+
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
147
|
+
shape: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
firstColor: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
secondColor: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
underlay: {
|
|
160
|
+
type: ObjectConstructor;
|
|
161
|
+
};
|
|
162
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
111
163
|
[key: string]: any;
|
|
112
|
-
}>,
|
|
164
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
165
|
+
shape: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
169
|
+
firstColor: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
secondColor: {
|
|
174
|
+
type: StringConstructor;
|
|
175
|
+
default: string;
|
|
176
|
+
};
|
|
177
|
+
underlay: {
|
|
178
|
+
type: ObjectConstructor;
|
|
179
|
+
};
|
|
180
|
+
}>>, {
|
|
181
|
+
shape: string;
|
|
182
|
+
firstColor: string;
|
|
183
|
+
secondColor: string;
|
|
184
|
+
}, {}>>;
|
|
113
185
|
};
|
|
114
186
|
size: {
|
|
115
187
|
type: StringConstructor;
|
|
@@ -160,8 +232,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
160
232
|
_constants: Record<string, any>;
|
|
161
233
|
flexBasis: unknown[];
|
|
162
234
|
flexGrow: unknown[];
|
|
235
|
+
iconMore: string | Record<string, any>;
|
|
163
236
|
showCheckbox: boolean;
|
|
164
237
|
showRadio: boolean;
|
|
165
|
-
iconMore: string | Record<string, any>;
|
|
166
238
|
}, {}>;
|
|
167
239
|
export default _default;
|