@opentinyvue/vue-cell 3.26.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 +5 -5
- package/src/mobile-first.vue.d.ts +76 -4
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-cell",
|
|
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-common": "~3.
|
|
11
|
-
"@opentinyvue/vue-icon": "~3.
|
|
12
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
13
|
-
"@opentinyvue/vue-locale": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.28.0",
|
|
11
|
+
"@opentinyvue/vue-icon": "~3.28.0",
|
|
12
|
+
"@opentinyvue/vue-renderless": "~3.28.0",
|
|
13
|
+
"@opentinyvue/vue-locale": "~3.28.0"
|
|
14
14
|
},
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"types": "index.d.ts",
|
|
@@ -13,9 +13,45 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
13
13
|
};
|
|
14
14
|
icon: {
|
|
15
15
|
type: (StringConstructor | ObjectConstructor)[];
|
|
16
|
-
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
16
|
+
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
17
|
+
shape: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
firstColor: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
secondColor: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
underlay: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
};
|
|
32
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
17
33
|
[key: string]: any;
|
|
18
|
-
}>,
|
|
34
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
35
|
+
shape: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
firstColor: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
secondColor: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
underlay: {
|
|
48
|
+
type: ObjectConstructor;
|
|
49
|
+
};
|
|
50
|
+
}>>, {
|
|
51
|
+
shape: string;
|
|
52
|
+
firstColor: string;
|
|
53
|
+
secondColor: string;
|
|
54
|
+
}, {}>>;
|
|
19
55
|
};
|
|
20
56
|
}, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
21
57
|
placeholder: {
|
|
@@ -32,9 +68,45 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
32
68
|
};
|
|
33
69
|
icon: {
|
|
34
70
|
type: (StringConstructor | ObjectConstructor)[];
|
|
35
|
-
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
71
|
+
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
72
|
+
shape: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
firstColor: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
secondColor: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
underlay: {
|
|
85
|
+
type: ObjectConstructor;
|
|
86
|
+
};
|
|
87
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
36
88
|
[key: string]: any;
|
|
37
|
-
}>,
|
|
89
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
90
|
+
shape: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
firstColor: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
secondColor: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
underlay: {
|
|
103
|
+
type: ObjectConstructor;
|
|
104
|
+
};
|
|
105
|
+
}>>, {
|
|
106
|
+
shape: string;
|
|
107
|
+
firstColor: string;
|
|
108
|
+
secondColor: string;
|
|
109
|
+
}, {}>>;
|
|
38
110
|
};
|
|
39
111
|
}>>, {
|
|
40
112
|
disabled: boolean;
|