@opentinyvue/vue-breadcrumb-item 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/breadcrumb-item/index.css";
13
13
  var template = function template2(mode) {
@@ -40,7 +40,7 @@ var BreadcrumbItem = defineComponent({
40
40
  });
41
41
  }
42
42
  });
43
- var version = "3.21.0";
43
+ var version = "3.22.0";
44
44
  BreadcrumbItem.install = function(Vue) {
45
45
  Vue.component(BreadcrumbItem.name, BreadcrumbItem);
46
46
  };
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-breadcrumb-item",
3
- "version": "3.21.0",
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-renderless": "~3.21.0",
11
- "@opentinyvue/vue-common": "~3.21.0",
12
- "@opentinyvue/vue-theme": "~3.21.0"
10
+ "@opentinyvue/vue-renderless": "~3.22.0",
11
+ "@opentinyvue/vue-common": "~3.22.0",
12
+ "@opentinyvue/vue-theme": "~3.22.0"
13
13
  },
14
14
  "license": "MIT",
15
15
  "types": "index.d.ts",
package/src/pc.vue.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
2
  label?: any;
3
- option?: any;
4
3
  size?: any;
4
+ option?: any;
5
5
  tiny_mode?: any;
6
6
  tiny_mode_root?: any;
7
7
  tiny_template?: any;
@@ -22,8 +22,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
22
22
  m: (...cssClasses: any[]) => string;
23
23
  }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "select"[], "select", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
24
24
  label?: any;
25
- option?: any;
26
25
  size?: any;
26
+ option?: any;
27
27
  tiny_mode?: any;
28
28
  tiny_mode_root?: any;
29
29
  tiny_template?: any;
@@ -37,8 +37,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
37
37
  onSelect?: ((...args: any[]) => any) | undefined;
38
38
  }, {
39
39
  readonly label?: any;
40
- readonly option?: any;
41
40
  readonly size?: any;
41
+ readonly option?: any;
42
42
  readonly tiny_mode?: any;
43
43
  readonly tiny_mode_root?: any;
44
44
  readonly tiny_template?: any;