@opentinyvue/vue-link 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 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/link/index.css";
13
13
  var template = function template2(mode) {
@@ -46,7 +46,7 @@ var Link = defineComponent({
46
46
  });
47
47
  }
48
48
  });
49
- var version = "3.21.0";
49
+ var version = "3.22.0";
50
50
  Link.install = function(Vue) {
51
51
  Vue.component(Link.name, Link);
52
52
  };
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-link",
3
3
  "type": "module",
4
- "version": "3.21.0",
4
+ "version": "3.22.0",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
10
10
  "dependencies": {
11
- "@opentinyvue/vue-common": "~3.21.0",
12
- "@opentinyvue/vue-renderless": "~3.21.0",
13
- "@opentinyvue/vue-theme": "~3.21.0"
11
+ "@opentinyvue/vue-common": "~3.22.0",
12
+ "@opentinyvue/vue-renderless": "~3.22.0",
13
+ "@opentinyvue/vue-theme": "~3.22.0"
14
14
  },
15
15
  "types": "index.d.ts",
16
16
  "scripts": {
package/src/pc.vue.d.ts CHANGED
@@ -3,6 +3,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
3
3
  value?: any;
4
4
  disabled?: any;
5
5
  icon?: any;
6
+ href?: any;
6
7
  type?: any;
7
8
  tiny_mode?: any;
8
9
  tiny_mode_root?: any;
@@ -11,12 +12,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
11
12
  _constants?: any;
12
13
  tiny_theme?: any;
13
14
  tiny_chart_theme?: any;
14
- href?: any;
15
15
  underline?: any;
16
16
  }>, ILinkApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "click"[], "click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
17
17
  value?: any;
18
18
  disabled?: any;
19
19
  icon?: any;
20
+ href?: any;
20
21
  type?: any;
21
22
  tiny_mode?: any;
22
23
  tiny_mode_root?: any;
@@ -25,7 +26,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
25
26
  _constants?: any;
26
27
  tiny_theme?: any;
27
28
  tiny_chart_theme?: any;
28
- href?: any;
29
29
  underline?: any;
30
30
  }>>> & {
31
31
  onClick?: ((...args: any[]) => any) | undefined;
@@ -33,6 +33,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
33
33
  readonly value?: any;
34
34
  readonly disabled?: any;
35
35
  readonly icon?: any;
36
+ readonly href?: any;
36
37
  readonly type?: any;
37
38
  readonly tiny_mode?: any;
38
39
  readonly tiny_mode_root?: any;
@@ -41,7 +42,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
41
42
  readonly _constants?: any;
42
43
  readonly tiny_theme?: any;
43
44
  readonly tiny_chart_theme?: any;
44
- readonly href?: any;
45
45
  readonly underline?: any;
46
46
  }, {}>;
47
47
  export default _default;