@opentinyvue/vue-carousel 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 +5 -5
- package/src/index.d.ts +1 -1
- package/src/mobile-first.vue.d.ts +6 -6
- package/src/pc.vue.d.ts +6 -6
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
|
import "@opentinyvue/vue-theme/carousel/index.css";
|
|
@@ -99,7 +99,7 @@ var Carousel = defineComponent({
|
|
|
99
99
|
});
|
|
100
100
|
}
|
|
101
101
|
});
|
|
102
|
-
var version = "3.
|
|
102
|
+
var version = "3.22.0";
|
|
103
103
|
Carousel.install = function(Vue) {
|
|
104
104
|
Vue.component(Carousel.name, Carousel);
|
|
105
105
|
};
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-carousel",
|
|
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-icon": "~3.
|
|
12
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
13
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
11
|
+
"@opentinyvue/vue-icon": "~3.22.0",
|
|
12
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
13
|
+
"@opentinyvue/vue-theme": "~3.22.0"
|
|
14
14
|
},
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -131,11 +131,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
131
131
|
}>>, {
|
|
132
132
|
disabled: boolean;
|
|
133
133
|
type: string;
|
|
134
|
+
arrow: string;
|
|
134
135
|
tiny_mode_root: boolean;
|
|
135
136
|
_constants: Record<string, any>;
|
|
136
137
|
trigger: string;
|
|
137
138
|
showTitle: boolean;
|
|
138
|
-
arrow: string;
|
|
139
139
|
aspectRatio: string;
|
|
140
140
|
swipeable: boolean;
|
|
141
141
|
initialIndex: number;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
+
height?: any;
|
|
2
3
|
type?: any;
|
|
4
|
+
arrow?: any;
|
|
3
5
|
tiny_mode?: any;
|
|
4
6
|
tiny_mode_root?: any;
|
|
5
7
|
tiny_template?: any;
|
|
@@ -7,10 +9,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
7
9
|
_constants?: any;
|
|
8
10
|
tiny_theme?: any;
|
|
9
11
|
tiny_chart_theme?: any;
|
|
10
|
-
height?: any;
|
|
11
12
|
trigger?: any;
|
|
12
13
|
showTitle?: any;
|
|
13
|
-
arrow?: any;
|
|
14
14
|
aspectRatio?: any;
|
|
15
15
|
swipeable?: any;
|
|
16
16
|
initialIndex?: any;
|
|
@@ -31,7 +31,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
31
31
|
gcls: (key: any) => any;
|
|
32
32
|
m: (...cssClasses: any[]) => string;
|
|
33
33
|
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "complete")[], "change" | "complete", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
34
|
+
height?: any;
|
|
34
35
|
type?: any;
|
|
36
|
+
arrow?: any;
|
|
35
37
|
tiny_mode?: any;
|
|
36
38
|
tiny_mode_root?: any;
|
|
37
39
|
tiny_template?: any;
|
|
@@ -39,10 +41,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
39
41
|
_constants?: any;
|
|
40
42
|
tiny_theme?: any;
|
|
41
43
|
tiny_chart_theme?: any;
|
|
42
|
-
height?: any;
|
|
43
44
|
trigger?: any;
|
|
44
45
|
showTitle?: any;
|
|
45
|
-
arrow?: any;
|
|
46
46
|
aspectRatio?: any;
|
|
47
47
|
swipeable?: any;
|
|
48
48
|
initialIndex?: any;
|
|
@@ -57,7 +57,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
57
57
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
59
59
|
}, {
|
|
60
|
+
readonly height?: any;
|
|
60
61
|
readonly type?: any;
|
|
62
|
+
readonly arrow?: any;
|
|
61
63
|
readonly tiny_mode?: any;
|
|
62
64
|
readonly tiny_mode_root?: any;
|
|
63
65
|
readonly tiny_template?: any;
|
|
@@ -65,10 +67,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
65
67
|
readonly _constants?: any;
|
|
66
68
|
readonly tiny_theme?: any;
|
|
67
69
|
readonly tiny_chart_theme?: any;
|
|
68
|
-
readonly height?: any;
|
|
69
70
|
readonly trigger?: any;
|
|
70
71
|
readonly showTitle?: any;
|
|
71
|
-
readonly arrow?: any;
|
|
72
72
|
readonly aspectRatio?: any;
|
|
73
73
|
readonly swipeable?: any;
|
|
74
74
|
readonly initialIndex?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
2
|
disabled?: any;
|
|
3
|
+
height?: any;
|
|
3
4
|
type?: any;
|
|
5
|
+
arrow?: any;
|
|
4
6
|
tiny_mode?: any;
|
|
5
7
|
tiny_mode_root?: any;
|
|
6
8
|
tiny_template?: any;
|
|
@@ -8,10 +10,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
8
10
|
_constants?: any;
|
|
9
11
|
tiny_theme?: any;
|
|
10
12
|
tiny_chart_theme?: any;
|
|
11
|
-
height?: any;
|
|
12
13
|
trigger?: any;
|
|
13
14
|
showTitle?: any;
|
|
14
|
-
arrow?: any;
|
|
15
15
|
swipeable?: any;
|
|
16
16
|
initialIndex?: any;
|
|
17
17
|
autoplay?: any;
|
|
@@ -31,7 +31,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
31
31
|
m: (...cssClasses: any[]) => string;
|
|
32
32
|
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "complete")[], "change" | "complete", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
33
33
|
disabled?: any;
|
|
34
|
+
height?: any;
|
|
34
35
|
type?: any;
|
|
36
|
+
arrow?: any;
|
|
35
37
|
tiny_mode?: any;
|
|
36
38
|
tiny_mode_root?: any;
|
|
37
39
|
tiny_template?: any;
|
|
@@ -39,10 +41,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
39
41
|
_constants?: any;
|
|
40
42
|
tiny_theme?: any;
|
|
41
43
|
tiny_chart_theme?: any;
|
|
42
|
-
height?: any;
|
|
43
44
|
trigger?: any;
|
|
44
45
|
showTitle?: any;
|
|
45
|
-
arrow?: any;
|
|
46
46
|
swipeable?: any;
|
|
47
47
|
initialIndex?: any;
|
|
48
48
|
autoplay?: any;
|
|
@@ -56,7 +56,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
56
56
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
57
57
|
}, {
|
|
58
58
|
readonly disabled?: any;
|
|
59
|
+
readonly height?: any;
|
|
59
60
|
readonly type?: any;
|
|
61
|
+
readonly arrow?: any;
|
|
60
62
|
readonly tiny_mode?: any;
|
|
61
63
|
readonly tiny_mode_root?: any;
|
|
62
64
|
readonly tiny_template?: any;
|
|
@@ -64,10 +66,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
64
66
|
readonly _constants?: any;
|
|
65
67
|
readonly tiny_theme?: any;
|
|
66
68
|
readonly tiny_chart_theme?: any;
|
|
67
|
-
readonly height?: any;
|
|
68
69
|
readonly trigger?: any;
|
|
69
70
|
readonly showTitle?: any;
|
|
70
|
-
readonly arrow?: any;
|
|
71
71
|
readonly swipeable?: any;
|
|
72
72
|
readonly initialIndex?: any;
|
|
73
73
|
readonly autoplay?: any;
|