@opentinyvue/vue-card-group 3.21.0 → 3.22.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 +2 -2
- package/package.json +4 -4
- package/src/index.d.ts +2 -2
- package/src/mobile-first.vue.d.ts +12 -12
- package/src/pc.vue.d.ts +12 -12
package/lib/index.js
CHANGED
|
@@ -7,7 +7,7 @@ function _extends() {
|
|
|
7
7
|
return n;
|
|
8
8
|
}, _extends.apply(null, arguments);
|
|
9
9
|
}
|
|
10
|
-
import { defineComponent, $
|
|
10
|
+
import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
|
|
11
11
|
import PcTemplate from "./pc.js";
|
|
12
12
|
import MobileFirstTemplate from "./mobile-first.js";
|
|
13
13
|
var template = function template2(mode) {
|
|
@@ -61,7 +61,7 @@ var CardGroup = defineComponent({
|
|
|
61
61
|
});
|
|
62
62
|
}
|
|
63
63
|
});
|
|
64
|
-
var version = "3.
|
|
64
|
+
var version = "3.22.0";
|
|
65
65
|
CardGroup.model = {
|
|
66
66
|
prop: "modelValue",
|
|
67
67
|
event: "update:modelValue"
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-card-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.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.22.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
12
|
+
"@opentinyvue/vue-theme": "~3.22.0"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"types": "index.d.ts"
|
package/src/index.d.ts
CHANGED
|
@@ -105,11 +105,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
105
105
|
tiny_chart_theme: ObjectConstructor;
|
|
106
106
|
}>>, {
|
|
107
107
|
disabled: boolean;
|
|
108
|
-
type: string;
|
|
109
108
|
size: string;
|
|
109
|
+
type: string;
|
|
110
|
+
status: string;
|
|
110
111
|
tiny_mode_root: boolean;
|
|
111
112
|
autoWidth: boolean;
|
|
112
|
-
status: string;
|
|
113
113
|
checkType: string;
|
|
114
114
|
}, {}>;
|
|
115
115
|
export default _default;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
2
|
disabled?: any;
|
|
3
|
-
|
|
3
|
+
height?: any;
|
|
4
4
|
size?: any;
|
|
5
|
+
type?: any;
|
|
6
|
+
status?: any;
|
|
7
|
+
customClass?: any;
|
|
5
8
|
tiny_mode?: any;
|
|
6
9
|
tiny_mode_root?: any;
|
|
7
10
|
tiny_template?: any;
|
|
@@ -9,11 +12,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
9
12
|
_constants?: any;
|
|
10
13
|
tiny_theme?: any;
|
|
11
14
|
tiny_chart_theme?: any;
|
|
12
|
-
height?: any;
|
|
13
15
|
modelValue?: any;
|
|
14
|
-
customClass?: any;
|
|
15
16
|
autoWidth?: any;
|
|
16
|
-
status?: any;
|
|
17
17
|
checkType?: any;
|
|
18
18
|
}>, {
|
|
19
19
|
t: (this: any, path: any, options?: any) => any;
|
|
@@ -26,8 +26,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
26
26
|
m: (...cssClasses: any[]) => string;
|
|
27
27
|
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
28
28
|
disabled?: any;
|
|
29
|
-
|
|
29
|
+
height?: any;
|
|
30
30
|
size?: any;
|
|
31
|
+
type?: any;
|
|
32
|
+
status?: any;
|
|
33
|
+
customClass?: any;
|
|
31
34
|
tiny_mode?: any;
|
|
32
35
|
tiny_mode_root?: any;
|
|
33
36
|
tiny_template?: any;
|
|
@@ -35,19 +38,19 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
35
38
|
_constants?: any;
|
|
36
39
|
tiny_theme?: any;
|
|
37
40
|
tiny_chart_theme?: any;
|
|
38
|
-
height?: any;
|
|
39
41
|
modelValue?: any;
|
|
40
|
-
customClass?: any;
|
|
41
42
|
autoWidth?: any;
|
|
42
|
-
status?: any;
|
|
43
43
|
checkType?: any;
|
|
44
44
|
}>>> & {
|
|
45
45
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
}, {
|
|
48
48
|
readonly disabled?: any;
|
|
49
|
-
readonly
|
|
49
|
+
readonly height?: any;
|
|
50
50
|
readonly size?: any;
|
|
51
|
+
readonly type?: any;
|
|
52
|
+
readonly status?: any;
|
|
53
|
+
readonly customClass?: any;
|
|
51
54
|
readonly tiny_mode?: any;
|
|
52
55
|
readonly tiny_mode_root?: any;
|
|
53
56
|
readonly tiny_template?: any;
|
|
@@ -55,11 +58,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
55
58
|
readonly _constants?: any;
|
|
56
59
|
readonly tiny_theme?: any;
|
|
57
60
|
readonly tiny_chart_theme?: any;
|
|
58
|
-
readonly height?: any;
|
|
59
61
|
readonly modelValue?: any;
|
|
60
|
-
readonly customClass?: any;
|
|
61
62
|
readonly autoWidth?: any;
|
|
62
|
-
readonly status?: any;
|
|
63
63
|
readonly checkType?: any;
|
|
64
64
|
}, {}>;
|
|
65
65
|
export default _default;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
2
|
disabled?: any;
|
|
3
|
-
|
|
3
|
+
height?: any;
|
|
4
4
|
size?: any;
|
|
5
|
+
type?: any;
|
|
6
|
+
status?: any;
|
|
7
|
+
customClass?: any;
|
|
5
8
|
tiny_mode?: any;
|
|
6
9
|
tiny_mode_root?: any;
|
|
7
10
|
tiny_template?: any;
|
|
@@ -9,11 +12,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
9
12
|
_constants?: any;
|
|
10
13
|
tiny_theme?: any;
|
|
11
14
|
tiny_chart_theme?: any;
|
|
12
|
-
height?: any;
|
|
13
15
|
modelValue?: any;
|
|
14
|
-
customClass?: any;
|
|
15
16
|
autoWidth?: any;
|
|
16
|
-
status?: any;
|
|
17
17
|
checkType?: any;
|
|
18
18
|
}>, {
|
|
19
19
|
t: (this: any, path: any, options?: any) => any;
|
|
@@ -26,8 +26,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
26
26
|
m: (...cssClasses: any[]) => string;
|
|
27
27
|
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue" | "handleChange")[], "change" | "update:modelValue" | "handleChange", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
28
28
|
disabled?: any;
|
|
29
|
-
|
|
29
|
+
height?: any;
|
|
30
30
|
size?: any;
|
|
31
|
+
type?: any;
|
|
32
|
+
status?: any;
|
|
33
|
+
customClass?: any;
|
|
31
34
|
tiny_mode?: any;
|
|
32
35
|
tiny_mode_root?: any;
|
|
33
36
|
tiny_template?: any;
|
|
@@ -35,11 +38,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
35
38
|
_constants?: any;
|
|
36
39
|
tiny_theme?: any;
|
|
37
40
|
tiny_chart_theme?: any;
|
|
38
|
-
height?: any;
|
|
39
41
|
modelValue?: any;
|
|
40
|
-
customClass?: any;
|
|
41
42
|
autoWidth?: any;
|
|
42
|
-
status?: any;
|
|
43
43
|
checkType?: any;
|
|
44
44
|
}>>> & {
|
|
45
45
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -47,8 +47,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
47
47
|
onHandleChange?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
}, {
|
|
49
49
|
readonly disabled?: any;
|
|
50
|
-
readonly
|
|
50
|
+
readonly height?: any;
|
|
51
51
|
readonly size?: any;
|
|
52
|
+
readonly type?: any;
|
|
53
|
+
readonly status?: any;
|
|
54
|
+
readonly customClass?: any;
|
|
52
55
|
readonly tiny_mode?: any;
|
|
53
56
|
readonly tiny_mode_root?: any;
|
|
54
57
|
readonly tiny_template?: any;
|
|
@@ -56,11 +59,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
56
59
|
readonly _constants?: any;
|
|
57
60
|
readonly tiny_theme?: any;
|
|
58
61
|
readonly tiny_chart_theme?: any;
|
|
59
|
-
readonly height?: any;
|
|
60
62
|
readonly modelValue?: any;
|
|
61
|
-
readonly customClass?: any;
|
|
62
63
|
readonly autoWidth?: any;
|
|
63
|
-
readonly status?: any;
|
|
64
64
|
readonly checkType?: any;
|
|
65
65
|
}, {}>;
|
|
66
66
|
export default _default;
|