@opentinyvue/vue-divider 3.21.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
@@ -7,7 +7,7 @@ function _extends() {
7
7
  return n;
8
8
  }, _extends.apply(null, arguments);
9
9
  }
10
- import { defineComponent, $prefix, $setup, $props } from "@opentinyvue/vue-common";
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.21.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,15 +1,15 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-divider",
3
- "version": "3.21.0",
3
+ "version": "3.22.1",
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.21.0",
11
- "@opentinyvue/vue-renderless": "~3.21.0",
12
- "@opentinyvue/vue-theme": "~3.21.0"
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,11 +148,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
148
148
  tiny_theme: StringConstructor;
149
149
  tiny_chart_theme: ObjectConstructor;
150
150
  }>>, {
151
+ color: string;
151
152
  tiny_mode_root: boolean;
152
153
  _constants: Record<string, any>;
153
154
  direction: DirectionType;
154
155
  contentPosition: ContentPositionType;
155
- color: string;
156
156
  fontSize: string;
157
157
  borderStyle: BorderStyleType;
158
158
  status: string;
@@ -1,5 +1,8 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ height?: any;
2
3
  type?: any;
4
+ offset?: any;
5
+ vertical?: any;
3
6
  tiny_mode?: any;
4
7
  tiny_mode_root?: any;
5
8
  tiny_template?: any;
@@ -7,16 +10,16 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
7
10
  _constants?: any;
8
11
  tiny_theme?: any;
9
12
  tiny_chart_theme?: any;
10
- height?: any;
11
13
  margin?: any;
12
- offset?: any;
13
- vertical?: any;
14
14
  fontSize?: any;
15
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;
20
23
  tiny_mode?: any;
21
24
  tiny_mode_root?: any;
22
25
  tiny_template?: any;
@@ -24,16 +27,16 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
24
27
  _constants?: any;
25
28
  tiny_theme?: any;
26
29
  tiny_chart_theme?: any;
27
- height?: any;
28
30
  margin?: any;
29
- offset?: any;
30
- vertical?: any;
31
31
  fontSize?: any;
32
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;
37
40
  readonly tiny_mode?: any;
38
41
  readonly tiny_mode_root?: any;
39
42
  readonly tiny_template?: any;
@@ -41,10 +44,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
41
44
  readonly _constants?: any;
42
45
  readonly tiny_theme?: any;
43
46
  readonly tiny_chart_theme?: any;
44
- readonly height?: any;
45
47
  readonly margin?: any;
46
- readonly offset?: any;
47
- readonly vertical?: any;
48
48
  readonly fontSize?: any;
49
49
  readonly status?: any;
50
50
  readonly lineColor?: any;
package/src/pc.vue.d.ts CHANGED
@@ -1,4 +1,7 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ color?: any;
3
+ height?: any;
4
+ offset?: any;
2
5
  tiny_mode?: any;
3
6
  tiny_mode_root?: any;
4
7
  tiny_template?: any;
@@ -6,12 +9,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
6
9
  _constants?: any;
7
10
  tiny_theme?: any;
8
11
  tiny_chart_theme?: any;
9
- height?: any;
10
12
  direction?: any;
11
13
  margin?: any;
12
14
  contentPosition?: any;
13
- offset?: any;
14
- color?: any;
15
15
  fontSize?: any;
16
16
  borderStyle?: any;
17
17
  status?: any;
@@ -27,6 +27,9 @@ 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;
30
33
  tiny_mode?: any;
31
34
  tiny_mode_root?: any;
32
35
  tiny_template?: any;
@@ -34,18 +37,18 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
34
37
  _constants?: any;
35
38
  tiny_theme?: any;
36
39
  tiny_chart_theme?: any;
37
- height?: any;
38
40
  direction?: any;
39
41
  margin?: any;
40
42
  contentPosition?: any;
41
- offset?: any;
42
- color?: any;
43
43
  fontSize?: any;
44
44
  borderStyle?: any;
45
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;
49
52
  readonly tiny_mode?: any;
50
53
  readonly tiny_mode_root?: any;
51
54
  readonly tiny_template?: any;
@@ -53,12 +56,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
53
56
  readonly _constants?: any;
54
57
  readonly tiny_theme?: any;
55
58
  readonly tiny_chart_theme?: any;
56
- readonly height?: any;
57
59
  readonly direction?: any;
58
60
  readonly margin?: any;
59
61
  readonly contentPosition?: any;
60
- readonly offset?: any;
61
- readonly color?: any;
62
62
  readonly fontSize?: any;
63
63
  readonly borderStyle?: any;
64
64
  readonly status?: any;