@opentinyvue/vue-divider 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 "@opentinyvue/vue-theme/divider/index.css";
|
|
13
13
|
var template = function template2(mode) {
|
|
@@ -75,7 +75,7 @@ var Divider = defineComponent({
|
|
|
75
75
|
});
|
|
76
76
|
}
|
|
77
77
|
});
|
|
78
|
-
var version = "3.
|
|
78
|
+
var version = "3.22.0";
|
|
79
79
|
Divider.install = function(Vue) {
|
|
80
80
|
Vue.component(Divider.name, Divider);
|
|
81
81
|
};
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-divider",
|
|
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
|
@@ -148,14 +148,14 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
148
148
|
tiny_theme: StringConstructor;
|
|
149
149
|
tiny_chart_theme: ObjectConstructor;
|
|
150
150
|
}>>, {
|
|
151
|
+
color: string;
|
|
152
|
+
status: string;
|
|
151
153
|
tiny_mode_root: boolean;
|
|
152
154
|
_constants: Record<string, any>;
|
|
153
155
|
direction: DirectionType;
|
|
154
156
|
contentPosition: ContentPositionType;
|
|
155
|
-
color: string;
|
|
156
157
|
fontSize: string;
|
|
157
158
|
borderStyle: BorderStyleType;
|
|
158
|
-
status: string;
|
|
159
159
|
contentColor: string;
|
|
160
160
|
contentBackgroundColor: string;
|
|
161
161
|
}, {}>;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
+
height?: any;
|
|
2
3
|
type?: any;
|
|
4
|
+
offset?: any;
|
|
5
|
+
vertical?: any;
|
|
6
|
+
status?: any;
|
|
3
7
|
tiny_mode?: any;
|
|
4
8
|
tiny_mode_root?: any;
|
|
5
9
|
tiny_template?: any;
|
|
@@ -7,16 +11,16 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
7
11
|
_constants?: any;
|
|
8
12
|
tiny_theme?: any;
|
|
9
13
|
tiny_chart_theme?: any;
|
|
10
|
-
height?: any;
|
|
11
14
|
margin?: any;
|
|
12
|
-
offset?: any;
|
|
13
|
-
vertical?: any;
|
|
14
15
|
fontSize?: any;
|
|
15
|
-
status?: any;
|
|
16
16
|
lineColor?: any;
|
|
17
17
|
textPosition?: any;
|
|
18
18
|
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
19
|
+
height?: any;
|
|
19
20
|
type?: any;
|
|
21
|
+
offset?: any;
|
|
22
|
+
vertical?: any;
|
|
23
|
+
status?: any;
|
|
20
24
|
tiny_mode?: any;
|
|
21
25
|
tiny_mode_root?: any;
|
|
22
26
|
tiny_template?: any;
|
|
@@ -24,16 +28,16 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
24
28
|
_constants?: any;
|
|
25
29
|
tiny_theme?: any;
|
|
26
30
|
tiny_chart_theme?: any;
|
|
27
|
-
height?: any;
|
|
28
31
|
margin?: any;
|
|
29
|
-
offset?: any;
|
|
30
|
-
vertical?: any;
|
|
31
32
|
fontSize?: any;
|
|
32
|
-
status?: any;
|
|
33
33
|
lineColor?: any;
|
|
34
34
|
textPosition?: any;
|
|
35
35
|
}>>>, {
|
|
36
|
+
readonly height?: any;
|
|
36
37
|
readonly type?: any;
|
|
38
|
+
readonly offset?: any;
|
|
39
|
+
readonly vertical?: any;
|
|
40
|
+
readonly status?: any;
|
|
37
41
|
readonly tiny_mode?: any;
|
|
38
42
|
readonly tiny_mode_root?: any;
|
|
39
43
|
readonly tiny_template?: any;
|
|
@@ -41,12 +45,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
41
45
|
readonly _constants?: any;
|
|
42
46
|
readonly tiny_theme?: any;
|
|
43
47
|
readonly tiny_chart_theme?: any;
|
|
44
|
-
readonly height?: any;
|
|
45
48
|
readonly margin?: any;
|
|
46
|
-
readonly offset?: any;
|
|
47
|
-
readonly vertical?: any;
|
|
48
49
|
readonly fontSize?: any;
|
|
49
|
-
readonly status?: any;
|
|
50
50
|
readonly lineColor?: any;
|
|
51
51
|
readonly textPosition?: any;
|
|
52
52
|
}, {}>;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
+
color?: any;
|
|
3
|
+
height?: any;
|
|
4
|
+
offset?: any;
|
|
5
|
+
status?: any;
|
|
2
6
|
tiny_mode?: any;
|
|
3
7
|
tiny_mode_root?: any;
|
|
4
8
|
tiny_template?: any;
|
|
@@ -6,15 +10,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
6
10
|
_constants?: any;
|
|
7
11
|
tiny_theme?: any;
|
|
8
12
|
tiny_chart_theme?: any;
|
|
9
|
-
height?: any;
|
|
10
13
|
direction?: any;
|
|
11
14
|
margin?: any;
|
|
12
15
|
contentPosition?: any;
|
|
13
|
-
offset?: any;
|
|
14
|
-
color?: any;
|
|
15
16
|
fontSize?: any;
|
|
16
17
|
borderStyle?: any;
|
|
17
|
-
status?: any;
|
|
18
18
|
contentColor?: any;
|
|
19
19
|
contentBackgroundColor?: any;
|
|
20
20
|
}>, {
|
|
@@ -27,6 +27,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
27
27
|
gcls: (key: any) => any;
|
|
28
28
|
m: (...cssClasses: any[]) => string;
|
|
29
29
|
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
30
|
+
color?: any;
|
|
31
|
+
height?: any;
|
|
32
|
+
offset?: any;
|
|
33
|
+
status?: any;
|
|
30
34
|
tiny_mode?: any;
|
|
31
35
|
tiny_mode_root?: any;
|
|
32
36
|
tiny_template?: any;
|
|
@@ -34,18 +38,18 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
34
38
|
_constants?: any;
|
|
35
39
|
tiny_theme?: any;
|
|
36
40
|
tiny_chart_theme?: any;
|
|
37
|
-
height?: any;
|
|
38
41
|
direction?: any;
|
|
39
42
|
margin?: any;
|
|
40
43
|
contentPosition?: any;
|
|
41
|
-
offset?: any;
|
|
42
|
-
color?: any;
|
|
43
44
|
fontSize?: any;
|
|
44
45
|
borderStyle?: any;
|
|
45
|
-
status?: any;
|
|
46
46
|
contentColor?: any;
|
|
47
47
|
contentBackgroundColor?: any;
|
|
48
48
|
}>>>, {
|
|
49
|
+
readonly color?: any;
|
|
50
|
+
readonly height?: any;
|
|
51
|
+
readonly offset?: any;
|
|
52
|
+
readonly status?: any;
|
|
49
53
|
readonly tiny_mode?: any;
|
|
50
54
|
readonly tiny_mode_root?: any;
|
|
51
55
|
readonly tiny_template?: any;
|
|
@@ -53,15 +57,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
53
57
|
readonly _constants?: any;
|
|
54
58
|
readonly tiny_theme?: any;
|
|
55
59
|
readonly tiny_chart_theme?: any;
|
|
56
|
-
readonly height?: any;
|
|
57
60
|
readonly direction?: any;
|
|
58
61
|
readonly margin?: any;
|
|
59
62
|
readonly contentPosition?: any;
|
|
60
|
-
readonly offset?: any;
|
|
61
|
-
readonly color?: any;
|
|
62
63
|
readonly fontSize?: any;
|
|
63
64
|
readonly borderStyle?: any;
|
|
64
|
-
readonly status?: any;
|
|
65
65
|
readonly contentColor?: any;
|
|
66
66
|
readonly contentBackgroundColor?: any;
|
|
67
67
|
}, {}>;
|