@opentinyvue/vue-divider 3.22.0 → 3.22.1

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